- Mar 26, 2011
-
-
Ryan Dahl authored
- Mar 25, 2011
-
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Arnout Kazemier authored
Closes GH-806.
-
- Mar 24, 2011
-
-
Ryan Dahl authored
-
- Mar 23, 2011
-
-
Ryan Dahl authored
-
- Mar 22, 2011
-
-
Zachary Scott authored
-
Zachary Scott authored
-
Trevor Burnham authored
Closes GH-808 Closes GH-811
-
Trevor Burnham authored
-
Trevor Burnham authored
-
Ryan Dahl authored
Thanks to Jeremy Barnes for pointing it out.
-
Ryan Dahl authored
Thanks to Leen Besselink for pointing this out. Closes GH-815.
-
Ryan Dahl authored
-
- Mar 21, 2011
- Mar 20, 2011
-
-
Ryan Dahl authored
-
- Mar 18, 2011
-
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Koichi Kobayashi authored
-
Dean McNamee authored
-
Ryan Dahl authored
Thanks to Stéphan Kochen for the fix and Maurice Fonk for reproducing the bug. Closes GH-784. Closes GH-803.
-
Ryan Dahl authored
-
Ryan Dahl authored
-
- Mar 17, 2011
- Mar 15, 2011
- Mar 14, 2011
-
-
Ryan Dahl authored
https://groups.google.com/forum/#!topic/nodejs-dev/V5fB69hFa9o Closes GH-787.
-
Felix Geisendörfer authored
I have seen a lot of people trying to pass objects to crypto's update functions, assuming that it would somehow serialize the object before hashing. In reality, the object was converted to '[object Object]' which was then hashed, without any error message showing. This patch modifies the DecodeBytes function (used exclusively by crypto at this point) to complain when receiving anything but a string or buffer. Overall this should be a less-suprising, more robust behavior.
-
-
Theo Schlossnagle authored
Data being sent out of order.
-
Ryan Dahl authored
-