aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* fix changelogDan Engelbrecht2024-04-041-3/+13
* improved assert (#37)Dan Engelbrecht2024-04-041-0/+3
* hardening parsepackagemessage (#38)Dan Engelbrecht2024-04-041-0/+1
* validate rpc chunk responses (#36)Dan Engelbrecht2024-04-031-0/+1
* zenremoteprojectstore with httpclient (#35)Dan Engelbrecht2024-04-031-0/+3
* compressed header reading opt (#33)Dan Engelbrecht2024-04-031-1/+2
* Fix sentry using wrong folder path when data path contains non-anscii charact...Dan Engelbrecht2024-03-281-1/+2
* Use multithreading to fetch size/rawsize of entries in `/prj/{project}/oplog/...Dan Engelbrecht2024-03-281-0/+2
* add "fieldnames" query param for GetProjectFiles/GetProjectChunkInfos (#29)Dan Engelbrecht2024-03-281-0/+6
* Faster reading of compressed buffer headers by not materializing entire sourc...Dan Engelbrecht2024-03-281-0/+1
* Get raw size for compressed chunks correctly for `/prj/{project}/oplog/{log}/...Dan Engelbrecht2024-03-271-0/+3
* add yaml serialization support (#3)Stefan Boberg2024-03-261-0/+1
* add filter to projectstore entries request (#25)Dan Engelbrecht2024-03-261-0/+4
* consistent paths encoding (#24)Dan Engelbrecht2024-03-251-0/+1
* add a limit to the number of times we attempt to finalize (#22)Dan Engelbrecht2024-03-251-0/+4
* check existance of reused blocks (#18)Dan Engelbrecht2024-03-221-0/+1
* disable partial getcachechunk responses (#19)Dan Engelbrecht2024-03-221-1/+0
* harden attach sponsor process (#14)Dan Engelbrecht2024-03-211-1/+4
* add support for responding with partial cache chunks (#11)Dan Engelbrecht2024-03-211-0/+1
* non memory copy compressed range (#13)Dan Engelbrecht2024-03-201-0/+1
* read jupiter token from file (#10)Dan Engelbrecht2024-03-181-0/+1
* add a retry when trying to create the lock file (#9)Dan Engelbrecht2024-03-181-0/+1
* make sure zenserver reacts and exist on SIGTERM signal (#8)Dan Engelbrecht2024-03-151-0/+1
* special treatment large oplog attachments v2 (#5)Dan Engelbrecht2024-03-141-0/+3
* HTTP request logging (#6)Stefan Boberg2024-03-141-0/+1
* fix potential partially written files (#2)Dan Engelbrecht2024-03-131-0/+2
* http request parser safety (#664)Dan Engelbrecht2024-03-121-0/+2
* fix zenserver state macos (#669)Dan Engelbrecht2024-03-101-0/+4
* some asio HTTP server tweaks for correctness (#663)Stefan Boberg2024-03-051-0/+1
* Make sure we wait for all scheduled tasks to complete before throwing excepti...Dan Engelbrecht2024-02-281-0/+1
* add disk caching to block move (#661)Dan Engelbrecht2024-02-271-0/+1
* improved block store logging and more gcv2 tests (#659)Dan Engelbrecht2024-02-271-0/+2
* remove reference caching (#658)Dan Engelbrecht2024-02-271-1/+2
* hashing fixes (#657)Dan Engelbrecht2024-02-261-0/+5
* adding context to http.sys error messageStefan Boberg2024-02-201-0/+1
* Keep track of added ops during GCV2 instead of rescanning full oplog when add...Dan Engelbrecht2024-02-131-0/+1
* Added --copy-log, --copy-cache-log and copy-http-log option to zen logs comma...Dan Engelbrecht2024-02-121-0/+1
* Save compressed large attachments to temporary files on disk (#650)Dan Engelbrecht2024-02-121-0/+1
* Add testcase and fix for ASIO ipv4 localhost support (#649)zousar2024-02-061-0/+1
* compress large attachments on demand (#647)Dan Engelbrecht2024-02-051-0/+5
* respond with BadRequest result instead of throwing exception on bad request i...Dan Engelbrecht2024-02-051-0/+1
* changed RPC recording to MPSC setup (#638)Stefan Boberg2024-01-311-0/+1
* 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-311-0/+3
* improve oplog export logging (#644)Dan Engelbrecht2024-01-311-0/+4
* changelogDan Engelbrecht2024-01-301-0/+2
* fix response error conversion (#643)Dan Engelbrecht2024-01-291-0/+1
* exception on basicfile read error (#642)Dan Engelbrecht2024-01-291-0/+3
* add ignore-missing-attachments option to oplog export (debugging tool) (#641)Dan Engelbrecht2024-01-251-0/+2
* Add retry with optional resume logic to HttpClient::Download (#639)Dan Engelbrecht2024-01-241-0/+5