aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* changelog (#661)Dan Engelbrecht2025-11-241-1/+1
* GetSystemMetrics for Mac,Linux (#660)Stefan Boberg2025-11-242-5/+151
* increase timeout and add retry when testing host connectivity (#659)Dan Engelbrecht2025-11-214-8/+8
* fix block store file appender (#658)Dan Engelbrecht2025-11-201-3/+43
* Merge pull request #653 from ue-foundation/lm/service-install-permissionsLiam Mitchell2025-11-191-0/+4
|\
| * Make files writeable after full service install to avoid issues when attempti...Liam Mitchell2025-11-171-0/+4
* | loose chunk filtering bug when using wildcards (#654)Dan Engelbrecht2025-11-186-26/+529
* | Added actions to drop all projects or all z$ namespaces. (#655)Martin Ridgers2025-11-183-2/+54
|/
* add append-only buffering of BlockStoreFile (#652)Dan Engelbrecht2025-11-171-9/+124
* Include version string on the dashboard's start page. (#651)Martin Ridgers2025-11-174-2/+26
* fix wildcard matching (#650)Dan Engelbrecht2025-11-171-0/+10
* remove local-directory prefix for wildcards (#647)Dan Engelbrecht2025-11-121-0/+5
* control cache upload (#646)Dan Engelbrecht2025-11-1211-24/+65
* Change curl defaults on MacOS (#645)Stefan Boberg2025-11-1112-28/+146
* fix missing auth (#644)v5.7.9-pre18v5.7.9-pre17Dan Engelbrecht2025-11-112-17/+5
* add `--boost-worker-memory` option to zen builds (#639)Dan Engelbrecht2025-11-106-56/+82
* fix parsing of assume http2 from server discovery (#643)Dan Engelbrecht2025-11-101-1/+1