BenVincent benvin
  • Joined on 2026-06-06
benvin deleted branch benvin/batch-access-log from unkin/artifactapi 2026-07-02 22:07:57 +10:00
benvin merged pull request unkin/artifactapi#91 2026-07-02 22:07:56 +10:00
perf: batch access-log writes instead of goroutine+insert per request
benvin closed issue unkin/artifactapi#76 2026-07-02 22:07:56 +10:00
perf: batch access-log writes instead of goroutine+insert per request
benvin deleted branch benvin/head-metadata-only from unkin/artifactapi 2026-07-02 22:06:52 +10:00
benvin pushed to master at unkin/artifactapi 2026-07-02 22:06:52 +10:00
b59cc45765 fix: HEAD requests fetch and stream the full body (#89)
benvin closed issue unkin/artifactapi#70 2026-07-02 22:06:51 +10:00
fix: HEAD requests fetch and stream the full body
benvin merged pull request unkin/artifactapi#89 2026-07-02 22:06:51 +10:00
fix: HEAD requests fetch and stream the full body
benvin deleted branch benvin/cache-bearer-tokens from unkin/artifactapi 2026-07-02 21:35:52 +10:00
benvin pushed to master at unkin/artifactapi 2026-07-02 21:35:52 +10:00
e7027c8ccc feat: cache upstream bearer tokens (#92)
benvin closed issue unkin/artifactapi#77 2026-07-02 21:35:47 +10:00
feat: cache upstream bearer tokens
benvin merged pull request unkin/artifactapi#92 2026-07-02 21:35:47 +10:00
feat: cache upstream bearer tokens
benvin pushed to master at unkin/artifactapi 2026-07-02 21:33:43 +10:00
f3680951b7 perf: stream proxied artifacts instead of buffering the full body in memory (#94)
benvin deleted branch benvin/stream-immutable-blobs from unkin/artifactapi 2026-07-02 21:33:43 +10:00
benvin closed issue unkin/artifactapi#66 2026-07-02 21:33:42 +10:00
perf: stream proxied artifacts instead of buffering the full body in memory
benvin merged pull request unkin/artifactapi#94 2026-07-02 21:33:42 +10:00
perf: stream proxied artifacts instead of buffering the full body in memory
benvin closed issue unkin/artifactapi#73 2026-07-02 20:20:01 +10:00
perf: compile remote match patterns once instead of per-request
benvin pushed to master at unkin/artifactapi 2026-07-02 20:20:01 +10:00
61a1a99112 perf: compile remote match patterns once instead of per-request (#88)
benvin merged pull request unkin/artifactapi#88 2026-07-02 20:20:01 +10:00
perf: compile remote match patterns once instead of per-request
benvin deleted branch benvin/validate-remote-patterns from unkin/artifactapi 2026-07-02 20:19:30 +10:00
benvin pushed to master at unkin/artifactapi 2026-07-02 20:19:30 +10:00
f0e44d6810 fix: blocklist fails open when a regex fails to compile (#87)