aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* make existing block log clearerDan Engelbrecht2024-03-261-1/+1
* fix order of parameters in block check result message (#26)Dan Engelbrecht2024-03-261-1/+1
* add yaml serialization support (#3)Stefan Boberg2024-03-267-783/+1201
* add filter to projectstore entries request (#25)Dan Engelbrecht2024-03-263-6/+101
* remove redundant json11 includesStefan Boberg2024-03-262-2/+0
* consistent paths encoding (#24)Dan Engelbrecht2024-03-255-50/+52
* add a limit to the number of times we attempt to finalize (#22)Dan Engelbrecht2024-03-253-84/+137
* use batch request for checking existing blocks as Jupiter is now fixed (#20)v5.4.2-pre15v5.4.2-pre14Dan Engelbrecht2024-03-231-41/+10
* re-enable partial cache chunks (#21)v5.4.2-pre9v5.4.2-pre12v5.4.2-pre11v5.4.2-pre10Dan Engelbrecht2024-03-224-28/+40
* check existance of reused blocks (#18)Dan Engelbrecht2024-03-225-43/+167
* disable partial getcachechunk responses (#19)Dan Engelbrecht2024-03-221-1/+7
* harden attach sponsor process (#14)Dan Engelbrecht2024-03-217-46/+70
* add support for responding with partial cache chunks (#11)Dan Engelbrecht2024-03-216-17/+268
* improved process monitoring behaviour with invalid pids (#16)Stefan Boberg2024-03-214-14/+42
* non memory copy compressed range (#13)Dan Engelbrecht2024-03-206-44/+277
* read jupiter token from file (#10)Dan Engelbrecht2024-03-183-5/+65
* 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-1415-654/+1950
* clean up test linking (#4)Dan Engelbrecht2024-03-1423-632/+412
* 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