- 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
-
- Nov 29, 2011
-
-
Lloyd Hilaiel authored
improve node.js version checking. eliminate DRY violation, and use semver for robust version specification and matching. nice yak, eh?
-
Lloyd Hilaiel authored
express our dependency on nodejs >= 0.6.3 in package.json and in code. (note: I'm not sure package.json actually does anything useful, but it's a good place to document it)c
-
- Nov 28, 2011
-
-
Pete Fritchman authored
-
Pete Fritchman authored
-
- Nov 16, 2011
-
-
Lloyd Hilaiel authored
move generation of ephemeral database names (used in perf/unit testing) to a higher level and out of core code. also, emphemeral database cleanup is now a responsibility of the harness running the software (test harness, or run_locally.js). This fixes race conditions in unit tests that restart daemons (closes #557) and simplifies running local performance tests (issue #504)
-
- Nov 15, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
public and private keys explicitly read, whenever we can't read them we go down with a hard error: closes #581, related to issue #576
-
Lloyd Hilaiel authored
-
- Nov 14, 2011
-
-
Lloyd Hilaiel authored
-
- Nov 04, 2011
-
-
Lloyd Hilaiel authored
in production (dev/beta/prod) use a more conventional logging format that includes timestamps. closes #234
-
- Nov 10, 2011
-
-
Lloyd Hilaiel authored
add the dbwriter process. it's not yet hooked up, but starts up and runs, and included in health check.
-
Lloyd Hilaiel authored
reorganize browserid process - break out view serving and wsapi handling. preparation for dbwriter split. issue #460
-
- Nov 08, 2011
-
-
Lloyd Hilaiel authored
-
- Nov 07, 2011
-
-
Lloyd Hilaiel authored
-
- Nov 03, 2011
-
-
Lloyd Hilaiel authored
in production (dev/beta/prod) use a more conventional logging format that includes timestamps. closes #234
-
- Nov 02, 2011
-
-
Lloyd Hilaiel authored
-
- Oct 28, 2011
-
-
Lloyd Hilaiel authored
implement throttling on outbound emails: don't send emails to the same address more than once per minute - issue #430
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Oct 26, 2011
-
-
Lloyd Hilaiel authored
fix double substitution in local environment introduced in commit f5be9659 - closes #486
-