aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/upstream/zen.cpp
Commit message (Collapse)AuthorAgeFilesLines
* various TSAN/ASAN/LeakAnalyzer fixes (#622)Stefan Boberg2023-12-191-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 Boberg2023-05-021-1/+1
|
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+326
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees