aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-03bump version to 0.2.1webext-0.2.1Cecylia Bocovich
2020-01-31Remove unused maxMessageSize constant.David Fifield
2020-01-31Make timeout constants into time.Duration values.David Fifield
2020-01-30Allow handling multiple SOCKS connections simultaneously.David Fifield
2020-01-30Have websocketconn.New return a pointer.David Fifield
2020-01-30Remove some redundancy in websocketconn naming.David Fifield
2020-01-30Initialize the global upgrader.CheckOrigin statically.David Fifield
2020-01-30Also show message in the "error copying WebSocket to ORPort" case.David Fifield
2020-01-29Remove client test with nil brokerCecylia Bocovich
2020-01-29Update client tests for NewBrokerChannel errorsCecylia Bocovich
2020-01-28Use lowercase variable names in copyLoop.David Fifield
2020-01-28Fix the order of arguments of client copyLoop to match the call.David Fifield
2020-01-27Simplify NewWebRTCDialer.David Fifield
2020-01-27Check for an invalid broker URL at a higher level.David Fifield
2020-01-23Close the melt channel, don't just send once on it.David Fifield
2020-01-23Refactor SOCKS-related logging.David Fifield
2020-01-23Move ICE server logging out of parseIceServers.David Fifield
2020-01-23NewWebRTCDialer cannot return an error.David Fifield
2020-01-23Formatting improvements.David Fifield
2020-01-23Update a comment: we no longer keep track of handlers.David Fifield
2020-01-20Remove erroneous logging around pt.*Error calls.David Fifield
2019-12-13proxy/make.js: add help outputJascha
2019-12-06Document setting the proxyType for metricsArlo Breault
2019-12-06Add a build step / documentation for code reuseArlo Breault
2019-12-06Increased test coverage for messages libraryCecylia Bocovich
2019-12-06Touched up snowflake client testsCecylia Bocovich
2019-12-06Expanded snowflake server testsCecylia Bocovich
2019-12-05Added another lock to protect broker statsCecylia Bocovich
2019-12-05Add tests to check for data race in brokerCecylia Bocovich
2019-12-05Add synchronization to prevent race in brokerCecylia Bocovich
2019-12-03bump version to 0.2.0webext-0.2.0Cecylia Bocovich
2019-11-28Updated broker specification and commentsCecylia Bocovich
2019-11-28Updated proxyType variable name for readabilityCecylia Bocovich
2019-11-28Add proxy type to stats exported by brokerCecylia Bocovich
2019-11-28Update proxy config to take proxy typeCecylia Bocovich
2019-11-28Update broker--proxy protocol with proxy typeCecylia Bocovich
2019-11-21Revert abstracting copyloopArlo Breault
2019-11-20Use gorilla websocket in proxy-go tooArlo Breault
2019-11-13Remove unnecessary logging at brokerCecylia Bocovich
2019-11-13Clean up proxy-go testsCecylia Bocovich
2019-11-13Test proxy-go interactions with brokerCecylia Bocovich
2019-11-13Use http.RoundTripper for connections to brokerCecylia Bocovich
2019-11-13Created tests for proxy-go utility functionsCecylia Bocovich
2019-11-13Add tests for session descripion functionsCecylia Bocovich
2019-11-13Renamed existing test fileCecylia Bocovich
2019-11-13bump version to 0.1.0webext-0.1.0Cecylia Bocovich
2019-11-13Update travis to use go v1.13.xCecylia Bocovich
2019-11-13Implemented new broker messages for browser proxyCecylia Bocovich
2019-11-13Redo protocol for proxy--broker messagesCecylia Bocovich
2019-11-11Restore sending close message before closingArlo Breault