No description
Find a file
Virgil 0bb5ce827b fix(proxy): fail fast on HTTP bind errors
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-04 23:07:43 +00:00
.core/reference feat: scaffold go-proxy from RFC spec 2026-04-04 11:16:28 +01:00
api refactor(proxy): align aggregate field names with RFC 2026-04-04 22:20:39 +00:00
docs docs: add core/go RFC primitives for agent reference 2026-04-04 15:48:45 +01:00
log fix(log): align access log formats with RFC 2026-04-04 22:29:00 +00:00
pool fix(reload): reconnect upstreams on pool config changes 2026-04-04 22:52:01 +00:00
splitter fix(simple): add missing mapper constructor 2026-04-04 22:57:19 +00:00
.gitignore feat: scaffold go-proxy from RFC spec 2026-04-04 11:16:28 +01:00
accesslog_impl.go fix(log): align access log formats with RFC 2026-04-04 22:29:00 +00:00
accesslog_test.go fix(log): align access log formats with RFC 2026-04-04 22:29:00 +00:00
api_rows.go refactor(api): name monitoring row payloads 2026-04-04 21:48:27 +00:00
CLAUDE.md feat: scaffold go-proxy from RFC spec 2026-04-04 11:16:28 +01:00
config.go refactor(proxy): clarify config path naming 2026-04-04 20:53:49 +00:00
config_test.go fix(proxy): validate config and reload pools 2026-04-04 18:19:09 +00:00
configwatcher_test.go fix(proxy): align watcher and HTTP payloads 2026-04-04 20:45:37 +00:00
core_impl.go refactor(proxy): align login flow with RFC order 2026-04-04 22:13:10 +00:00
customdiff_test.go fix(proxy): honour invalid custom diff suffixes 2026-04-04 20:48:10 +00:00
customdiffstats.go refactor(proxy): rename hash totals for clarity 2026-04-04 21:42:57 +00:00
customdiffstats_test.go refactor(proxy): rename hash totals for clarity 2026-04-04 21:42:57 +00:00
events.go Improve public API usage examples 2026-04-04 21:58:37 +00:00
go.mod fix: correct module path to dappco.re/go/proxy 2026-04-04 16:10:33 +01:00
go.sum feat: scaffold go-proxy from RFC spec 2026-04-04 11:16:28 +01:00
http_auth_test.go fix(proxy): fail fast on HTTP bind errors 2026-04-04 23:07:43 +00:00
job.go feat: scaffold go-proxy from RFC spec 2026-04-04 11:16:28 +01:00
job_test.go feat(proxy): implement RFC surface 2026-04-04 10:29:02 +00:00
miner.go fix(proxy): resolve login custom diff during handshake 2026-04-04 21:39:58 +00:00
miner_login_test.go fix(proxy): align miner success wire format 2026-04-04 22:17:31 +00:00
miner_wire_test.go fix(proxy): align miner success wire format 2026-04-04 22:17:31 +00:00
proxy.go refactor(proxy): clarify runtime config naming 2026-04-04 22:06:18 +00:00
ratelimit_test.go fix(proxy): tighten listener and limiter lifecycle 2026-04-04 18:49:03 +00:00
reload_test.go fix(reload): reconnect upstreams on pool config changes 2026-04-04 22:52:01 +00:00
server.go feat: scaffold go-proxy from RFC spec 2026-04-04 11:16:28 +01:00
sharelog_impl.go feat(proxy): wire share log events 2026-04-04 20:09:13 +00:00
sharelog_test.go feat(proxy): wire share log events 2026-04-04 20:09:13 +00:00
state_impl.go fix(proxy): fail fast on HTTP bind errors 2026-04-04 23:07:43 +00:00
state_stop_test.go fix(proxy): disconnect splitters on shutdown 2026-04-04 21:55:49 +00:00
state_submit_test.go fix(proxy): drain pending submits on stop 2026-04-04 20:51:14 +00:00
stats.go refactor(proxy): align aggregate field names with RFC 2026-04-04 22:20:39 +00:00
tls_test.go fix(proxy): support OpenSSL TLS cipher aliases 2026-04-04 22:26:42 +00:00
worker.go refactor(proxy): align aggregate field names with RFC 2026-04-04 22:20:39 +00:00
worker_test.go fix(proxy): apply custom diff before worker login 2026-04-04 20:56:16 +00:00