- Jun 14, 2012
-
-
Lloyd Hilaiel authored
-
- Jun 06, 2012
-
-
Austin King authored
-
- May 29, 2012
-
-
Zachary Carter authored
-
Lloyd Hilaiel authored
Support non-ascii passwords: when forwarding requests, Content-Length should be byte length, not number of unicode chars. issue #1631
-
- May 25, 2012
-
-
Zachary Carter authored
-
- May 23, 2012
-
-
Zachary Carter authored
-
- May 22, 2012
-
-
Zachary Carter authored
-
- May 04, 2012
-
-
Lloyd Hilaiel authored
update the http_forward module to allow global request timeouts to be set, use this to implement a 15s upper bound on requests for declaration of support in development. This should fix unit tests
-
- Mar 15, 2012
-
-
Lloyd Hilaiel authored
when certifying secondary certs and the user has not confirmed their ownership of the given computer, certify with a short validity period
-
- Jan 17, 2012
-
-
Lloyd Hilaiel authored
-
- Jan 13, 2012
-
-
Lloyd Hilaiel authored
always run our little node HTTP proxy locally to constantly test HTTP proxy support which we'll have in production - issue #904
-
- Jan 12, 2012
-
-
Austin King authored
Adding i18n to wsapi. Split strings into client.po and messages.po. Switched email from mustache to EJS templates. Created fake locale db-LB for development and debugging. Updated scripts. See http://viewvc.svn.mozilla.org/vc?view=revision&revision=99911
-
- Jan 09, 2012
-
-
Lloyd Hilaiel authored
explicitly call .removeAllListeners() during http forwarding to eliminate memory leak. closes #839 (with extreme prejudice)
-
Lloyd Hilaiel authored
explicitly call .removeAllListeners() during http forwarding to eliminate memory leak. closes #839 (with extreme prejudice)
-
- Dec 01, 2011
-
-
Lloyd Hilaiel authored
disable http agent in http_forward - it has been capping us at five simul forwarded requests per backend process (dbwriter, keysigner)
-
- Nov 23, 2011
-
-
Lloyd Hilaiel authored
on a hard connection error during http forwarding, don't end the client reqeust, instead let the client formulate the error code and message
-
- Nov 14, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
disable request parsing/validation on browserid (aka "webhead") - all will be performed on the dbwriter (aka "secure webhead") - issue #460 (NOTE: request validation on webhead too requires a better session cookie implementation)
-
Lloyd Hilaiel authored
initial implementation of request forwarding, cookies set from dbwriter are still not being properly passed through - issue #460
-
- Nov 07, 2011
-
-
Lloyd Hilaiel authored
-
- Nov 04, 2011
-
-
Lloyd Hilaiel authored
everything else is filtered. Things like Content-Encoding shouldn't be blindly forwarded. Also when forwarding responses, ensure proper casing of headers. issue #460
-
Lloyd Hilaiel authored
-
- Nov 02, 2011
-
-
Lloyd Hilaiel authored
-
- Oct 28, 2011
-
-
Lloyd Hilaiel authored
-