summaryrefslogtreecommitdiff
path: root/firefox
Commit message (Expand)AuthorAge
* Use permalinks for Tor Trac tickets.David Fifield2016-02-19
* Indentation and link to #16269.David Fifield2015-06-04
* Bug 16269: add-on compatibility check occurs repeatedlyKathy Brade2015-06-04
* Add a missing variable declaration.David Fifield2015-03-21
* Don't strip Host when we are pruning headers.David Fifield2015-03-21
* Factor out requestOk.David Fifield2015-02-24
* Factor out a sendResponse function.David Fifield2015-02-24
* Fix gitweb links.David Fifield2015-02-24
* Read data before bailing out in onDataAvailable.David Fifield2015-02-22
* Catch NS_ERROR_NOT_AVAILABLE in reading responseStatus.David Fifield2015-02-22
* Refactoring in Firefox helper.David Fifield2015-02-22
* Use "let" instead of "var" in the Firefox helper.David Fifield2015-02-21
* Fix JSON syntax in comment.David Fifield2015-02-21
* Document request body in Firefox helper.David Fifield2015-02-21
* Reflect shorter X-Session-Id in firefox helper comment.David Fifield2014-12-27
* Clear Firefox's pre-set headers.David Fifield2014-12-26
* Load Console.jsm in the Firefox helper.David Fifield2014-12-26
* Fix the debug message for an unsupported URL scheme.David Fifield2014-09-24
* Allow http URLs in the Firefox helper.David Fifield2014-09-24
* Fix readIntoBuf when starting with a non-empty buffer.David Fifield2014-09-08
* asyncWait doesn't take an argument.David Fifield2014-09-08
* Set network.proxy.socks_remote_dns=false inside the Firefox helper.David Fifield2014-08-02
* Return an error string for request format errors.David Fifield2014-06-11
* Change OPEN_BLOCKING|OPEN_UNBUFFERED to OPEN_BLOCKING.David Fifield2014-06-09
* Comment #12146 caveat of Firefox helper.David Fifield2014-06-09
* Enable meek-http-helper to use http, socks5, and socks4a proxies.David Fifield2014-05-27
* Set the TRANSPARENT_PROXY_RESOLVES_HOST proxy flag.David Fifield2014-05-27
* Factor out some code for setting a custom proxy per-request.David Fifield2014-05-27
* A few doc comments.David Fifield2014-04-29
* More rigidly follow the camelcase convention.David Fifield2014-04-25
* Actually use the callback arg.David Fifield2014-04-25
* Add missing semicolon.David Fifield2014-04-25
* Update comment that claimed we listen on a fixed port.David Fifield2014-04-25
* Disable read/write deadlines when done reading or writing.David Fifield2014-04-10
* Use an event loop technique to block without a dialog.David Fifield2014-04-10
* Comment out some debugging.David Fifield2014-04-06
* Listen on an ephemeral port and write the port number to stderr.David Fifield2014-03-24
* Use an ordinary channel, not a proxied channel.David Fifield2014-03-24
* Block without returning in profile-after-change handler.David Fifield2014-03-24
* Actually use the "profile-after-change" observer.David Fifield2014-03-23
* Tone down the debugging output.David Fifield2014-03-21
* Hold on to references to handlers.David Fifield2014-03-21
* typoDavid Fifield2014-03-18
* Explain a bit what is going on.David Fifield2014-03-18
* Handle connections, do JSON, make requests.David Fifield2014-03-18
* Semicolon.David Fifield2014-03-15
* Say we support nsIObserver.David Fifield2014-03-15
* Do QueryInterface.David Fifield2014-03-15
* Wait for an incoming connection before making the request.David Fifield2014-03-15
* Four-space indents.David Fifield2014-03-14