summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add stream numbers to Handler log messages.turbotunnel-kcpDavid Fifield2020-03-24
* Revert "Defer SOCKS grant/reject until we have tried opening a stream."David Fifield2020-03-24
* Defer SOCKS grant/reject until we have tried opening a stream.David Fifield2020-03-18
* Use a global RedialPacketConn and smux.Session.David Fifield2020-03-18
* Merge branch 'master' into turbotunnel-kcpDavid Fifield2020-03-16
|\
| * Remove go get commands from travis.ymlCecylia Bocovich2020-03-05
| * Add a go.mod and go.sum for snowflakeCecylia Bocovich2020-03-05
| * bump version to 0.2.2Cecylia Bocovich2020-03-04
| * Remove the now-unused appengine directory.David Fifield2020-02-29
| * Remove unecessary log messagesCecylia Bocovich2020-02-25
| * Update appengine for the Go 1.11 runtime.David Fifield2020-02-24
| * In server, treat a client IP address of 0.0.0.0 as missing.David Fifield2020-02-22
| * Close internal Pipes in websocketconn.Conn Close.bug33367-websocketconnDavid Fifield2020-02-18
| * Restructure a bit based on reviewArlo Breault2020-02-08
| * Unmarshal the SDP to filter attributesArlo Breault2020-02-08
| * Remove local LAN address ICE candidatesArlo Breault2020-02-08
| * Remove unreachable codeArlo Breault2020-02-08
| * Simplify a conditional.David Fifield2020-02-04
| * Implement net.Conn for websocketconn.Conn.David Fifield2020-02-04
| * Rewrite websocketconn with synchronous pipes.David Fifield2020-02-04
| * websocketconn tests.David Fifield2020-02-04
| * bump version to 0.2.1Cecylia Bocovich2020-02-03
* | Merge branch 'turbotunnel' into turbotunnel-kcpDavid Fifield2020-02-22
|\ \
| * | Disable KCP congestion control and enable stream mode.David Fifield2020-02-22
| * | In server, treat a client IP address of 0.0.0.0 as missing.David Fifield2020-02-22
* | | Merge branch 'turbotunnel' into turbotunnel-kcpDavid Fifield2020-02-21
|\ \ \ | |/ /
| * | Make work with quic-go 2e59206a1ee73636e7687d272ad007befd007d5b.David Fifield2020-02-21
| * | Set the smux KeepAliveTimeout (idle timeout) to 10 minutes.David Fifield2020-02-21
| * | Let copyLoop exit when either direction finishes.David Fifield2020-02-21
| * | Fix TestReadLimits.David Fifield2020-02-18
| * | Close internal Pipes in websocketconn.Conn Close.David Fifield2020-02-18
* | | Switch back to kcp-go from quic-go in the client only.David Fifield2020-02-14
|/ /
* | Support KCP and QUIC in the server simultaneously.David Fifield2020-02-14
* | Comment typos.David Fifield2020-02-14
* | Replace kcp-go with quic-go.David Fifield2020-02-11
* | Use explicit smux protocol version 2.David Fifield2020-02-10
* | Remove go.mod and go.sum.David Fifield2020-02-10
* | USERADDR support for turbotunnel sessions.David Fifield2020-02-05
* | Remove TODO around smux.DefaultConfig.David Fifield2020-02-05
* | Update go.mod for "go test" in server.David Fifield2020-02-05
* | Don't log an EOF at the beginning of a client stream.David Fifield2020-02-04
* | Have turbotunnelMode and oneshotMode return an error.David Fifield2020-02-04
* | Backward-compatible turbotunnel.David Fifield2020-02-03
* | Merge branch 'bug33144-websocketconn' into HEADDavid Fifield2020-02-03
|\ \
| * | Implement net.Conn for websocketconn.Conn.David Fifield2020-02-03
| * | Rewrite websocketconn with synchronous pipes.David Fifield2020-02-03
| * | websocketconn tests.David Fifield2020-02-03
| |/
* | turbotunnel clientDavid Fifield2020-01-31
* | turbotunnel server.David Fifield2020-01-31
* | Import turbotunnel support code.David Fifield2020-01-31