index
:
caddy-cgi
caddy-cgi
fork of caddy for nix to build it with the cgi plugin
System administrator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
caddyhttp
/
reverseproxy
/
selectionpolicies.go
Age
Commit message (
Expand
)
Author
2022-12-05
reverseproxy: Improve hostByHashing distribution (#5229)
Alban Lecocq
2022-11-14
reverseproxy: Mask the WS close message when we're the client (#5199)
Francis Lavoie
2022-07-28
Ignore linter warnings
Matthew Holt
2022-04-27
reverseproxy: Improve hashing LB policies with HRW (#4724)
Matt Holt
2021-04-29
reverseproxy: fix hash selection policy (#4137)
Simão Gomes Viana
2021-03-30
reverseproxy: Set cookie path to `/` when using cookie lb_policy (#4096)
Dimitri Masson
2021-02-25
reverseproxy: Fix round robin data race (#4038)
Matthew Holt
2020-12-14
reverseproxy: Minor lint fixes
Matthew Holt
2020-11-22
ci: Use golangci's github action for linting (#3794)
Dave Henderson
2020-11-20
reverseproxy: Implement cookie hash selection policy (#3809)
Dimitri Masson
2020-11-16
reverse_proxy: Fix random_choose selection policy (#3811)
Dimitri Masson
2020-08-17
reverseproxy: Support header selection policy on `Host` field (#3653)
Francis Lavoie
2020-07-31
admin,templates,core: Minor enhancements and error handling (#3607)
Bart
2020-04-07
core: Rename ParsedAddress -> NetworkAddress
Matthew Holt
2020-04-06
caddyhttp: Add missing LB policy Caddyfile unmarshalers (#3230)
Francis Lavoie
2020-01-18
reverse_proxy: CB docs; rename type -> factor (#2986)
Mohammed Al Sahaf
2019-12-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-11-18
reverse_proxy: Fix invalid argument to Intn in RandomChoice selection
Matthew Holt
2019-11-04
reverse_proxy: Add UnmarshalCaddyfile for random_choose selection policy
Matthew Holt
2019-09-09
Migrate some selection policy tests over to v2
Matthew Holt
2019-09-03
Some cleanup and godoc
Matthew Holt
2019-09-02
reverse_proxy: WIP refactor and support for FastCGI
Matthew Holt