summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* process: expose the http_parser version in process.versionsNathan Rajlich2012-03-103-2/+5
* core: use proper #include directivesBen Noordhuis2012-03-1043-129/+129
* buffer: throw from constructor if length > kMaxLengthBen Noordhuis2012-03-093-7/+17
* core: add ThrowError(), ThrowTypeError(), ThrowRangeError()Ben Noordhuis2012-03-092-13/+28
* cluster: support passing of named pipesBen Noordhuis2012-03-093-26/+36
* Merge branch 'v0.6'Bert Belder2012-03-081-4/+17
|\
| * Windows: include syscall in fs errorsBert Belder2012-03-081-4/+17
* | process: add `process.hrtime()`Nathan Rajlich2012-03-061-0/+30
* | process: show detailed error message in process.dlopen()Shigeki Ohtsu2012-03-061-2/+26
* | Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-03-032-5/+62
|\ \ | |/
| * Now working on v0.6.13isaacs2012-03-021-2/+2
| * 2012.03.02 Version 0.6.12 (stable)v0.6.12isaacs2012-03-021-1/+1
| * dtrace ustack helper improvementsDave Pacheco2012-03-022-5/+62
| * Pause process.stdin in stdin getterisaacs2012-02-211-0/+4
* | First arg to fs.fchown is an int, not a stringisaacs2012-03-031-2/+2
* | Revert "startup: use `path.resolve` instead of `path.join(cwd, ...)`"Maciej Małecki2012-02-231-2/+6
* | Now working on 0.7.6isaacs2012-02-231-2/+2
* | Merge branch 'v0.7.5-release'isaacs2012-02-231-1/+1
|\ \
| * | 2012.02.23, Version 0.7.5 (unstable)v0.7.5isaacs2012-02-231-1/+1
* | | Remove unused variables.Ben Noordhuis2012-02-233-8/+1
|/ /
* | dgram: fix out-of-bound memory readBen Noordhuis2012-02-231-0/+2
* | Pause process.stdin in stdin getterisaacs2012-02-211-0/+4
* | buffer: support decoding of URL-safe base64Ben Noordhuis2012-02-211-2/+4
* | crypto: add function getDiffieHellman()Tomasz Buchert2012-02-212-1/+440
* | core: ignore too many arguments, don't assertAndreas Madsen2012-02-201-4/+0
* | http: support PURGE request methodBen Noordhuis2012-02-201-0/+3
* | startup: use `path.resolve` instead of `path.join(cwd, ...)`Maciej Małecki2012-02-201-6/+2
* | startup: move `EventEmitter` closer to the lookupMaciej Małecki2012-02-201-3/+1
* | startup: use `.hasOwnProperty` instead of `in`Maciej Małecki2012-02-201-1/+1
* | Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-02-186-135/+175
|\ \ | |/
| * Now working on 0.6.12isaacs2012-02-171-2/+2
| * 2012.02.17 Version 0.6.11 (stable)v0.6.11isaacs2012-02-171-1/+1
| * Make win32 ansi api usage explicitBert Belder2012-02-162-42/+57
| * Windows: another attempt to support unicode argvBert Belder2012-02-161-0/+41
| * Revert "Windows: support non-ansi command line arguments"Bert Belder2012-02-161-28/+0
| * tls: mitigate session renegotiation attacksBen Noordhuis2012-02-162-0/+18
| * Windows: get rid of process._cwdForDrive()Bert Belder2012-02-161-75/+0
| * Windows: use unicode environmentBert Belder2012-02-161-36/+94
| * tcp, pipe: don't assert on uv_accept() errorsBen Noordhuis2012-02-152-8/+2
| * Windows: support non-ansi command line argumentsBert Belder2012-02-131-0/+28
* | debugger: rename `process.debug_port` to `process.debugPort`Maciej Małecki2012-02-181-1/+1
* | process: remove old notices about removed methodsMaciej Małecki2012-02-151-33/+0
* | Now working on 0.7.5isaacs2012-02-151-2/+2
* | 2012.02.14, Version 0.7.4 (unstable)v0.7.4isaacs2012-02-141-1/+1
* | debugger: export `debug_port` to `process`Fedor Indutny2012-02-121-0/+31
* | Merge remote-tracking branch 'origin/v0.6'Ben Noordhuis2012-02-122-6/+17
|\ \ | |/
| * set readable/writable for pipesIgor Zinkovsky2012-02-102-6/+17
* | Re-add top-level v8::LockerMarcel Laverdet2012-02-081-23/+29
* | Now working on 0.7.4isaacs2012-02-071-2/+2
* | 2012.02.07, Version 0.7.3 (unstable)v0.7.3isaacs2012-02-071-1/+1