summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
25 hourstcpproxy: support half-close with gvisor conns (#46)HEADmasterJames Tucker
2024-02-13go.mod: change import path after Taliban seized it or somethingBrad Fitzpatrick
2023-11-01tcpproxy: implement half-close dance in proxy (#38)James Tucker
2022-10-16remove old ACME tls-sni-01 stuff that LetsEncrypt removed March 2019Brad Fitzpatrick
2022-10-16add Proxy.AddSNIRouteFunc to do lookups by SNI dynamicallyBrad Fitzpatrick
2022-10-16gofmt for Go 1.19Brad Fitzpatrick
2022-03-26(doc): s/tlsproxy/tcpproxyignoramous
2021-08-24Modified TestProxyPROXYOut to conform with the fixed version of PROXY protoco...AdamEr8
2021-08-24Fixed HAProxy's PROXY protocol v1 Human-readable header format in DialProxyAdamEr8
2021-08-24fix(test): update travis and e2e selfSignedCert fnDominic Evans
2020-01-24Update import path to inet.af/tcpproxyBrad Fitzpatrick
2018-08-08tlsrouter/README: fix the go get urlVincent Batts
2018-06-20Take advantage of Go 1.11's splice support, unwrap Conns in DialProxy.HandleConnBrad Fitzpatrick
2018-06-20Work around deadlock with Go tip (at Go rev f3f7bd5)Brad Fitzpatrick
2018-06-20Quiet log spam in test.Brad Fitzpatrick
2018-06-07Adding the HostName field to the Conn struct (#18)Nathan Johnson
2018-03-06Link to docsKhionu Sybiern
2017-07-14Add support for arbitrary matching against HTTP and SNI hostnames.David Anderson
2017-07-06Support configurable routing of ACME tls-sni-01 challenges.David Anderson
2017-07-06Merge matcher and route into an interface that yields a Target.David Anderson
2017-07-06Support HAProxy's PROXY protocol v1 in DialProxy.David Anderson
2017-07-05Fix golint nits by adding docstrings and simplifying execution flow.fix-golintDavid Anderson
2017-07-05Correct the package building command, and only deploy for master branch commits.David Anderson
2017-07-05Another attempt to fix Travis.David Anderson
2017-07-05Make Travis test all packages, and remove the go.universe.tf import path.David Anderson
2017-07-05Fix the godoc link to point to google/tcpproxy.David Anderson
2017-07-05Merge bradfitz's tcpproxy codebase with the software formerly known as tlsrou...David Anderson
2017-07-05Move tlsrouter's readme to the command's directory.David Anderson
2017-07-05Switch license to Apache2, add Google copyright headers.David Anderson
2017-07-02Correct the travis build to kinda work.David Anderson
2017-07-02Move tlsrouter to cmd/tlsrouter, in preparation for rewrite as a pkg.David Anderson
2017-06-22Fix copy/paste-o in doc example.Brad Fitzpatrick
2017-06-22Add vendor warningBrad Fitzpatrick
2017-06-22Add TargetListenerBrad Fitzpatrick
2017-06-22Start of tcpproxy. No Listener or reverse dialing yet.Brad Fitzpatrick
2017-05-14Make golint fail if lint errors are found, and fix said lint.David Anderson
2017-05-14Clean up the Travis build a bit more, moving more stuff to the deploy stage.David Anderson
2017-05-14Test Travis's new build stage support.David Anderson
2017-05-14Make travis fetch the test-only dependency.David Anderson
2017-05-14Add support for HAProxy's PROXY protocol.David Anderson
2017-05-14Upload packages based on Go 1.8, not 1.7.David Anderson
2017-05-14Add Go 1.8 to the build matrix.David Anderson
2017-02-09typoRyan Cox
2017-02-08Remove debug print in acme code.David Anderson
2017-02-08Stop testing against Go 1.6.David Anderson
2017-02-08Add ACME routing support.David Anderson
2017-01-31Use nogroup as the group, not nobody.David Anderson
2017-01-31Port extra error checking over from netboot.David Anderson
2017-01-31Clean up travis config a bit, and add missing copyright notice.David Anderson
2017-01-31Add a deploy step to garbage-collect old packagecloud files.David Anderson