- Aug 08, 2012
-
-
Shane Tomlinson authored
* Change the last bcrypt.get_rounds to bcrypt.getRounds. * Remove the bcrypt require from tests where it is not needed. * Remove exports.get_rounds from bcrypt.js, it has been deprecated.
-
Sean McArthur authored
this adds Windows support to bcrypt, as long as you're using nodejs >= 0.8.5 fixes deprecation warning since newer bcrypt has new API
-
- Jun 04, 2012
-
-
Zachary Carter authored
Fix globals in wsapi.js that seemed to be created unintentionally and fix the modules that depended on implicit globals
-
- Jan 17, 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 15, 2011
-
-
Lloyd Hilaiel authored
-
- Dec 14, 2011
-
-
Lloyd Hilaiel authored
implement graceful shutdown of bcrypt compute processes. fix bcrypt.get_rounds (was throwing an exception)
-
Lloyd Hilaiel authored
-