| Commit message (Expand) | Author | Age | Files | Lines |
* | process: expose the http_parser version in process.versions | Nathan Rajlich | 2012-03-10 | 3 | -2/+5 |
* | core: use proper #include directives | Ben Noordhuis | 2012-03-10 | 43 | -129/+129 |
* | buffer: throw from constructor if length > kMaxLength | Ben Noordhuis | 2012-03-09 | 3 | -7/+17 |
* | core: add ThrowError(), ThrowTypeError(), ThrowRangeError() | Ben Noordhuis | 2012-03-09 | 2 | -13/+28 |
* | cluster: support passing of named pipes | Ben Noordhuis | 2012-03-09 | 3 | -26/+36 |
* | Merge branch 'v0.6' | Bert Belder | 2012-03-08 | 1 | -4/+17 |
|\ |
|
| * | Windows: include syscall in fs errors | Bert Belder | 2012-03-08 | 1 | -4/+17 |
* | | process: add `process.hrtime()` | Nathan Rajlich | 2012-03-06 | 1 | -0/+30 |
* | | process: show detailed error message in process.dlopen() | Shigeki Ohtsu | 2012-03-06 | 1 | -2/+26 |
* | | Merge remote-tracking branch 'ry/v0.6' into v0.6-merge | isaacs | 2012-03-03 | 2 | -5/+62 |
|\ \
| |/ |
|
| * | Now working on v0.6.13 | isaacs | 2012-03-02 | 1 | -2/+2 |
| * | 2012.03.02 Version 0.6.12 (stable)v0.6.12 | isaacs | 2012-03-02 | 1 | -1/+1 |
| * | dtrace ustack helper improvements | Dave Pacheco | 2012-03-02 | 2 | -5/+62 |
| * | Pause process.stdin in stdin getter | isaacs | 2012-02-21 | 1 | -0/+4 |
* | | First arg to fs.fchown is an int, not a string | isaacs | 2012-03-03 | 1 | -2/+2 |
* | | Revert "startup: use `path.resolve` instead of `path.join(cwd, ...)`" | Maciej Małecki | 2012-02-23 | 1 | -2/+6 |
* | | Now working on 0.7.6 | isaacs | 2012-02-23 | 1 | -2/+2 |
* | | Merge branch 'v0.7.5-release' | isaacs | 2012-02-23 | 1 | -1/+1 |
|\ \ |
|
| * | | 2012.02.23, Version 0.7.5 (unstable)v0.7.5 | isaacs | 2012-02-23 | 1 | -1/+1 |
* | | | Remove unused variables. | Ben Noordhuis | 2012-02-23 | 3 | -8/+1 |
|/ / |
|
* | | dgram: fix out-of-bound memory read | Ben Noordhuis | 2012-02-23 | 1 | -0/+2 |
* | | Pause process.stdin in stdin getter | isaacs | 2012-02-21 | 1 | -0/+4 |
* | | buffer: support decoding of URL-safe base64 | Ben Noordhuis | 2012-02-21 | 1 | -2/+4 |
* | | crypto: add function getDiffieHellman() | Tomasz Buchert | 2012-02-21 | 2 | -1/+440 |
* | | core: ignore too many arguments, don't assert | Andreas Madsen | 2012-02-20 | 1 | -4/+0 |
* | | http: support PURGE request method | Ben Noordhuis | 2012-02-20 | 1 | -0/+3 |
* | | startup: use `path.resolve` instead of `path.join(cwd, ...)` | Maciej Małecki | 2012-02-20 | 1 | -6/+2 |
* | | startup: move `EventEmitter` closer to the lookup | Maciej Małecki | 2012-02-20 | 1 | -3/+1 |
* | | startup: use `.hasOwnProperty` instead of `in` | Maciej Małecki | 2012-02-20 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'ry/v0.6' into v0.6-merge | isaacs | 2012-02-18 | 6 | -135/+175 |
|\ \
| |/ |
|
| * | Now working on 0.6.12 | isaacs | 2012-02-17 | 1 | -2/+2 |
| * | 2012.02.17 Version 0.6.11 (stable)v0.6.11 | isaacs | 2012-02-17 | 1 | -1/+1 |
| * | Make win32 ansi api usage explicit | Bert Belder | 2012-02-16 | 2 | -42/+57 |
| * | Windows: another attempt to support unicode argv | Bert Belder | 2012-02-16 | 1 | -0/+41 |
| * | Revert "Windows: support non-ansi command line arguments" | Bert Belder | 2012-02-16 | 1 | -28/+0 |
| * | tls: mitigate session renegotiation attacks | Ben Noordhuis | 2012-02-16 | 2 | -0/+18 |
| * | Windows: get rid of process._cwdForDrive() | Bert Belder | 2012-02-16 | 1 | -75/+0 |
| * | Windows: use unicode environment | Bert Belder | 2012-02-16 | 1 | -36/+94 |
| * | tcp, pipe: don't assert on uv_accept() errors | Ben Noordhuis | 2012-02-15 | 2 | -8/+2 |
| * | Windows: support non-ansi command line arguments | Bert Belder | 2012-02-13 | 1 | -0/+28 |
* | | debugger: rename `process.debug_port` to `process.debugPort` | Maciej Małecki | 2012-02-18 | 1 | -1/+1 |
* | | process: remove old notices about removed methods | Maciej Małecki | 2012-02-15 | 1 | -33/+0 |
* | | Now working on 0.7.5 | isaacs | 2012-02-15 | 1 | -2/+2 |
* | | 2012.02.14, Version 0.7.4 (unstable)v0.7.4 | isaacs | 2012-02-14 | 1 | -1/+1 |
* | | debugger: export `debug_port` to `process` | Fedor Indutny | 2012-02-12 | 1 | -0/+31 |
* | | Merge remote-tracking branch 'origin/v0.6' | Ben Noordhuis | 2012-02-12 | 2 | -6/+17 |
|\ \
| |/ |
|
| * | set readable/writable for pipes | Igor Zinkovsky | 2012-02-10 | 2 | -6/+17 |
* | | Re-add top-level v8::Locker | Marcel Laverdet | 2012-02-08 | 1 | -23/+29 |
* | | Now working on 0.7.4 | isaacs | 2012-02-07 | 1 | -2/+2 |
* | | 2012.02.07, Version 0.7.3 (unstable)v0.7.3 | isaacs | 2012-02-07 | 1 | -1/+1 |