2457 Commits (7f2a78bf4d494806ccabcccdeb8579dcc4405a8d)

Author SHA1 Message Date
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
Tomasz Buchert c6a04ce78f crypto: add function getDiffieHellman() 13 years ago
Andreas Madsen 3f4062309e core: ignore too many arguments, don't assert 13 years ago
Ben Noordhuis de5e3f6a6f http: support PURGE request method 13 years ago
Maciej Małecki b0c1541227 startup: use `path.resolve` instead of `path.join(cwd, ...)` 13 years ago
Maciej Małecki 1109c8fc4e startup: move `EventEmitter` closer to the lookup 13 years ago
Maciej Małecki c3a9733ac1 startup: use `.hasOwnProperty` instead of `in` 13 years ago
isaacs f73f07e126 Now working on 0.6.12 13 years ago
isaacs 1eb1fe3225 2012.02.17 Version 0.6.11 (stable) 13 years ago
Maciej Małecki 977e211421 debugger: rename `process.debug_port` to `process.debugPort` 13 years ago
Bert Belder 8f2694bb53 Make win32 ansi api usage explicit 13 years ago
Bert Belder d52f5020ce Windows: another attempt to support unicode argv 13 years ago
Bert Belder 9364699be1 Revert "Windows: support non-ansi command line arguments" 13 years ago
Ben Noordhuis 3415427dbf tls: mitigate session renegotiation attacks 13 years ago
Maciej Małecki 3bc3af0276 process: remove old notices about removed methods 13 years ago
Bert Belder d91bc7cb09 Windows: get rid of process._cwdForDrive() 13 years ago
Bert Belder 077f9d7293 Windows: use unicode environment 13 years ago
isaacs 6a2cb6c506 Now working on 0.7.5 13 years ago
Ben Noordhuis 0685707bc6 tcp, pipe: don't assert on uv_accept() errors 13 years ago
isaacs de21de920c 2012.02.14, Version 0.7.4 (unstable) 13 years ago
Bert Belder ef032cbe85 Windows: support non-ansi command line arguments 13 years ago
Fedor Indutny 3f43b1c039 debugger: export `debug_port` to `process` 13 years ago
Igor Zinkovsky c7771bc2ec set readable/writable for pipes 13 years ago