- Jun 11, 2012
-
-
Lloyd Hilaiel authored
add host parameter back to mysql configuration - fixes accidental regression in commit 3f4368d2
-
- Jun 01, 2012
-
-
Lloyd Hilaiel authored
-
- May 30, 2012
-
-
Lloyd Hilaiel authored
-
- May 22, 2012
-
-
Zachary Carter authored
-
Jed Parsons authored
-
Jed Parsons authored
-
- May 09, 2012
-
-
Jed Parsons authored
-
- May 06, 2012
-
-
Jed Parsons 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
-
- May 03, 2012
-
-
Austin King authored
Renaming kpi_backend_db_hostname and port to kpi_backend_db_url. Updated with KPIggybank endpoint, posting form data
-
- May 02, 2012
-
-
Austin King authored
-
Austin King authored
-
- Mar 28, 2012
-
-
Austin King authored
Reusing staticPath in compress worker and making prefix configurable, removing DRY violation per llyod
-
- Mar 27, 2012
-
-
Austin King authored
-
- Mar 15, 2012
-
-
Lloyd Hilaiel authored
-
- Mar 14, 2012
-
-
Lloyd Hilaiel authored
at authentication time, if the user has not confirmed ownership of a computer, set a shorter auth period.
-
- Mar 13, 2012
-
-
Austin King authored
Adding disable_locale_check flag to skipping warnings for en-US without gettext files. Fixes Issue#1055
-
- Mar 10, 2012
-
-
Austin King authored
-
- Feb 27, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
* all database functions return an err as the first param which is non-null for failure. * all wsapis handle database errors and return service unavailable to client. * stalled-mysql-test implements unit tests to verify proper failure behavior of all wsapis. * configuration parameter added to define max allowed time per query
-
- Feb 09, 2012
-
-
Lloyd Hilaiel authored
fix char munging when postprocess is in play serving large files where unicode chars fall on chunk boundaries. closes #1057
-
- Feb 03, 2012
-
-
Lloyd Hilaiel authored
-
Austin King authored
-
- Feb 01, 2012
-
-
Austin King authored
-
- Jan 30, 2012
-
-
Lloyd Hilaiel authored
-
- Jan 27, 2012
-
-
Austin King authored
-
Austin King authored
-
Austin King authored
-
- Jan 18, 2012
-
-
Shane Tomlinson authored
* include.js pointed to the production resource. * use_minified_version was incorrectly set to true.
-
Austin King authored
-
- Jan 17, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
cache busting: add 'enable_code_version' configuration - when true return 'code_version' in session_context - also /production/XXX_vYYY.{js,css} calls now map back to /production/XXX.{js,css} - issue #226
-
Lloyd Hilaiel authored
-
- Jan 13, 2012
-
-
Lloyd Hilaiel authored
add outbound HTTP proxy support to browserid - requires a proxy that can forward http to https traffic - closes #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 05, 2012
-
-
Lloyd Hilaiel authored
-
- Dec 31, 2011
-
-
Lloyd Hilaiel authored
implement a 'maximum request time' for bcrypt work. server now fails more gracefully under backbreaking load, returning 503s to clients of the authenticate_user api. update loadgen to be less dramatic about, but still display, 503 errors. first part of issue #787 - a partial fix for #785 in dere too
-
- Dec 08, 2011
-
-
Lloyd Hilaiel authored
upgrade to a branch of statsd that lazily closes ephemeral UDP ports, so that we're not allocating one UDP socket per request when under load. closes #680
-
- Nov 30, 2011
-
-
Lloyd Hilaiel authored
fix regression in keysigner - ensure non-default VAR_PATH is relayed to compute processes - issue #213
-
Lloyd Hilaiel authored
-