Benjamin M. Schwartz

Results 37 issues of Benjamin M. Schwartz

High-end Android phones seem to be able to run uProxy with acceptable behavior. Low-end phones do not. We'll need to figure out where the boundary is, and document it for...

P2
Feature Request
Air Client

The Cordova App is very slow to start, and displays a blank screen while starting. We should try to (1) show a loading screen and (2) determine if there is...

P3
Feature Request
Air Client

The Cordova framework implements all JSJava message passing on Android by serializing method calls into a CordovaArgs object. When this object contains an ArrayBuffer, it is serialized to Base64: https://github.com/apache/cordova-android/blob/master/framework/src/org/apache/cordova/CordovaArgs.java#L107...

P3
Feature Request
Air Client

I don't understand why this happens, but sometimes, when using Quiver, you see yourself in your own buddy list. Once this happens, it's permanent; you'll always see yourself in the...

P3
Bug
Quiver

The usage stats show very strange sawtooth patterns for Quiver servers. ![sawtooth](https://cloud.githubusercontent.com/assets/191945/17681831/f30a0088-6315-11e6-83a4-f857cfc93658.png) Each line represents one country, all small countries with low expected usage. Each point represents one hour. Perhaps...

P2
Bug
Quiver

In theory, uProxy is supposed to work correctly regardless of whether the UI is visible. When the UI is not visible (the window is closed), everything keeps working, even though...

P2
Feature Request
Air Client

We introduced PoolChannel to work around a serious race condition in Chrome's DataChannel implementation (#1289, #1309). That bug was [fixed by Lally](https://code.google.com/p/chromium/issues/detail?id=474650) in Chrome 45. Current Chrome stable is Chrome...

P3
Cleanup

In #283, the responsibility for closing the VPN file descriptor was assigned exclusively to outline-go-tun2socks, once the VPN is started. This is fine, but it means we need an explicit...

The new VPN core doesn't support IPv6. We should fix that.

enhancement

I'm trying to set up a forward proxy with HTTP/2. Unfortunately, it seems like mod_http2 just ignores mod_proxy if it has "ProxyRequests On". Instead, http GET proxy requests just return...

enhancement