aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/projectstore/remoteprojectstore.cpp
Commit message (Expand)AuthorAgeFilesLines
* move remoteproject to remotestorelib (#542)Dan Engelbrecht2025-10-031-3519/+0
* projectstore refactor phase 2 (#539)Dan Engelbrecht2025-10-021-0/+197
* gracefully handle missing chunks when exporting an oplog (#526)Dan Engelbrecht2025-09-291-5/+19
* limit number of chunks per block (#508)Dan Engelbrecht2025-09-231-2/+7
* more responsive cancel during oplog import (#505)Dan Engelbrecht2025-09-221-0/+18
* new in-memory storage strategy for oplogs (#490)Dan Engelbrecht2025-09-151-1/+1
* add EMode to WorkerTheadPool to avoid thread starvation (#492)Dan Engelbrecht2025-09-101-756/+787
* add validation of compact binary payloads before reading them (#483)Dan Engelbrecht2025-09-041-10/+13
* oplog output improvements (#474)Dan Engelbrecht2025-08-221-12/+13
* long filename support (#330)Dan Engelbrecht2025-03-311-3/+3
* builds upload command (#278)Dan Engelbrecht2025-02-261-35/+37
* improvements and infrastructure for upcoming builds api command line (#284)Dan Engelbrecht2025-02-251-48/+7
* move WriteToTempFile to basicfile.h (#283)Dan Engelbrecht2025-02-121-60/+40
* moving and small refactor of chunk blocks to prepare for builds api (#282)Dan Engelbrecht2025-02-121-149/+77
* export oplog to zen target url (#274)Dan Engelbrecht2025-01-161-1/+1
* Suppress progress report callback if oplog import detects zero op oplog (#271)Dan Engelbrecht2025-01-131-1/+4
* Builds API remote project store (#258)Dan Engelbrecht2024-12-121-149/+174
* improved payload validation in HttpClient (#259)Dan Engelbrecht2024-12-101-1241/+1450
* make sure we don't throw exception from worker thread (#247)Dan Engelbrecht2024-11-281-332/+419
* fix crash on corrupt oplog block (#223)Dan Engelbrecht2024-11-211-0/+16
* Improved oplog import/export progress indicator at commandline (#206)Dan Engelbrecht2024-11-061-41/+60
* separate worker pools into burst/background to avoid background jobs blocking...Dan Engelbrecht2024-08-221-5/+5
* stop exceptions from leaking on threaded work (#102)Dan Engelbrecht2024-08-061-16/+25
* Use a smaller thread pool for network operations when doing oplog import to r...Dan Engelbrecht2024-05-301-1/+1
* use direct file access for large file hash (#63)Dan Engelbrecht2024-04-261-4/+20
* fix oplog import during gcv2 (#62)v5.5.0-pre3v5.5.0-pre2Dan Engelbrecht2024-04-251-72/+90
* InsertChunks for CAS store (#55)Dan Engelbrecht2024-04-221-55/+84
* fix LogRemoteStoreStatsDetails (#53)Dan Engelbrecht2024-04-201-2/+3
* import oplog improvements (#54)Dan Engelbrecht2024-04-201-90/+195
* safer oplog import (#52)de/safer-oplog-importDan Engelbrecht2024-04-181-52/+120
* gc v2 disk freed space fix and oplog stats report improvement (#45)Dan Engelbrecht2024-04-151-77/+131
* remote project store stats (#44)Dan Engelbrecht2024-04-101-19/+56
* 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