Commit Graph

57 Commits

Author SHA1 Message Date
Jaime Pillora 362ebf1c93 progress session, fix ctx apis 2017-07-22 20:34:05 +10:00
Jaime Pillora ef4bd3df29 docs 1.2.2 2017-04-15 12:03:18 +10:00
Jaime Pillora f7cbd77492 exit on bind failure (closes #31) 2017-04-15 11:58:49 +10:00
Jaime Pillora d7b9d1c0ef minor docs, add socks guide 1.2.1 2017-04-08 16:40:37 +10:00
Jaime Pillora 87a853937c add connection counts to verbose logs 2017-04-08 16:28:27 +10:00
Jaime Pillora 26c6b88579 dockerfile fix again, minor logging changes 2017-04-07 23:14:48 +10:00
Jaime Pillora d818741c7d update dockerfile, default socks interface to localhost only 1.2.0 2017-04-07 21:49:44 +10:00
Jaime Pillora 07efff60e1 vendor deps 2017-04-07 20:18:23 +10:00
Jaime Pillora 6cb3ab2186 added SOCKS5 server support, added HTTP CONNECT Proxy client support, improved cli, improve docs, added badges 2017-04-07 20:18:15 +10:00
Jaime Pillora 772405d4ab improve docker build (smaller binary, latest go) 2017-04-07 15:14:56 +10:00
Jaime Pillora 6834725c7e merge --pid option, closes #26, thanks @xtyxtyx 2017-04-07 15:05:52 +10:00
kari fe69ee6adc Support for --pid option 2017-04-04 13:20:36 +08:00
kari fd1d7bea65 Update README.md 2017-04-04 13:20:05 +08:00
kari 9005ee611f Support for --pid option 2017-04-04 13:13:41 +08:00
xtyxtyx f435532f4c add --pid option support 2017-04-04 12:42:09 +08:00
Jaime Pillora 6804342b6a grammar 2017-01-13 12:06:04 +11:00
Jaime Pillora e8eba37202 add one-line install, remove beta warning (two years with no issues) 2017-01-13 12:04:02 +11:00
Jaime Pillora 4ebf6dfb60 Merge pull request #21 from geneticgrabbag/patch-1
Fix typo in README
2017-01-13 11:35:35 +11:00
Evan P. Mills cd4a401d45 Fix typo in README 2017-01-12 19:30:43 -05:00
Jaime Pillora c7c2b24ff4 Merge pull request #16 from KazeFlame/fix-1
Fix host is not being passed
1.1.4
2016-06-14 00:58:37 +10:00
Lyntor Paul Figueroa 5398b7dd6a Remove unnecessary changes 2016-06-10 19:19:37 +08:00
Lyntor Paul Figueroa 20eb65be57 Fix missing host in addr string 2016-06-09 22:15:33 +08:00
Jaime Pillora 1382a4affc Dockerized (closes #12) 2016-03-25 14:10:41 +11:00
Jaime Pillora f7604a58c5 add docs 2015-04-01 11:50:28 +11:00
Jaime Pillora 74a9a324c4 added optional client keepalives 1.1.3 2015-03-20 16:08:41 +11:00
Jaime Pillora 4f600f65d9 docs, added timeout to client handshake 1.1.2 2015-03-19 13:06:30 +11:00
Jaime Pillora 9d494aaebe bump protocol version, 1.0, 1.1 are incompatible 1.1.1 2015-03-19 11:19:03 +11:00
Jaime Pillora 1871137e32 ssh working, user auth working, addr whitelisting (mostly) working 1.1.0 2015-03-19 02:41:17 +11:00
Jaime Pillora 68eb79a634 progressing to users and remote address whitelists 2015-03-19 01:25:20 +11:00
Jaime Pillora d6b070ed5a added security warning 2015-03-18 03:09:42 +11:00
Jaime Pillora aec3963c96 mention go in docs for some seo goodness 2015-03-17 09:55:58 +11:00
Jaime Pillora 7043d06be8 since test isn't really a go test, converted to a main package 1.0.1 2015-03-17 09:19:16 +11:00
Jaime Pillora 5dd999f0ad renamed auth to key, fixed docs 1.0.0 2015-03-17 08:53:33 +11:00
Jaime Pillora 0b084da1d0 combined both programs into one, with two subcommands 2015-03-16 18:49:09 +11:00
Jaime Pillora 292ee12f7d master is now merged with the 'encrypt' branch, optional symetric encrypt wins over ssh (due to its optionality) 2015-03-15 06:13:33 +11:00
Jaime Pillora 6fa2b5ea8e fixed missing var in test package 2015-03-15 06:11:41 +11:00
Jaime Pillora 9432ac005b added docs 2015-03-14 21:27:56 +11:00
Jaime Pillora e106c625c6 symetrically encrypted tcp working, as slow as ssh :( 2015-03-14 05:02:51 +11:00
Jaime Pillora 9b52e165f7 working, 4x slower than yamux :( 2015-03-14 03:40:18 +11:00
Jaime Pillora b87d423f73 more docs 2015-03-12 02:11:30 +11:00
Jaime Pillora a5b564e555 added docs, shortened disconnect sequence 2015-03-12 01:33:21 +11:00
Jaime Pillora 141258bf90 tests and simple benchmarks working 2015-03-11 15:57:01 +11:00
Jaime Pillora 860d01e2fb closable http server working 2015-03-08 06:14:37 +11:00
Jaime Pillora cb70488e16 added embedded logger to each class, begin work on programmatic API and test suite 2015-03-07 15:49:25 +11:00
Jaime Pillora ddb477203f added more docs, default server proxy will always same host 2015-03-04 02:11:28 +11:00
Jaime Pillora aca17c5e52 version is actually protocol version 2015-03-04 01:31:15 +11:00
Jaime Pillora d4fc4158c4 more docs, privatized stuff 2015-03-03 03:06:01 +11:00
Jaime Pillora f2b19469f9 treat disconnect as normal connection error 2015-02-28 19:35:44 +11:00
Jaime Pillora ee014d3a91 all prints are now behind the DEBUG flag 2015-02-28 17:45:49 +11:00
Jaime Pillora 63f2658b4d added connection forwarder server connection retries with backoff 2015-02-28 17:33:34 +11:00