aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore
Commit message (Expand)AuthorAgeFilesLines
* improved assert (#37)Dan Engelbrecht2024-04-046-35/+35
* validate rpc chunk responses (#36)Dan Engelbrecht2024-04-034-20/+34
* Use multithreading to fetch size/rawsize of entries in `/prj/{project}/oplog/...Dan Engelbrecht2024-03-283-4/+4
* re-enable partial cache chunks (#21)v5.4.2-pre9v5.4.2-pre12v5.4.2-pre11v5.4.2-pre10Dan Engelbrecht2024-03-221-19/+28
* disable partial getcachechunk responses (#19)Dan Engelbrecht2024-03-221-1/+7
* add support for responding with partial cache chunks (#11)Dan Engelbrecht2024-03-212-5/+36
* special treatment large oplog attachments v2 (#5)Dan Engelbrecht2024-03-143-1/+560
* clean up test linking (#4)Dan Engelbrecht2024-03-143-59/+15
* fix potential partially written files (#2)Dan Engelbrecht2024-03-133-8/+36
* http request parser safety (#664)Dan Engelbrecht2024-03-121-2/+2
* Make sure we wait for all scheduled tasks to complete before throwing excepti...Dan Engelbrecht2024-02-286-61/+142
* 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-276-114/+206
* remove reference caching (#658)Dan Engelbrecht2024-02-273-681/+193
* hashing fixes (#657)Dan Engelbrecht2024-02-264-89/+77
* respond with BadRequest result instead of throwing exception on bad request i...Dan Engelbrecht2024-02-051-7/+25
* Add retry with optional resume logic to HttpClient::Download (#639)Dan Engelbrecht2024-01-242-80/+86
* separate RPC processing from HTTP processing (#626)Stefan Boberg2023-12-208-3/+1917
* move cachedisklayer and structuredcachestore into zenstore (#624)Stefan Boberg2023-12-195-0/+7690
* Don't capture local variables in loop by reference (#623)Dan Engelbrecht2023-12-191-27/+27
* fix ChunkIndexToChunkHash indexing (#621)Stefan Boberg2023-12-191-1/+1
* Fix crash bug when trying to inspect non-open block file in GC (#614)Dan Engelbrecht2023-12-182-7/+20
* log each block that is compacted (#613)Dan Engelbrecht2023-12-151-0/+5
* fix peak disk load in gc status (#608)Dan Engelbrecht2023-12-131-12/+11
* skip invalid chunks when reclaiming space in block store (#607)Dan Engelbrecht2023-12-131-0/+13
* improve trace (#606)Dan Engelbrecht2023-12-133-1/+12
* Make sure that PathFromHandle don't hide true error when throwing exceptions ...Dan Engelbrecht2023-12-111-1/+2
* improved scrubbing of oplogs and filecas (#596)Stefan Boberg2023-12-116-46/+113
* fixed bug in CasContainerStrategy::ReadIndexFile (#595)Stefan Boberg2023-12-071-1/+3
* reserve vectors in gcv2 upfront / load factor for robin_map (#582)Dan Engelbrecht2023-12-046-36/+68
* use 32 bit offset and size in BlockStoreLocation (#581)Dan Engelbrecht2023-12-014-34/+39
* add separate PreCache step for GcReferenceChecker (#578)Dan Engelbrecht2023-12-014-6/+71
* global thread worker pools (#577)Dan Engelbrecht2023-11-292-11/+6
* close thread pool + parallel CasImpl::Initialize (#576)Dan Engelbrecht2023-11-281-4/+17
* tracing for gcv2 (#574)Dan Engelbrecht2023-11-283-1/+23
* fix missing locks/sync of log position when writing index snapshots (#572)Dan Engelbrecht2023-11-272-4/+9
* gcv2 tests for project store and bugfixes (#571)Dan Engelbrecht2023-11-271-0/+4
* optimized index snapshot reading/writing (#561)Stefan Boberg2023-11-275-35/+88
* gc stop command (#569)v0.2.36-pre2Dan Engelbrecht2023-11-272-1/+18
* Add GC Cancel/Stop (#568)Dan Engelbrecht2023-11-246-127/+293
* reduce work when there are no blocks to compact (#558)Dan Engelbrecht2023-11-221-51/+54
* add command line options for compact block threshold and gc verbose (#557)Dan Engelbrecht2023-11-214-156/+232
* compact separate for gc referencer (#533)Dan Engelbrecht2023-11-216-631/+735
* blocking queue fix (#550)Dan Engelbrecht2023-11-161-1/+1
* gc history log (#519)Dan Engelbrecht2023-11-132-8/+286
* don't try to close NewBlockFile if it hasn't been created (#523)Dan Engelbrecht2023-11-081-1/+1
* disk layer gc and error/warnings cleanup (#515)Dan Engelbrecht2023-11-081-2/+2
* spdlog implementation hiding (#498)Stefan Boberg2023-11-063-34/+24
* gc v2 tests (#512)Dan Engelbrecht2023-11-065-85/+328
* statsd for cas (#511)Dan Engelbrecht2023-11-062-11/+32