Commit Graph

59 Commits

Author SHA1 Message Date
woggioni 7eca8a270d 0.1.6 release
CI / build (push) Successful in 3m29s
0.1.6
2025-02-08 00:54:25 +08:00
woggioni 84d7c977f9 added randomizer to retries 2025-02-07 23:19:13 +08:00
woggioni 317eadce07 used virtual thread for garbage colection in FileSystemCache
CI / build (push) Successful in 2m32s
0.1.5
2025-02-07 20:45:29 +08:00
woggioni af79e74b95 fixed max message size for memcache backend 2025-02-06 23:09:22 +08:00
woggioni 78ae21caa4 0.1.4 release
CI / build (push) Successful in 8m14s
0.1.4
2025-02-06 15:24:00 +08:00
woggioni 6c0eadb9fb renamed project to "Remote Cache Build Server" (RBCS) 2025-02-06 15:20:50 +08:00
woggioni 5fef1b932e updated lys-catalog version
CI / build (push) Successful in 2m32s
0.1.3
2025-02-05 21:49:08 +08:00
woggioni 5e173dbf62 fixed unit tests 2025-02-05 21:24:10 +08:00
woggioni 53b24e3d54 improved benchmark accuracy 2025-02-05 19:10:25 +08:00
woggioni 7d0f24fa58 fixed memory leak in InMemoryCache 2025-02-05 19:09:51 +08:00
woggioni 1b6cf1bd96 fixed memory leak in memcached plugin 2025-02-05 14:41:11 +08:00
woggioni 4180df2352 added healthcheck command to client 2025-02-05 00:02:17 +08:00
woggioni c2e388b931 switched to ZGC in docker image
CI / build (push) Successful in 3m28s
0.1.2
2025-02-04 22:46:34 +08:00
woggioni 6c62ac85c0 implemented memcached client with Netty
CI / build (push) Successful in 1m46s
0.1.2-alpha
2025-02-04 22:09:28 +08:00
woggioni 89153b60f8 fixed race condition in InMemoryCache 2025-02-01 10:14:13 +08:00
woggioni a2a40ab60f added semaphore to benchmark command 2025-01-28 00:00:07 +08:00
woggioni 45458761f3 made TLS client certificate request from the server configurable
CI / build (push) Successful in 4m2s
0.1.1
2025-01-27 13:32:04 +08:00
woggioni 90a5834f5f added retry policy to gbcs-client 2025-01-27 13:12:12 +08:00
woggioni 1823d0b9ca fixed throttling retry-after estimation
CI / build (push) Successful in 3m9s
0.1.0
2025-01-25 01:25:01 +08:00
woggioni 649cbba954 initial-available-calls is a positive integer
CI / build (push) Failing after 2m49s
2025-01-24 21:19:40 +08:00
woggioni eb9ccce3be fixed exception handling in the client
CI / build (push) Failing after 2m49s
2025-01-24 19:56:50 +08:00
woggioni 316f64cf9d fixed bug with server timeouts
CI / build (push) Failing after 2m47s
2025-01-24 18:48:25 +08:00
woggioni 24a49779f9 fixed bug
CI / build (push) Failing after 2m57s
2025-01-24 18:15:06 +08:00
woggioni 423b749db9 added throttling
CI / build (push) Successful in 2m39s
2025-01-24 16:53:19 +08:00
woggioni 9ce3e7fa0a small refactor 2025-01-20 23:31:00 +08:00
woggioni 1e6ece37a5 added remote address to logs
CI / build (push) Failing after 1s
2025-01-20 20:50:48 +08:00
woggioni fc9900d821 fixed bug in the server configuration parser
CI / build (push) Successful in 2m50s
added Jacoco test report
2025-01-20 20:23:09 +08:00
woggioni 1a78c8092b fixed client bug (unhandled connection touts)
CI / build (push) Successful in 3m7s
2025-01-20 19:18:20 +08:00
woggioni 3d1847c408 added server timeouts
CI / build (push) Successful in 3m18s
2025-01-20 15:45:13 +08:00
woggioni 702556bfbb added parameter to configure incoming connections backlog size
CI / build (push) Successful in 2m12s
0.0.9
2025-01-20 10:22:03 +08:00
woggioni 06e9e7ca09 small optimization to make authenticator a singleton
CI / build (push) Successful in 1m50s
2025-01-20 09:05:53 +08:00
woggioni fa5bb55baa uniformed xml configuration attributes, added max-request-size parameter 2025-01-20 08:24:44 +08:00
woggioni 007d0fffd6 removed deployment related files 2025-01-17 22:42:11 +08:00
woggioni 75ebf2248f general refactoring
CI / build (push) Successful in 2m30s
0.0.8
2025-01-17 14:17:57 +08:00
woggioni 241d95fe1c added env variable and java properties substitution in configuration attributes
CI / build (push) Successful in 3m29s
0.0.7
2025-01-16 21:11:35 +08:00
woggioni 3b7030c302 fixed mainClassName for native image build
CI / build (push) Successful in 3m22s
0.0.6
2025-01-16 17:23:03 +08:00
woggioni a8670277e7 fixed XML error handler for server command 2025-01-16 17:01:14 +08:00
woggioni 03ee75266d added average turnaround time calculation in benchmark 2025-01-16 14:54:21 +08:00
woggioni 05a265e4b4 added connection pooling to gbcs-client
CI / build (push) Successful in 3m55s
0.0.5
2025-01-16 13:37:14 +08:00
woggioni 5af99330f8 server is now a subcommand 2025-01-16 11:35:05 +08:00
woggioni 747168cda3 added client command 2025-01-16 11:16:01 +08:00
woggioni 225f156864 added anonymous user
CI / build (push) Successful in 3m51s
0.0.4
2025-01-15 00:22:29 +08:00
woggioni 696cb74740 added JMH benchmark
CI / build (push) Successful in 3m44s
0.0.3
2025-01-13 09:51:14 +08:00
woggioni 59f267426c added Docker image build to Gitea 2025-01-11 15:30:51 +08:00
woggioni 608a9d18de fixed logging
CI / build (push) Successful in 1m38s
CI / Build Docker images (push) Failing after 21s
2025-01-10 22:13:22 +08:00
woggioni d2c00402df updated Netty version 2025-01-10 22:02:11 +08:00
woggioni d701157b06 added jpms url protocol
CI / build (push) Successful in 31s
CI / Build Docker images (push) Failing after 15s
0.0.1
2025-01-10 17:09:40 +08:00
woggioni 01d5b1462c added dedicated cli module 2025-01-09 16:58:02 +08:00
woggioni d5a2c4a591 code simplification 2025-01-09 00:05:00 +08:00
woggioni 0fdb37fb54 temporary commit 2025-01-08 23:17:43 +08:00