about summary refs log tree commit diff stats
path: root/doc/architecture.md
Commit message (Collapse)AuthorAgeFilesLines
* Update docsbptato2024-04-241-8/+4
|
* Initial flexbox supportbptato2024-04-051-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 comparisonbptato2024-04-021-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.mdbptato2024-03-251-0/+328