aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver-test
Commit message (Expand)AuthorAgeFilesLines
* speed up tests (#555)Dan Engelbrecht2025-10-062-10/+10
* cacherequests helpers test only (#551)Dan Engelbrecht2025-10-034-3/+1730
* remove zenutil dependency in zenremotestore (#547)Dan Engelbrecht2025-10-031-5/+9
* move zenutil builds code to zenremotestore (#543)Dan Engelbrecht2025-10-033-3/+9
* fix for RPC replay issue (wrong content-type) (#536)Stefan Boberg2025-10-021-1/+1
* split zenserver-test monolith into multiple source files (#528)Stefan Boberg2025-09-296-4602/+4701
* make cpr a HttpClient implementation detail (#517)Stefan Boberg2025-09-293-685/+451
* make sure trace is configured for all test drivers (#523)Stefan Boberg2025-09-291-0/+8
* new append op rpc method (#511)Dan Engelbrecht2025-09-261-0/+270
* Adjust the responses from PUT commandszousar2025-09-231-1/+1
* Change batch put responses for client reportingzousar2025-09-191-1/+13
* add EMode to WorkerTheadPool to avoid thread starvation (#492)Dan Engelbrecht2025-09-101-45/+50
* Merge remote-tracking branch 'origin/main' into de/zen-service-commandLiam Mitchell2025-08-211-5/+823
|\
| * add limitoverwrites option per bucket (#466)Dan Engelbrecht2025-08-121-6/+5
| * Merge branch 'main' into zs/put-overwrite-policyZousar Shaker2025-08-081-0/+475
| |\
| | * refactor blobstore (#458)Dan Engelbrecht2025-08-061-0/+475
| * | Merge branch 'main' into zs/put-overwrite-policyzousar2025-06-241-11/+12
| |\|
| * | Establish TODOs and unit test for rejected PUT propagationzousar2025-03-241-2/+74
| * | Control overwrite enforcement with a config settingzousar2025-03-021-45/+140
| * | Expand and fix unit tests for overwrite behaviorzousar2025-02-261-7/+82
| * | Add unit test for overwrite behaviorzousar2025-02-181-0/+102
* | | Merge branch 'main' into de/zen-service-commandLiam Mitchell2025-07-291-11/+12
|\ \ \ | | |/ | |/|
| * | make sure tests initialize trace so we don't end up allocating tons of memory...Stefan Boberg2025-05-151-0/+1
| * | long filename support (#330)Dan Engelbrecht2025-03-311-9/+9
| * | build list filters (#313)Dan Engelbrecht2025-03-191-2/+2
| |/
* | Merge remote-tracking branch 'origin/main' into de/zen-service-commandDan Engelbrecht2025-03-141-2/+2
|\|
* | Implementation of service commands for Linux.Liam Mitchell2025-02-271-0/+4
|/
* move basicfile.h/cpp -> zencore (#273)Dan Engelbrecht2025-01-161-1/+1
* fixed XXH3_128Stream so it initializes the state properlyStefan Boberg2024-12-131-1/+1
* added ComputeOpKey so all instances of mapping key -> Oid is in a single placeStefan Boberg2024-12-131-4/+14
* snapshot crash (#234)Dan Engelbrecht2024-11-251-1/+96
* split zencore/memory.h -> memoryview.h, memcmp.h (#228)Stefan Boberg2024-11-251-1/+1
* Insights-compatible memory tracking (#214)Stefan Boberg2024-11-251-8/+1
* workspace share security (#192)Dan Engelbrecht2024-10-231-18/+147
* workspace share path hardening (#95)Dan Engelbrecht2024-06-141-4/+4
* workspace shares (#84)Dan Engelbrecht2024-05-291-0/+389
* zenserverprocess hardening (#61)Dan Engelbrecht2024-04-251-4/+10
* remove obsolete codeDan Engelbrecht2024-04-241-4/+0
* InsertChunks for CAS store (#55)Dan Engelbrecht2024-04-221-0/+4
* capture zenserver output on error (#51)Dan Engelbrecht2024-04-181-1/+7
* zen startup hardening (#49)Dan Engelbrecht2024-04-171-2/+1
* remote project store stats (#44)Dan Engelbrecht2024-04-101-65/+88
* hardening parsepackagemessage (#38)Dan Engelbrecht2024-04-041-6/+4
* re-enable partial cache chunks (#21)v5.4.2-pre9v5.4.2-pre12v5.4.2-pre11v5.4.2-pre10Dan Engelbrecht2024-03-221-2/+2
* add support for responding with partial cache chunks (#11)Dan Engelbrecht2024-03-211-7/+224
* clean up test linking (#4)Dan Engelbrecht2024-03-142-166/+8
* Add testcase and fix for ASIO ipv4 localhost support (#649)zousar2024-02-061-0/+27
* separate RPC processing from HTTP processing (#626)Stefan Boberg2023-12-201-1/+1
* zen run command (#552)Stefan Boberg2023-11-211-5/+6
* use dynamic port assignment for tests (#545)Stefan Boberg2023-11-171-171/+139