aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* HTTP request logging (#6)Stefan Boberg2024-03-144-31/+108
* fix potential partially written files (#2)Dan Engelbrecht2024-03-135-17/+47
* http request parser safety (#664)Dan Engelbrecht2024-03-122-3/+9
* fix zenserver state macos (#669)Dan Engelbrecht2024-03-103-8/+48
* Add WriteMeasuredVarUInt to avoid measuring ints twice before writing (#665)Dan Engelbrecht2024-03-062-26/+53
* some asio HTTP server tweaks for correctness (#663)Stefan Boberg2024-03-051-9/+11
* Make sure we wait for all scheduled tasks to complete before throwing excepti...Dan Engelbrecht2024-02-287-62/+145
* add disk caching to block move (#661)Dan Engelbrecht2024-02-271-23/+36
* improved block store logging and more gcv2 tests (#659)Dan Engelbrecht2024-02-277-114/+215
* remove reference caching (#658)Dan Engelbrecht2024-02-277-698/+197
* hashing fixes (#657)Dan Engelbrecht2024-02-2611-97/+173
* adding context to http.sys error messageStefan Boberg2024-02-201-5/+15
* Keep track of added ops during GCV2 instead of rescanning full oplog when add...Dan Engelbrecht2024-02-132-8/+25
* Added --copy-log, --copy-cache-log and copy-http-log option to zen logs comma...Dan Engelbrecht2024-02-125-20/+81
* Save compressed large attachments to temporary files on disk (#650)Dan Engelbrecht2024-02-123-189/+219
* Add testcase and fix for ASIO ipv4 localhost support (#649)zousar2024-02-062-14/+86
* compress large attachments on demand (#647)Dan Engelbrecht2024-02-056-390/+561
* respond with BadRequest result instead of throwing exception on bad request i...Dan Engelbrecht2024-02-053-17/+45
* added robin-map dependency to zenutilStefan Boberg2024-02-011-1/+1
* changed RPC recording to MPSC setup (#638)Stefan Boberg2024-01-314-92/+176
* only try to traverse an objectstore bucket if it really exists (#646)Dan Engelbrecht2024-01-311-0/+1
* Actually thow exception if we can't parse the jobid when starting async job (...Dan Engelbrecht2024-01-313-4/+15
* improve oplog export logging (#644)Dan Engelbrecht2024-01-319-126/+232
* fix response error conversion (#643)Dan Engelbrecht2024-01-293-6/+7
* exception on basicfile read error (#642)Dan Engelbrecht2024-01-292-10/+30
* add ignore-missing-attachments option to oplog export (debugging tool) (#641)Dan Engelbrecht2024-01-257-39/+68
* Use proper format for range request header (#640)Dan Engelbrecht2024-01-241-4/+10
* Add retry with optional resume logic to HttpClient::Download (#639)Dan Engelbrecht2024-01-249-1258/+688
* oplog import/export improvements (#634)Dan Engelbrecht2024-01-234-226/+371
* add --ignore-missing-attachments to oplog-import command (#637)Dan Engelbrecht2024-01-225-53/+98
* improved errors from jupiter upstream (#636)Dan Engelbrecht2024-01-223-6/+82
* jobqueue - allow multiple threads to report progress/messages (#635)Dan Engelbrecht2024-01-224-19/+37
* make sure to advance read buffer pointer in BasicFileWriter::Write (#633)Dan Engelbrecht2024-01-221-1/+3
* Use correct HTTP range values. (#632)Per Larsson2024-01-171-1/+1
* reinstate formatter settings for file sink (#631)Stefan Boberg2024-01-171-0/+9
* remove use of <random> in stats (#628)Stefan Boberg2024-01-102-6/+45
* release RPC recording memory early (#627)Stefan Boberg2023-12-201-2/+7
* separate RPC processing from HTTP processing (#626)Stefan Boberg2023-12-2031-1789/+2002
* move cachedisklayer and structuredcachestore into zenstore (#624)Stefan Boberg2023-12-1912-28/+27
* Don't capture local variables in loop by reference (#623)Dan Engelbrecht2023-12-191-27/+27
* ensure we can build without trace (#619)Stefan Boberg2023-12-195-2/+13
* various TSAN/ASAN/LeakAnalyzer fixes (#622)Stefan Boberg2023-12-196-10/+32
* fix ChunkIndexToChunkHash indexing (#621)Stefan Boberg2023-12-192-2/+2
* fix leak in IoBuffer for manifested small chunk (#618)Stefan Boberg2023-12-191-2/+2
* cache RPC recorder threading fixes (#617)Stefan Boberg2023-12-193-54/+110
* Fix crash bug when trying to inspect non-open block file in GC (#614)Dan Engelbrecht2023-12-182-7/+20
* Make sure we initialize the pattern of FileSink before it is added as a usabl...Dan Engelbrecht2023-12-181-12/+8
* log each block that is compacted (#613)Dan Engelbrecht2023-12-151-0/+5
* fixed v2 rpc recording issue with >4GB data per segment (#612)Stefan Boberg2023-12-154-146/+323
* implement cache recording segment split by age (#611)Stefan Boberg2023-12-143-17/+110