Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update docs | bptato | 2024-04-24 | 1 | -8/+4 |
| | |||||
* | Initial flexbox support | bptato | 2024-04-05 | 1 | -2/+2 |
| | | | | | | | | | Still far from being fully standards-compliant, or even complete, but it seems to work slightly less horribly than having no flexbox support at all on sites that do use it. (Also includes various refactorings in layout to make it possible at all to add flexbox.) | ||||
* | loader: constant time key comparison | bptato | 2024-04-02 | 1 | -4/+4 |
| | | | | | GCC seems to generate something that strongly resembles a constant time comparison, so I guess this should be good enough. | ||||
* | update readme, add doc/architecture.md | bptato | 2024-03-25 | 1 | -0/+328 |