| Commit message (Expand) | Author | Age | Files | Lines |
* | process: fix setuid() and setgid() error reporting | Ben Noordhuis | 2012-09-17 | 1 | -0/+2 |
* | fs: fix assert in fs.watch() | Ben Noordhuis | 2012-09-14 | 1 | -5/+10 |
* | fs: don't segfault on deeply recursive stat() | Ben Noordhuis | 2012-09-14 | 1 | -40/+43 |
* | Now working on 0.8.10 | isaacs | 2012-09-11 | 1 | -2/+2 |
* | 2012.09.11, Version 0.8.9 (Stable)v0.8.9v0.8.9-release | isaacs | 2012-09-11 | 1 | -1/+1 |
* | crypto, tls: make setSNICallback() compatible with domains | Ben Noordhuis | 2012-09-03 | 2 | -15/+12 |
* | crypto: make pbkdf2() compatible with domains | Ben Noordhuis | 2012-09-03 | 1 | -9/+8 |
* | crypto: make randomBytes() compatible with domains | Ben Noordhuis | 2012-09-03 | 1 | -14/+8 |
* | windows: don't blow when a signal handler is attached | Bert Belder | 2012-09-03 | 1 | -0/+4 |
* | Now working on 0.8.9 | isaacs | 2012-08-22 | 1 | -2/+2 |
* | 2012.08.22, Version 0.8.8 (Stable)v0.8.8v0.8.8-release | isaacs | 2012-08-22 | 1 | -1/+1 |
* | unix: don't explicitly instantiate v8::Persistent<x> templates | Bert Belder | 2012-08-20 | 1 | -2/+5 |
* | fs: fix use after free in stat watcher | Ben Noordhuis | 2012-08-20 | 2 | -15/+30 |
* | Avoid compiler warning about negating unsigned value | Bert Belder | 2012-08-17 | 1 | -1/+2 |
* | windows: avoid MSVC warnings about templates not having a dll interface | Bert Belder | 2012-08-17 | 1 | -0/+6 |
* | Now working on 0.8.8 | isaacs | 2012-08-15 | 1 | -2/+2 |
* | 2012.08.15, Version 0.8.7 (Stable)v0.8.7v0.8.7-release | isaacs | 2012-08-15 | 1 | -1/+1 |
* | buffer, crypto: fix buffer decoding | Ben Noordhuis | 2012-08-14 | 1 | -1/+19 |
* | Now working on 0.8.7 | isaacs | 2012-08-07 | 1 | -2/+2 |
* | 2012.08.07, Version 0.8.6 (Stable)v0.8.6 | isaacs | 2012-08-07 | 1 | -1/+1 |
* | Now working on 0.8.6 | isaacs | 2012-08-02 | 1 | -2/+2 |
* | 2012.08.02, Version 0.8.5 (Stable)v0.8.5 | isaacs | 2012-08-02 | 1 | -1/+1 |
* | node: tag Encode and friends NODE_EXTERN | Ben Noordhuis | 2012-08-02 | 1 | -8/+8 |
* | Report errors properly from --eval and stdin | isaacs | 2012-07-30 | 3 | -21/+45 |
* | node: use variadic functions in ev-emul.h | Ben Noordhuis | 2012-07-28 | 1 | -2/+2 |
* | Now working on v0.8.5 | isaacs | 2012-07-25 | 1 | -2/+2 |
* | 2012.07.25, Version 0.8.4 (Stable)v0.8.4 | isaacs | 2012-07-24 | 1 | -1/+1 |
* | debugger: wake up the event loop when a debugger command is dispatched | Peter Rybin | 2012-07-23 | 1 | -0/+24 |
* | tls: veryify server's identity | Fedor Indutny | 2012-07-20 | 1 | -2/+3 |
* | Now working on 0.8.4 | isaacs | 2012-07-19 | 1 | -2/+2 |
* | 2012.07.19, Version 0.8.3 (Stable)v0.8.3 | isaacs | 2012-07-19 | 1 | -1/+1 |
* | node: make ev-emul.h compile with -Wextra -Werror | Ben Noordhuis | 2012-07-18 | 1 | -7/+16 |
* | net: fix net.Server.listen({fd:x}) error reporting | Ben Noordhuis | 2012-07-12 | 1 | -0/+3 |
* | Now working on 0.8.3 | isaacs | 2012-07-09 | 1 | -2/+2 |
* | Merge branch 'v0.8.2-release' into v0.8 | isaacs | 2012-07-09 | 1 | -1/+1 |
|\ |
|
| * | 2012.07.09, Version 0.8.2 (Stable)v0.8.2 | isaacs | 2012-07-07 | 1 | -1/+1 |
* | | zlib: Call inflateEnd for UNZIP. Fixes memory leak. | isaacs | 2012-07-08 | 1 | -1/+2 |
* | | process: throw a TypeError when anything but an Array is passed to hrtime() | Nathan Rajlich | 2012-07-08 | 1 | -0/+5 |
* | | crypto: fix DecipherUpdate() memory leak | Ben Noordhuis | 2012-07-08 | 1 | -4/+2 |
|/ |
|
* | Now working on 0.8.2 | isaacs | 2012-07-07 | 1 | -2/+2 |
* | Assign to property of global, instead of implicit global variable | Jonas Westerlund | 2012-07-06 | 1 | -1/+1 |
* | 2012.06.29, Version 0.8.1 (stable)v0.8.1 | isaacs | 2012-06-29 | 1 | -1/+1 |
* | windows: remove 256x256 version of the icon | Bert Belder | 2012-06-25 | 1 | -0/+0 |
* | Now working on 0.8.1 | isaacs | 2012-06-25 | 1 | -2/+2 |
* | 2012.06.25, Version 0.8.0 (stable)v0.8.0 | isaacs | 2012-06-25 | 1 | -1/+1 |
* | stdin.pipe: Replace forgotten opts member | isaacs | 2012-06-21 | 1 | -2/+2 |
* | Merge branch 'stdin-resume-pipe' | isaacs | 2012-06-21 | 1 | -0/+8 |
|\ |
|
| * | Fix #3503: stdin: resume() on pipe(dest) | isaacs | 2012-06-21 | 1 | -0/+8 |
* | | crypto: fix error reporting in SetKey() | Fedor Indutny | 2012-06-21 | 1 | -1/+8 |
|/ |
|
* | Externalize node::no_deprecation | isaacs | 2012-06-21 | 3 | -3/+3 |