-
- Downloads
You need to sign in or sign up before continuing.
Bug 20111: use Unix domain sockets for SOCKS port by default
Retrieve SOCKS port configuration from Tor Launcher if available. Support the TOR_SOCKS_IPC_PATH environment variable. Consistently use IPC to refer to Unix domain sockets. Enhance torbutton_local_tor_check() to correctly handle spaces and escaped characters within the 'GETINFO net/listeners/socks' response. Within startup-observer.js, use Services.jsm, Cc and similar constants, and remove unused code.
Showing
- src/chrome/content/tor-circuit-display.js 6 additions, 6 deletionssrc/chrome/content/tor-circuit-display.js
- src/chrome/content/torbutton.js 38 additions, 26 deletionssrc/chrome/content/torbutton.js
- src/components/startup-observer.js 73 additions, 44 deletionssrc/components/startup-observer.js
- src/modules/tor-control-port.js 25 additions, 26 deletionssrc/modules/tor-control-port.js
- src/modules/utils.js 100 additions, 1 deletionsrc/modules/utils.js
Loading
Please sign in to comment