| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | various TSAN/ASAN/LeakAnalyzer fixes (#622) | Stefan Boberg | 2023-12-19 | 1 | -1/+3 |
| | | | | | | | | | | * 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 | ||||
| * | restructured zenhttp (#472) | Stefan Boberg | 2023-10-13 | 1 | -0/+112 |
| separating the http server implementations into a directory and moved diagsvcs into zenserver since it's somewhat hard-coded for it | |||||