summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Wait for data channel OnOpen before returning from NewWebRTCPeer.bug33897David Fifield2020-04-24
* Move establishDataChannel to after exchangeSDP.David Fifield2020-04-24
* Make exchangeSDP into a standalone function.David Fifield2020-04-24
* Make preparePeerConnection a standalone function.David Fifield2020-04-24
* Make WebRTCPeer.preparePeerConnection block.David Fifield2020-04-24
* Simplify WebRTCPeer.exchangeSDP.David Fifield2020-04-24
* Remove SnowflakeDataChannel interface.David Fifield2020-04-24
* Eliminate separate WebRTCPeer.Connect method.David Fifield2020-04-24
* Remove `Snowflake` interface, use `*WebRTCPeer` directly.David Fifield2020-04-24
* Don't do a separate check for a short write.David Fifield2020-04-24
* Move pc.CreateOffer/pc.SetLocalDescription out of a goroutine.David Fifield2020-04-24
* Simplify Peers.Pop.David Fifield2020-04-24
* Remove unused Resetter interface.David Fifield2020-04-24
* Disable trickle ICE.David Fifield2020-04-24
* Simplify BytesSyncLogger.refactor-bytesloggerDavid Fifield2020-04-23
* Make BytesSyncLogger's implementation details internal.David Fifield2020-04-23
* Remove unused BytesSyncLogger.IsLogging.David Fifield2020-04-23
* Make WebRTCPeer and Peers not inherit the methods of BytesLogger.David Fifield2020-04-23
* Update a comment (no signal pipe anymore).David Fifield2020-04-23
* Restore `go 1.13` to go.mod, lost in the turbotunnel merge.David Fifield2020-04-23
* Use a global RedialPacketConn and smux.Session.turbotunnel-merge-2David Fifield2020-04-23
* USERADDR support for turbotunnel sessions.David Fifield2020-04-23
* Turbo Tunnel client and server.David Fifield2020-04-23
* Import Turbo Tunnel support code.David Fifield2020-04-23
* Let copyLoop exit when either direction finishes.David Fifield2020-04-23
* Immediately and unconditionally grant new SOCKS connections.David Fifield2020-04-23
* Clean up .gitignoreCecylia Bocovich2020-04-22
* Rename proxy-go/ directory to proxy/Cecylia Bocovich2020-04-22
* Update .travis.yml for proxy/ code removalCecylia Bocovich2020-04-22
* Remove web proxy instructions from README.mdCecylia Bocovich2020-04-22
* Remove proxy/ subdirectoryCecylia Bocovich2020-04-16
* Remove proxy/translation submoduleCecylia Bocovich2020-04-16
* Remove uniuri dependency.David Fifield2020-04-03
* Update GitHub issue numbers to Trac ticket numbers.David Fifield2020-04-02
* Change dummy address for snowflakeCecylia Bocovich2020-04-01
* Remove local LAN address ICE candidates in proxy-go answerArlo Breault2020-03-26
* Move StripLocalAddresses to a common utilArlo Breault2020-03-26
* Rename logToStateDir/keepLocalAddresses to kebab caseArlo Breault2020-03-25
* Add unsafe loggingArlo Breault2020-03-25
* Update licenseCecylia Bocovich2020-03-19
* Refactor (De)SerializeSessionDescription as common utilsArlo Breault2020-03-17
* Update go.mod and go.sumCecylia Bocovich2020-03-17
* Remove the abandoned server-webrtc test codeCecylia Bocovich2020-03-17
* 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