Benjamin M. Schwartz
Benjamin M. Schwartz
With this change `npm run action some/project/verb` becomes `npm run action verb some/project`. When the action is `start` or `test`, this is aliased to `npm start some/project` or `npm test...
This change is [](https://reviewable.io/reviews/uproxy/uproxy/2857)
Currently only double-escaped invites are supported. --- This change is [](https://reviewable.io/reviews/uproxy/uproxy/2838)
During smoke testing it would be helpful to be able to use the exact build artifacts that will be sent to the web store, but currently the build artifacts are...
Chrome shows a warning and calls this a "weak security configuration". We should get a better certificate.
Our connection establishment code needs to handle an upcoming change to the ICE candidate format: "null" candidate will be replaced or augmented by a candidate that has 'type': 'end'. If...
On Android, we frequently see error messages like ``` tcp [2016-05-23T16:44:50.945Z] N370.A375: onDisconnect: {"errcode":"UNKNOWN","message":"Socket Error: -2: FAILED"} ``` I have traced this to an `onReceiveError` event with the message "Socket...
When monitoring uproxy in Android Studio, the logs are completely spammed with identical lines like ``` 08-31 11:39:28.302 32296-32411/org.uproxy.uProxy W/ChromeSocketsTcp: no data read from socket ``` This is on Android...
freedom-xhr is showing integration test failures for domain-fronting related tests on firefox in the Xhr shim. We're actually using that code in Firefox, so this could have an impact on...
The logs show ``` 08-31 11:33:16.763 22781-22861/org.uproxy.uProxy D/Tun2Socks: Starting tun2socks... 08-31 11:33:16.765 22781-22861/org.uproxy.uProxy I/Tun2Socks: starting tunnel service 08-31 11:33:16.765 22781-22861/org.uproxy.uProxy W/Tun2Socks: already running service ``` but there is no key...