1388 Commits (d3f6b094c71a8d2c78dc6cd8bb50b01db6d38e27)

Author SHA1 Message Date
Ben Noordhuis cacd3ae004 test: add cluster 'bind twice' test 13 years ago
Ben Noordhuis 81d18398a8 test: add --debug-brk regression 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
Bert Belder d489a01f81 Make path.extname do the right thing when the last path component is . or .. 13 years ago
Ben Noordhuis d44ce97909 cluster: don't always kill the master on uncaughtException 13 years ago
Bert Belder 892056bf97 tests: fix more lint issues 13 years ago
Andreas Madsen 4865063924 Tests: fix jslint issues 13 years ago
koichik 534df2f8d2 tls: fix double 'error' events on HTTPS Requests 13 years ago
Ben Noordhuis 549443a7cc typed arrays: set class name 13 years ago
Ben Noordhuis f0c1376e07 net: make .write() throw on bad input 13 years ago
Ryunosuke SATO 22d7fe1206 events: fix checking max listeners with `1` 13 years ago
Ryan Dahl 8bd80f4911 fix test-sys for hash randomization 13 years ago
koichik dd9593ccc4 http: fix ServerResponse does not emit 'close' 13 years ago
Ryan Dahl f3da6c6c04 Potential fix for #2438 13 years ago
Ryan Dahl 2cde498319 Add another test to test-http-parser-bad-ref.js demoing #2438 13 years ago
Ben Noordhuis 884f689efe test: add #2293 regression test 13 years ago
Ben Noordhuis 539598b11f test: don't create temp files in fixtures dir 13 years ago
Ryan Dahl 432a2e4d39 Add test for #2438 13 years ago
Andreas Madsen d483acc5d9 test: remove internet test from test/simple/ 13 years ago
koichik a848a3efbf net: fix Socket.pause null reference when called on a closed Stream 13 years ago
koichik a337ac7584 http: fix XMLHttpRequest piped in a writable file stream hangs next request 13 years ago
koichik 7aa5924dc6 http: fix resource leak 13 years ago
Ben Noordhuis b261e37a34 test: ensure callback is executed 13 years ago
Ju-yeong Park 5976d58796 net: raise exception when the socket is closed 13 years ago
koichik 07c27e040e tls: Fix node swallows openssl error on request 13 years ago
James Hartig 348d8cd04a timers: remove _idleTimeout from item in .unenroll() 13 years ago