aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | asio/http optimizations (#449)Stefan Boberg2026-01-142-131/+640
* | minor fixes (#708)Stefan Boberg2026-01-132-3/+2
* | added options to configure exclude folders and extensions to zen build comman...Dan Engelbrecht2026-01-1310-223/+468
* | fixed block generation after bug introduced in PR #704 (#707)Dan Engelbrecht2026-01-131-12/+15
* | if we fail to create the server mutex, gracefully report error without sendin...Dan Engelbrecht2026-01-121-1/+3
* | various optimizations (#704)Dan Engelbrecht2026-01-095-33/+151
* | CprHttpClient cleanup (#703)Dan Engelbrecht2026-01-092-7/+3
* | Avoid rendering user text input as HTML (#700)Liam Mitchell2026-01-092-1/+1
* | read build state files into memory instead of relying on memory mapping (#702)Dan Engelbrecht2026-01-081-2/+7
* | optimize scavenge part 2 (#699)Dan Engelbrecht2026-01-082-148/+109
|/
* added early-out check in GcManager::ScrubStorage(ScrubContext& GcCtx) (#698)Stefan Boberg2026-01-071-1/+7
* Add base port getter and set the dll directory for plugin dependencies (#692)Tomasz Obrębski2025-12-193-7/+21
* Merge branch 'main' into zs/limit-overwrite-defaultZousar Shaker2025-12-195-254/+260
|\
| * optimize scavenge (#697)Dan Engelbrecht2025-12-195-254/+260
* | Fix unit test that relies on being able to overwritezousar2025-12-191-2/+2
* | Ensure upstream put propagation includes overwritezousar2025-12-1910-17/+73
* | Change default limit-overwrite behavior to truezousar2025-12-174-6/+7
|/
* remove error warning in output (#695)Dan Engelbrecht2025-12-177-18/+20
* fix scavenge source path match (again) (#694)Dan Engelbrecht2025-12-171-11/+12
* add boost-worker oplog import export options (#693)Dan Engelbrecht2025-12-1611-116/+311
* remove found chunks as they are found in blocks (#691)Dan Engelbrecht2025-12-151-7/+18
* oplog download size (#690)Dan Engelbrecht2025-12-1511-320/+655
* show download source data (#689)Dan Engelbrecht2025-12-1212-11/+223
* add otel instrumentation (#581)Stefan Boberg2025-12-1113-55/+237
* remove direct console output from code that is used from service mode (#688)Dan Engelbrecht2025-12-118-107/+244
* HTTP server API changes for improved extensibility (#684)Stefan Boberg2025-12-1112-67/+189
* catch all exceptions during projectstore scrub (#686)Dan Engelbrecht2025-12-111-0/+6
* fix zero length stream decompress (#685)Dan Engelbrecht2025-12-101-1/+1
* remove catching of exceptions in batch operations now that they are not execu...Dan Engelbrecht2025-12-102-101/+61
* fix buffer memory in builds cache (#682)Dan Engelbrecht2025-12-102-18/+74
* fix reading of stale iterator when doing download-resume (#681)Dan Engelbrecht2025-12-091-9/+9
* upload to zen cache from oplog import now disabled by default (#680)Dan Engelbrecht2025-12-092-2/+2
* safer lambda captures (#633)Dan Engelbrecht2025-12-081-8/+10
* implement --dedicated option on asio http server (#679)Dan Engelbrecht2025-12-054-45/+101
* catch exception leaks in windows thread pool (#677)Dan Engelbrecht2025-12-051-4/+18
* exists must be called before equivalent (#678)Dan Engelbrecht2025-12-051-1/+1
* batch op not in destructor (#676)Dan Engelbrecht2025-12-046-343/+553
* add checks to protect against access violation due to failed disk read (#675)Dan Engelbrecht2025-12-042-0/+17
* add missing patterns to objectstore service http routing (#674)Dan Engelbrecht2025-12-031-3/+7
* make sure we use exclusive lock in projectstore when flushing/writing snapsho...Dan Engelbrecht2025-12-012-12/+37
* use scope guards to secure that BasicFile::Detach is called even on exception...Dan Engelbrecht2025-12-012-11/+6
* fix crash when parsing empty key in httpstats service (#671)Dan Engelbrecht2025-12-011-2/+1
* automatic scrub on startup (#667)Dan Engelbrecht2025-11-2726-467/+748
* remove bad assert (#670)Dan Engelbrecht2025-11-271-4/+0
* fix stream decompress (#668)Dan Engelbrecht2025-11-271-10/+14
* RawOffset can be anything and we expect an empty buffer to be returned along ...Dan Engelbrecht2025-11-263-21/+224
* remove 'auto' option for zen builds download (#665)Dan Engelbrecht2025-11-252-52/+4
* logging improvements (#664)Stefan Boberg2025-11-244-21/+34
* Add regex-free route matching support (#662)Stefan Boberg2025-11-242-50/+474
* update state when wildcard (#657)Dan Engelbrecht2025-11-2413-1028/+2037