2222 Commits (9e72b7b65c2726ea192326261be45f4bcda6a86c)

Author SHA1 Message Date
ssuda 44eb279ef8 zlib: don't use C++ templates 13 years ago
isaacs 8a15147bc5 Reapply "debug: Wait 50ms before running the main module" 13 years ago
Erik Lundin 973bbecf1a typed arrays: prevent unaligned typed array views on top of buffers 13 years ago
Mikael Bourges-Sevenier 67fc1dafd0 typed arrays: add Uint8ClampedArray 13 years ago
Nathan Rajlich 208b230744 repl: add a 'useColors' option to the repl 13 years ago
Fedor Indutny 00224771e3 Revert "debug: Wait 50ms before running the main module" 13 years ago
Fedor Indutny 5e8c2b0768 debugger: use v8 api to wait for a connection 13 years ago
Nathan Rajlich 698e795a5f repl: fix 'terminal' mode autodetection on global repls 13 years ago
Nathan Rajlich aad12d0b26 readline: migrate ansi/vt100 logic from tty to readline 13 years ago
isaacs a7dce47854 Now working on v0.6.15 13 years ago
isaacs e513ffef75 2012.03.22 Version 0.6.14 (stable) 13 years ago
ssuda 249c3c165a Avoiding unnecessary ToString() calls 13 years ago
Bryan Cantrill d1255914df sunos: fix EMFILE on process.memoryUsage() 13 years ago
Ben Noordhuis ea44d3031d crypto: fix compile-time error with openssl <= 0.9.7e 13 years ago
Nathan Rajlich feaa8a41c7 cmd: add a -i / --interactive flag to force the REPL 13 years ago
isaacs c781f17742 debug: Wait 50ms before running the main module 13 years ago
ssuda 253ec6a63d process: don't use strdup() 13 years ago
Felix Geisendörfer 18240193ba Expose http parse error codes 13 years ago
Nathan Rajlich 11d8823791 process: add `process.config` 13 years ago
Ben Noordhuis 1a97998644 process: fix process.title setter 13 years ago
Micheil Smith 19fd5301bf Expose original argv as process.execArgv for cluster and child_process.fork() 13 years ago
isaacs b9bd2d3eb9 Now working on v0.6.14 13 years ago
isaacs 9f7f86b534 2012.03.15 Version 0.6.13 (stable) 13 years ago
Nathan Rajlich 35043ad8ac process: use NODE_STRINGIFY macro to set process.versions.uv 13 years ago
isaacs bda08bfa04 Now working on 0.7.7 13 years ago
isaacs f06abda6f5 2012.03.13, Version 0.7.6 (unstable) 13 years ago
Nathan Rajlich f9da776b33 process: listen for the "exit" even on the main repl 13 years ago
Nathan Rajlich 9701f1c4b2 process: expose the zlib version in use in process.versions 13 years ago
Ben Noordhuis 531eba18a6 zlib: fix include of zlib.h 13 years ago
Ben Noordhuis 4472f7bbc3 http: use HTTP_METHOD_MAP macro 13 years ago
Nathan Rajlich 36761b2055 process: expose the http_parser version in process.versions 13 years ago
Ben Noordhuis ff4a9d381d core: use proper #include directives 13 years ago
Ben Noordhuis 8c02f9b7c8 buffer: throw from constructor if length > kMaxLength 13 years ago
Ben Noordhuis 2589d55611 core: add ThrowError(), ThrowTypeError(), ThrowRangeError() 13 years ago
Ben Noordhuis 296b7a580b cluster: support passing of named pipes 13 years ago
Bert Belder 3733a85d8d Windows: include syscall in fs errors 13 years ago
Nathan Rajlich 07c886f944 process: add `process.hrtime()` 13 years ago
Shigeki Ohtsu 59c3923672 process: show detailed error message in process.dlopen() 13 years ago
isaacs 4053c01b53 First arg to fs.fchown is an int, not a string 13 years ago
isaacs 2f256af412 Now working on v0.6.13 13 years ago
isaacs 48a2d34cfe 2012.03.02 Version 0.6.12 (stable) 13 years ago
Dave Pacheco edea94c332 dtrace ustack helper improvements 13 years ago
Maciej Małecki 27a937bcf8 Revert "startup: use `path.resolve` instead of `path.join(cwd, ...)`" 13 years ago
isaacs f492baa61d Now working on 0.7.6 13 years ago
isaacs d384b8b0d2 2012.02.23, Version 0.7.5 (unstable) 13 years ago
Ben Noordhuis b92a919500 Remove unused variables. 13 years ago
Ben Noordhuis defa637378 dgram: fix out-of-bound memory read 13 years ago
isaacs 634b4de2c8 Pause process.stdin in stdin getter 13 years ago
isaacs 27d8b059fa Pause process.stdin in stdin getter 13 years ago
Ben Noordhuis b9127eb0a5 buffer: support decoding of URL-safe base64 13 years ago