summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Allow handling multiple SOCKS connections simultaneously.bug33100-refactorDavid Fifield2020-01-29
* Have websocketconn.New return a pointer.David Fifield2020-01-29
* Remove some redundancy in websocketconn naming.David Fifield2020-01-29
* Initialize the global upgrader.CheckOrigin statically.David Fifield2020-01-29
* Remove client test with nil brokerCecylia Bocovich2020-01-29
* Update client tests for NewBrokerChannel errorsCecylia Bocovich2020-01-29
* Use lowercase variable names in copyLoop.David Fifield2020-01-28
* Fix the order of arguments of client copyLoop to match the call.David Fifield2020-01-28
* Simplify NewWebRTCDialer.bug33040-refactor-2David Fifield2020-01-27
* Check for an invalid broker URL at a higher level.David Fifield2020-01-27
* Close the melt channel, don't just send once on it.David Fifield2020-01-23
* Refactor SOCKS-related logging.David Fifield2020-01-23
* Move ICE server logging out of parseIceServers.David Fifield2020-01-23
* NewWebRTCDialer cannot return an error.David Fifield2020-01-23
* Formatting improvements.David Fifield2020-01-23
* Update a comment: we no longer keep track of handlers.David Fifield2020-01-23
* Remove erroneous logging around pt.*Error calls.David Fifield2020-01-20
* proxy/make.js: add help outputJascha2019-12-13
* Document setting the proxyType for metricsArlo Breault2019-12-06
* Add a build step / documentation for code reuseArlo Breault2019-12-06
* Increased test coverage for messages libraryCecylia Bocovich2019-12-06
* Touched up snowflake client testsCecylia Bocovich2019-12-06
* Expanded snowflake server testsCecylia Bocovich2019-12-06
* Added another lock to protect broker statsCecylia Bocovich2019-12-05
* Add tests to check for data race in brokerCecylia Bocovich2019-12-05
* Add synchronization to prevent race in brokerCecylia Bocovich2019-12-05
* bump version to 0.2.0Cecylia Bocovich2019-12-03
* Updated broker specification and commentsCecylia Bocovich2019-11-28
* Updated proxyType variable name for readabilityCecylia Bocovich2019-11-28
* Add proxy type to stats exported by brokerCecylia Bocovich2019-11-28
* Update proxy config to take proxy typeCecylia Bocovich2019-11-28
* Update broker--proxy protocol with proxy typeCecylia Bocovich2019-11-28
* Revert abstracting copyloopArlo Breault2019-11-21
* Use gorilla websocket in proxy-go tooArlo Breault2019-11-20
* Remove unnecessary logging at brokerCecylia Bocovich2019-11-13
* Clean up proxy-go testsCecylia Bocovich2019-11-13
* Test proxy-go interactions with brokerCecylia Bocovich2019-11-13
* Use http.RoundTripper for connections to brokerCecylia Bocovich2019-11-13
* Created tests for proxy-go utility functionsCecylia Bocovich2019-11-13
* Add tests for session descripion functionsCecylia Bocovich2019-11-13
* Renamed existing test fileCecylia Bocovich2019-11-13
* bump version to 0.1.0Cecylia Bocovich2019-11-13
* Update travis to use go v1.13.xCecylia Bocovich2019-11-13
* Implemented new broker messages for browser proxyCecylia Bocovich2019-11-13
* Redo protocol for proxy--broker messagesCecylia Bocovich2019-11-13
* Restore sending close message before closingArlo Breault2019-11-11
* Stop using custom websocket library in serverArlo Breault2019-11-11
* Changed variable name for multiplexed clientsCecylia Bocovich2019-10-31
* Moved function comments to their definitionsCecylia Bocovich2019-10-31
* Remove "active" property of proxyPairsCecylia Bocovich2019-10-31