summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* zlib: don't use C++ templatesssuda2012-03-291-41/+47
* Reapply "debug: Wait 50ms before running the main module"isaacs2012-03-281-4/+25
* typed arrays: prevent unaligned typed array views on top of buffersErik Lundin2012-03-291-7/+8
* typed arrays: add Uint8ClampedArrayMikael Bourges-Sevenier2012-03-281-0/+13
* repl: add a 'useColors' option to the replNathan Rajlich2012-03-271-0/+3
* Revert "debug: Wait 50ms before running the main module"Fedor Indutny2012-03-281-25/+4
* debugger: use v8 api to wait for a connectionFedor Indutny2012-03-281-9/+3
* repl: fix 'terminal' mode autodetection on global replsNathan Rajlich2012-03-261-4/+6
* readline: migrate ansi/vt100 logic from tty to readlineNathan Rajlich2012-03-261-1/+11
* Avoiding unnecessary ToString() callsssuda2012-03-2312-62/+62
* cmd: add a -i / --interactive flag to force the REPLNathan Rajlich2012-03-212-2/+12
* debug: Wait 50ms before running the main moduleisaacs2012-03-201-4/+25
* process: don't use strdup()ssuda2012-03-201-11/+6
* Expose http parse error codesFelix Geisendörfer2012-03-191-0/+6
* process: add `process.config`Nathan Rajlich2012-03-151-0/+16
* process: fix process.title setterBen Noordhuis2012-03-151-3/+3
* Expose original argv as process.execArgv for cluster and child_process.fork()Micheil Smith2012-03-151-1/+49
* process: use NODE_STRINGIFY macro to set process.versions.uvNathan Rajlich2012-03-141-3/+4
* Now working on 0.7.7isaacs2012-03-131-2/+2
* Merge branch 'v0.7.6-release'isaacs2012-03-131-1/+1
|\
| * 2012.03.13, Version 0.7.6 (unstable)v0.7.6isaacs2012-03-131-1/+1
* | process: listen for the "exit" even on the main replNathan Rajlich2012-03-131-0/+3
|/
* process: expose the zlib version in use in process.versionsNathan Rajlich2012-03-121-0/+2
* zlib: fix include of zlib.hBen Noordhuis2012-03-121-1/+1
* http: use HTTP_METHOD_MAP macroBen Noordhuis2012-03-121-78/+13
* 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