2006 Commits (ff22a0cb15c0513c0f40367f46de69da0056097d)

Author SHA1 Message Date
isaacs 8e57398b20 Fix #2034 repl message for .clear when useGlobal=true 14 years ago
Ben Noordhuis c24276f008 net: defer net.Server 'close' event to next tick 14 years ago
Damon Oehlman 744ed46970 repl: fix repl.start not passing the `ignoreUndefined` arg to the REPLServer constructor 14 years ago
Ryan Dahl 4428b70cba Add isolate version of test-child-process-fork 14 years ago
koichik a848a3efbf net: fix Socket.pause null reference when called on a closed Stream 14 years ago
Ryan Dahl b319699132 Add isolate version of test-child-process-fork 14 years ago
koichik a337ac7584 http: fix XMLHttpRequest piped in a writable file stream hangs next request 14 years ago
koichik b962ff35dd tls: fix test-https-client-reject fails 14 years ago
koichik e6b6075024 http: Avoid 'data'/'end' events after pause() 14 years ago
koichik 7aa5924dc6 http: fix resource leak 14 years ago
Ryan Dahl 48a9a2d355 Add deprecation message for http.Client 14 years ago
Phil Sung cf2513e1aa buffer: don't pollute global namespace in buffer.readInt* 14 years ago
Ju-yeong Park 5976d58796 net: raise exception when the socket is closed 14 years ago
Ben Noordhuis d8c178bc16 timers: fix performance regression 14 years ago
koichik 07c27e040e tls: Fix node swallows openssl error on request 14 years ago
Ben Noordhuis 7a7f1062bf tls: remove duplicate assignment 14 years ago
Bert Belder f4e34f1b76 Remove unnecessary statement 14 years ago
James Hartig 348d8cd04a timers: remove _idleTimeout from item in .unenroll() 14 years ago
Maciej Małecki 5c7532e5b3 assert: test `RegExp`'s properties when checking for equality 14 years ago
Pedro Teixeira a805012d6f assert: .deepEqual() support for RegExp objects 14 years ago
Fedor Indutny d87f551f36 debugger: Request backtrace w/o refs, see #1745 14 years ago
Andreas Madsen 3966e4e7a5 Remove debug console.log and optimize object copy 14 years ago
Andreas Madsen 07b1997388 Add env argument to cluster.fork 14 years ago
Fedor Indutny 80858761a8 break on exception 14 years ago
Fedor Indutny a239ea0d40 use inlineRefs, as it's already impl 14 years ago
Fedor Indutny b00b2f08bf pass noRefs as arguments 14 years ago
Fedor Indutny b0388ccad0 pause command 14 years ago
Fedor Indutny 07ad11916f allow setBreakpoint(line) 14 years ago
Fedor Indutny c07edd90f5 preserve cursor pos 14 years ago
Fedor Indutny d9377f5eb0 request backtrace w/o refs, see #1745 14 years ago
Nathan Rajlich 3f987cd925 module: Set the error.code to 'MODULE_NOT_FOUND' when a bad path is given to require. 14 years ago
Avi Flax ee0a7b928b util: output Dates with Date.toString not Date.toUTCString 14 years ago
Yoshihiro Kikuchi f2f30286bf timers: fix memory leak in setTimeout 14 years ago
Ben Noordhuis 6df7bdd954 child_process: make .send() throw if message is undefined 14 years ago
Andreas Madsen b084322f52 Add silent option to child_process.fork 14 years ago
Andreas Madsen a599aeb2a8 jslint 14 years ago
Igor Zinkovsky d6bae2cb95 document mode argument for fs.symlink 14 years ago
Ben Noordhuis 97900776bb util: add internal function _deprecationWarning() 14 years ago
Ben Noordhuis b1b3dc62ff fs: handle fractional or NaN ReadStream buffer size 14 years ago
Ben Noordhuis 8295c80618 net: check status code in afterWrite 14 years ago
koichik f8c335d0ca tls: enable rejectUnauthorized option to client 14 years ago
isaacs 580e67015c Apply #2257 fix for Pipe streams as well as TTYs 14 years ago
Fedor Indutny e609195202 [zlib] added dictionary support 14 years ago
isaacs cf20b6bf65 Fix #2257 pause/resume semantics for stdin 14 years ago
isaacs db273818f6 s/NPM/npm/ 14 years ago
Ryan Dahl 60e26668b3 Remove superfluous 'new' 14 years ago
Igor Zinkovsky 99c9d19184 binding for uv_pipe_pending_instances 14 years ago
Ben Noordhuis 03eb41c2ec net: don't emit 'close' event twice 14 years ago
Mathias Bynens cf89beec6f punycode: Update to v0.2.1 14 years ago
Nathan Rajlich b204006105 util: ensure that the .inspect function isn't the one being executed 14 years ago