1570 Commits (5ff2ae8389c8e4ea37709d02340f1b60c32f0737)

Author SHA1 Message Date
isaacs 14a5b45c06 Guard against emitting 'end' twice on http responses 13 years ago
ssuda fb7348ae06 crypto: add PKCS12/PFX support 13 years ago
Bert Belder d91004a73d Windows: make path.normalize convert all slashes to backslashes 13 years ago
Bert Belder d8351a2ef4 Automatically close FSWatcher on error 13 years ago
koichik 5f9ffa17b1 fs: fix ReadStream.pause() emits duplicate data event 13 years ago
isaacs 07d8a4650e Break up huge function in ClientRequest.onSocket 13 years ago
Felix Geisendörfer bf9d8e9214 Fix exception output for module load exceptions 13 years ago
Ben Noordhuis ee437c0557 zlib: fix error reporting 13 years ago
isaacs 8c758e127c Don't destroy on timeout 13 years ago
isaacs b4fbf6d275 Fix #3231. Don't try to emit error on a null'ed req object 13 years ago
isaacs 2fc528ce00 http: Clean up parser usage 13 years ago
isaacs e3ceee2dce http: .once() usage in setTimeout 13 years ago
isaacs b7e8e35c0e http leak: Null links from parser to req/res 13 years ago
vvo 75f2365558 Fix #3179 HTTP memory leak using ClientRequest. 13 years ago
Ben Noordhuis df2c5fa81d fs: fix file descriptor leak in sync functions 13 years ago
Ben Noordhuis 47d6a94656 fs: fix ReadStream / WriteStream double close bug 13 years ago
isaacs c9be1d5ffd http client: Destroy on timeout 13 years ago
isaacs bce68134b6 http: Remove socket ondata/onend in parser cleanup 13 years ago
isaacs bfe9cdb7f2 Null references to request object on socket errors. 13 years ago
Bert Belder 55e4d54927 Child process: support the `gid` and `uid` options 13 years ago
isaacs c75f71dd72 fs.WriteStream: Handle modifications to fs.open 13 years ago
isaacs 45b772d8cb fs.readFile: Emit 'close' if we don't expect a close later 13 years ago
Bert Belder 40b7302af8 fs.readFile: don't make the callback before the fd is closed 13 years ago
Igor Zinkovsky 0dcc43316f don't crash when queued write fails 13 years ago
Joshua Holbrook 4065b241e8 child_process: remove dummy "setsid" option setting 13 years ago
koichik 63431796f4 net: fix race write() before and after connect() 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
isaacs a2851b6234 Revert "cluster: propagate bind errors" 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
Bert Belder d91bc7cb09 Windows: get rid of process._cwdForDrive() 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
Igor Zinkovsky c7771bc2ec set readable/writable for pipes 13 years ago
Ben Noordhuis 09c296b44d debugger: fix --debug-brk 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
Paddy Byers 7e0bf7d57d Process symlinked shared library as .node 13 years ago
Paddy Byers 840229a825 Tidy _resolveFilename 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