1639 Commits (feff9bbb67c59d02c11d50d17283cdcce7b5aecc)

Author SHA1 Message Date
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
Ben Noordhuis 74a8215a86 Revert support for isolates. 13 years ago
koichik 0f0af55a0a net: fix large file downloads failing 13 years ago
Christopher Jeffrey f64989e63b fs: fix ReadStream fails to read from existing fd 13 years ago
Stefan Rusu 4671e54495 net: destroy socket on DNS error 13 years ago
Bert Belder e5ea6ad0f0 _makeLong shouldn't turn the empty string into \\?\C:\ 13 years ago
Bert Belder a661830569 Run path.exists paths through _makeLong 13 years ago
Philip Tellis 5166758927 Make QueryString.parse run faster 13 years ago
Ben Noordhuis 3deceaf6e7 Revert "Process symlinked shared library as .node" 13 years ago
Ben Noordhuis a9723df1b7 Revert "Process symlinked shared library as .node" 13 years ago
Paddy Byers 7e0bf7d57d Process symlinked shared library as .node 13 years ago
Paddy Byers 840229a825 Tidy _resolveFilename 13 years ago
Igor Zinkovsky db3c4efd1d support for sharing streams accross isolates 13 years ago
Andreas Madsen 33b7fc250f child_process: do not disconnect on exit emit 13 years ago
Ben Noordhuis 279e7e7341 fs: add O_EXCL support, exclusive open file 13 years ago
Ben Noordhuis 88b919ea56 fs, test: add file open mode tests 13 years ago
Łukasz Walukiewicz a94ffdaec5 url: Support for IPv6 addresses in URLs. 13 years ago
Andreas Madsen 836344c90e Add disconnect method to forked child processes 13 years ago
koichik 3fd13c6426 http: fix free http-parser too early 13 years ago
Ben Noordhuis b221fe9b29 timers: add v0.4 compatibility hack 13 years ago
Brandon Benvie 5403a8ce4c core: add `NativeModule.prototype.deprecate` 13 years ago
Dan VerWeire e4afb2f724 tty: emit 'unknown' key event if key sequence not found 13 years ago
Fedor Indutny ccf7b41a69 module: fix --debug-brk on symlinked scripts 13 years ago