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