1728 Commits (88f94fa28c4bc7f8a0cd080943a8169098bb33b2)

Author SHA1 Message Date
Nathan Rajlich 928ea564d1 events: don't delete the listeners array in removeListener() 13 years ago
Ben Noordhuis 78dc13fbf9 events: don't delete the listeners array 13 years ago
Ben Noordhuis 7fc835afe3 timers: handle negative or non-numeric timeout values 13 years ago
Micheil Smith 19fd5301bf Expose original argv as process.execArgv for cluster and child_process.fork() 13 years ago
Nathan Rajlich f214758dd1 repl: better SIGINT handling behavior 13 years ago
Nathan Rajlich 6b5a34cdf3 repl: remove redundant check of rli.rine.length 13 years ago
Nathan Rajlich b7ddd30181 repl: make sure the REPL always flushes with a newline 13 years ago
Nathan Rajlich 659d449460 repl: make REPLServer emit an "exit" event 13 years ago
Nathan Rajlich 4f63f9f327 repl: make REPLServer inherit from EventEmitter 13 years ago
Nathan Rajlich 109b16d488 repl: use path.resolve() for the module.filename 13 years ago
Christian Ress c15e6905c4 Added destroy method to Zlib object in zlib.js module 13 years ago
Łukasz Walukiewicz 677c2c112c Ignore an empty port component when parsing URLs. 13 years ago
isaacs a10cfba766 module: remove 'exited', replace 'children' array 13 years ago
Nao Iizuka f8ce384446 docs: correct the description of assert.ok() 13 years ago
ssuda 9b672bcaa2 tls: parsing multiple values of a key in ssl certificate 13 years ago
Igor Zinkovsky 5ad0140f48 Emit end event only once 13 years ago
Yoshihiro Kikuchi f82ef0f7c3 http: remove ClientRequest.prototype.pause() 13 years ago
Shea Levy 024451c65c fork: don't clear environment by default 13 years ago
Colton Baker c84b3c4b73 readline: ignore stray escape sequence 13 years ago
ssuda b72d43cbf9 dgram: fix when we call .close() inside 'listening' 13 years ago
Rlidwka 443071db57 readline: add multiline support 13 years ago
Dmitry Nizovtsev 1e9bcf26ce net, http, https: add localAddress option 13 years ago
isaacs 959a19e118 lint 13 years ago
ssuda 578ba76e6c util: fix util.format() formatting of %% 13 years ago
Jimb Esser 78db18739a tls: proxy set(Timeout|NoDelay|KeepAlive) methods 13 years ago
Blake Miner 7343f8e776 tls: add `honorCipherOrder` option to tls.createServer() 13 years ago
Joshua Holbrook 56cfcea4b4 child_process: remove dummy "setsid" option setting 13 years ago
Joshua Holbrook 4065b241e8 child_process: remove dummy "setsid" option setting 13 years ago
koichik cd5d2473a4 net: fix race write() before and after connect() 13 years ago
koichik 63431796f4 net: fix race write() before and after connect() 13 years ago
isaacs 44daa9836b Wrap NodeScript binding class in JavaScript layer 13 years ago
AJ ONeal 493a6bb19a [ISSUE #2554 #2567] throw if fs args for 'start' or 'end' are strings 13 years ago
AJ ONeal 7f58d207f3 [ISSUE #2554 #2567] throw if fs args for 'start' or 'end' are strings 13 years ago
Mathias Bynens 483edbdf1a punycode: Update to v1.0.0 13 years ago
Mathias Bynens cacd651ec6 punycode: Update to v1.0.0 13 years ago
Roly Fentanes db8940dae2 `newListener` emits correct fn when using `once` 13 years ago
isaacs d3b8372615 lint, missed in QS speed merge 13 years ago
Ben Noordhuis 3502e45b6c dgram: defer send error to next tick 13 years ago
Ben Noordhuis defa637378 dgram: fix out-of-bound memory read 13 years ago
Colton Baker fd61bfc731 readline: ^Z (SIGSTP) handling 13 years ago
Colton Baker ac9fa2b846 Removed `rl.on('close', ...)` callback 13 years ago
Brian White 5e3ca98155 Make QueryString.parse() even faster 13 years ago
Tomasz Buchert c6a04ce78f crypto: add function getDiffieHellman() 13 years ago
Maciej Małecki da908364a8 tls http https: don't pollute user's `options` object 13 years ago
Maciej Małecki c6c6f98f1c util: add `util._extend` for extending objects 13 years ago
Ben Noordhuis 86f4846c21 url: decode url entities in auth section 13 years ago
Brandon Benvie b72277183f repl: add automatic loading of built-in libs 13 years ago
Luke Gallagher 8d3c46daa8 util: fix typo in lib/util.js 13 years ago
Mikeal Rogers d530ee62cd Issue #2762. Add callback to close function. 13 years ago
isaacs 0cdf85e28d Lint all the JavaScripts. 13 years ago