aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver
Commit message (Expand)AuthorAgeFilesLines
...
* improved process monitoring behaviour with invalid pids (#16)Stefan Boberg2024-03-211-2/+3
* non memory copy compressed range (#13)Dan Engelbrecht2024-03-204-44/+53
* read jupiter token from file (#10)Dan Engelbrecht2024-03-181-5/+12
* add a retry when trying to create the lock file (#9)Dan Engelbrecht2024-03-181-2/+8
* make sure zenserver reacts and exist on SIGTERM signal (#8)Dan Engelbrecht2024-03-152-0/+7
* special treatment large oplog attachments v2 (#5)Dan Engelbrecht2024-03-144-624/+1325
* clean up test linking (#4)Dan Engelbrecht2024-03-145-288/+16
* fix potential partially written files (#2)Dan Engelbrecht2024-03-131-8/+2
* Make sure we wait for all scheduled tasks to complete before throwing excepti...Dan Engelbrecht2024-02-281-1/+3
* remove reference caching (#658)Dan Engelbrecht2024-02-274-17/+4
* hashing fixes (#657)Dan Engelbrecht2024-02-261-1/+0
* Keep track of added ops during GCV2 instead of rescanning full oplog when add...Dan Engelbrecht2024-02-132-8/+25
* Save compressed large attachments to temporary files on disk (#650)Dan Engelbrecht2024-02-122-183/+217
* compress large attachments on demand (#647)Dan Engelbrecht2024-02-054-362/+550
* respond with BadRequest result instead of throwing exception on bad request i...Dan Engelbrecht2024-02-051-2/+12
* changed RPC recording to MPSC setup (#638)Stefan Boberg2024-01-311-21/+1
* only try to traverse an objectstore bucket if it really exists (#646)Dan Engelbrecht2024-01-311-0/+1
* improve oplog export logging (#644)Dan Engelbrecht2024-01-318-117/+223
* fix response error conversion (#643)Dan Engelbrecht2024-01-292-5/+6
* add ignore-missing-attachments option to oplog export (debugging tool) (#641)Dan Engelbrecht2024-01-254-36/+51
* Add retry with optional resume logic to HttpClient::Download (#639)Dan Engelbrecht2024-01-245-1037/+178
* oplog import/export improvements (#634)Dan Engelbrecht2024-01-233-224/+368
* add --ignore-missing-attachments to oplog-import command (#637)Dan Engelbrecht2024-01-223-49/+83
* improved errors from jupiter upstream (#636)Dan Engelbrecht2024-01-222-5/+72
* jobqueue - allow multiple threads to report progress/messages (#635)Dan Engelbrecht2024-01-221-0/+5
* Use correct HTTP range values. (#632)Per Larsson2024-01-171-1/+1
* separate RPC processing from HTTP processing (#626)Stefan Boberg2023-12-2011-1773/+71
* move cachedisklayer and structuredcachestore into zenstore (#624)Stefan Boberg2023-12-1911-7697/+6
* ensure we can build without trace (#619)Stefan Boberg2023-12-192-2/+4
* various TSAN/ASAN/LeakAnalyzer fixes (#622)Stefan Boberg2023-12-191-0/+5
* fix ChunkIndexToChunkHash indexing (#621)Stefan Boberg2023-12-191-1/+1
* cache RPC recorder threading fixes (#617)Stefan Boberg2023-12-192-15/+62
* Don't use copy of Payloads array when fetching memcached payload in GC (#609)Dan Engelbrecht2023-12-131-1/+1
* improve trace (#606)Dan Engelbrecht2023-12-132-36/+53
* Adding an info command to display a top-level summary of disk space etc (#602)Stefan Boberg2023-12-125-31/+258
* mem cache perf improvements (#592)Dan Engelbrecht2023-12-112-120/+168
* added details to trace initialization (#588)Stefan Boberg2023-12-112-4/+4
* improved scrubbing of oplogs and filecas (#596)Stefan Boberg2023-12-118-87/+301
* multi-line logging improvements (#597)Stefan Boberg2023-12-111-6/+7
* fix deadlock at bucket creation (#598)Dan Engelbrecht2023-12-112-177/+205
* Merge branch 'main' into zs/get-all-chunk-infoszs/get-all-chunk-infoszousar2023-12-075-21/+80
|\
| * logging configuration via command line options (#589)Stefan Boberg2023-12-063-3/+28
| * Use correct iterator index when looking up memcached payload in GatherReferen...Dan Engelbrecht2023-12-051-5/+4
| * HTTP plugin request debug logging (#587)Stefan Boberg2023-12-051-1/+1
| * reserve vectors in gcv2 upfront / load factor for robin_map (#582)Dan Engelbrecht2023-12-041-5/+20
| * memory usage estimation for memcached entries (#586)Dan Engelbrecht2023-12-041-5/+24
| * Add context to Zen upstream resolve error message (#585)Stefan Boberg2023-12-041-1/+1
| * safe threadpool shutdown (#584)Dan Engelbrecht2023-12-041-1/+2
* | Change naming to ChunkInfos instead of Chunkszousar2023-12-064-12/+12
* | Ran precommitzousar2023-12-052-7/+3