index
:
tcpproxy.git
fix-golint
master
proxy-protocol
Proxy TCP connections based on static rules, HTTP Host headers, and SNI server names (Go package or binary)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.travis.yml
Age
Commit message (
Expand
)
Author
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
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-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-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
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-08
Stop testing against Go 1.6.
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
2017-01-31
Random change to force travis rebuild on latest code.
David Anderson
2017-01-31
Attempt to create a package with no version name.
David Anderson
2017-01-31
Revert to just debian/jessie. It's the same package anyway.
David Anderson
2017-01-31
Try the obvious way to specify a matrix of package tags.
David Anderson
2017-01-31
Limit the deploy to only the go 1.7 build.
David Anderson
2017-01-31
Skip cleanup so travis doesn't delete the freshly built .deb.
David Anderson
2017-01-31
Attempt a packagecloud push.
David Anderson
2017-01-31
Attempt to build a debian package with FPM.
David Anderson
2017-01-01
Add a Travis CI config.
David Anderson