aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/projectstore/remoteprojectstore.cpp
Commit message (Expand)AuthorAgeFilesLines
* improved assert (#37)Dan Engelbrecht2024-04-041-3/+3
* zenremoteprojectstore with httpclient (#35)Dan Engelbrecht2024-04-031-1/+1
* Use multithreading to fetch size/rawsize of entries in `/prj/{project}/oplog/...Dan Engelbrecht2024-03-281-2/+2
* 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 a limit to the number of times we attempt to finalize (#22)Dan Engelbrecht2024-03-251-81/+133
* check existance of reused blocks (#18)Dan Engelbrecht2024-03-221-24/+71
* read jupiter token from file (#10)Dan Engelbrecht2024-03-181-5/+12
* special treatment large oplog attachments v2 (#5)Dan Engelbrecht2024-03-141-582/+1070
* Save compressed large attachments to temporary files on disk (#650)Dan Engelbrecht2024-02-121-182/+216
* compress large attachments on demand (#647)Dan Engelbrecht2024-02-051-324/+386
* improve oplog export logging (#644)Dan Engelbrecht2024-01-311-96/+207
* fix response error conversion (#643)Dan Engelbrecht2024-01-291-4/+5
* add ignore-missing-attachments option to oplog export (debugging tool) (#641)Dan Engelbrecht2024-01-251-21/+34
* Add retry with optional resume logic to HttpClient::Download (#639)Dan Engelbrecht2024-01-241-29/+29
* oplog import/export improvements (#634)Dan Engelbrecht2024-01-231-159/+305
* add --ignore-missing-attachments to oplog-import command (#637)Dan Engelbrecht2024-01-221-34/+59
* global thread worker pools (#577)Dan Engelbrecht2023-11-291-12/+4
* disk layer gc and error/warnings cleanup (#515)Dan Engelbrecht2023-11-081-41/+41
* added missing includes (#504)Stefan Boberg2023-10-271-0/+2
* faster oplog iteration (#471)Dan Engelbrecht2023-10-131-3/+3
* Improvement: Add names to background jobs for easier debugging (#412)Dan Engelbrecht2023-09-201-17/+27
* Add retry if FinalizeRef responds with non-empty "Needs" attachments (#409)Dan Engelbrecht2023-09-191-250/+361
* job queue and async oplog-import/export (#395)Dan Engelbrecht2023-09-131-65/+241
* incremental oplog upload for block-based targets (#392)Dan Engelbrecht2023-09-121-0/+90
* better sorting of attachments in oplog blocks (#390)Dan Engelbrecht2023-09-111-13/+54
* stream oplog attachments from jupiter (#384)Dan Engelbrecht2023-09-061-56/+75
* retry file create (#383)Dan Engelbrecht2023-09-041-2/+29
* Add `--embedloosefiles` option to `oplog-export` (#376)Dan Engelbrecht2023-08-241-56/+221
* check oplog op attachments when gathering references for GC (#363)Dan Engelbrecht2023-08-181-8/+15
* fix asserts and exceptions (#344)Dan Engelbrecht2023-08-081-0/+7
* changed ZEN_ERROR to ZEN_WARN to reduce Sentry noiseStefan Boberg2023-06-081-3/+8
* named oplog upload worker pool threadsStefan Boberg2023-05-251-1/+12
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+1036