| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | various TSAN/ASAN/LeakAnalyzer fixes (#622) | Stefan Boberg | 2023-12-19 | 1 | -0/+5 |
| | | | | | | | | | | * fix JobQueue test threading issue. The inner job queued with `QueueJob` would reference `I` from inside the captured closure which would subsequently disappear * made sure application exit is thread safe * don't try to access string data out of bounds * keep-alive flag is accessed from multiple threads * fix memory leaks in Zen upstream client code * TSAN fixes for Event | ||||
| * | move testing and observability code to zenhttp (#266) | Stefan Boberg | 2023-05-02 | 1 | -1/+1 |
| | | |||||
| * | moved source directories into `/src` (#264) | Stefan Boberg | 2023-05-02 | 1 | -0/+326 |
| * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees | |||||