1708 Commits (7abbda8ba2ecabd93b11388bc593ad94da2546bc)

Author SHA1 Message Date
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
isaacs a2851b6234 Revert "cluster: propagate bind errors" 13 years ago
Fedor Indutny ae5e23310e repl: remove double calls where possible 13 years ago
Nathan Rajlich a118f21728 repl: make tab completion work on non-objects 13 years ago
Ben Noordhuis 30e462e919 cluster: propagate bind errors 13 years ago
einaros 83fd1c1de5 Add WebSocket RFC6455 multiheader fields to the http parser. 13 years ago
Ben Noordhuis 2c07712860 http: allow multiple WWW-Authenticate headers 13 years ago
Ben Noordhuis 3415427dbf tls: mitigate session renegotiation attacks 13 years ago
Colton Baker ce485791db Readline proposal and bugfixes. Related: #2737 #2756 13 years ago
Bert Belder d91bc7cb09 Windows: get rid of process._cwdForDrive() 13 years ago
Mark Nottingham 1e425e3fa7 Generate Date headers on responses when not already present. 13 years ago
Ben Noordhuis 6141386f7e http: allow multiple WWW-Authenticate headers 13 years ago
koichik b19b8836c3 tls: Allow establishing secure connection on the existing socket 13 years ago
Seth Fitzsimmons 1ce14eca44 dgram: handle close of dgram socket before DNS lookup completes 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
Andreas Madsen 9da830e895 child_process: stop .disconnect() call if channel is diconnected 13 years ago
Ben Noordhuis 09c296b44d debugger: fix --debug-brk 13 years ago
Andreas Madsen 1595a6e885 cluster: use process.disconnect method 13 years ago
Andreas Madsen a20872045a cluster: simplify process event handling 13 years ago
koichik c2dc673eb5 http: fix http-parser is freed twice 13 years ago