973 Commits (d91004a73d7ae11829f06aea7f630129e8d2683c)

Author SHA1 Message Date
koichik 5f9ffa17b1 fs: fix ReadStream.pause() emits duplicate data event 13 years ago
Ben Noordhuis ee437c0557 zlib: fix error reporting 13 years ago
Ben Noordhuis e02af94947 test: add failing HTTP client timeout test 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
Ben Noordhuis a64acd8baa test: cluster: add worker death event test 13 years ago
isaacs c75f71dd72 fs.WriteStream: Handle modifications to fs.open 13 years ago
Igor Zinkovsky 0b57fee3f8 enable test-fs-largefile.js test 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
Bryan Cantrill d1255914df sunos: fix EMFILE on process.memoryUsage() 13 years ago
koichik 03077db45d test: HTTP responses with no content-length 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
isaacs 634b4de2c8 Pause process.stdin in stdin getter 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
Igor Zinkovsky 14b20ffc30 add tls-over-http-tunnel test 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
koichik 2f759a7090 test: fix timing sensitivity in test-net-write-slow 13 years ago
Ben Noordhuis cacd3ae004 test: add cluster 'bind twice' test 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 07a983a602 test: add tcp and https DNS error tests 13 years ago
Ben Noordhuis 7e40c7ddc9 buffers: fix intermittent out of bounds error 13 years ago
Ben Noordhuis f101f7c9ba buffers: honor length argument in base64 decoder 13 years ago
Dan VerWeire 35b3d15194 test: dgram-{broadcast,multicast}-multi-process : prevent false failures 13 years ago
Bert Belder 0ad2a9a2e0 Small test-dgram-multicast-multi-process fixes 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
isaacs 38651521a8 stdout ending test message correction 13 years ago
isaacs ff0f0aeb40 Fix #2507 Raise errors less agressively when destroying stdio streams 13 years ago
Dan VerWeire a0119af0e4 test: handle unhandled dgram scenarios 13 years ago
Ben Noordhuis 2775c0e97e dgram: bring back setTTL() 13 years ago
Ben Noordhuis 46e86aa803 dgram: bring back setMulticastLoopback() 13 years ago
Ben Noordhuis 57ddf5f50a test: fix typos in error messages 13 years ago
Ben Noordhuis aef62a03ee test: join multicast group *after* binding 13 years ago
Ben Noordhuis 9037decb28 test: remove erroneous dropMembership() call 13 years ago
koichik 827180097c test: fix test/simple/test-net-server-max-connections.js is racey 13 years ago
koichik 93298afc4e test: for #2109 13 years ago
koichik 3df7c90c30 http: keep-alive should default with HTTP/1.1 server 13 years ago
Dan VerWeire f2b1f57f74 dgram: reintroduce setMulticastTTL() 13 years ago
Dan VerWeire f749338e1e dgram: reintroduce setBroadcast() 13 years ago
Roman Shtylman a38fd6056c dgram: reintroduce addMembership() and dropMembership() 13 years ago
koichik 35fe3eb5c7 http: reduce creating http-parser instances 13 years ago
Nicolas LaCasse 40c93486e8 Fix #2365 zlib crashing on invalid input 13 years ago