1397 Commits (a2851b62345c59ab5d41d8e3d0da1bad8a9c59d3)

Author SHA1 Message Date
isaacs a2851b6234 Revert "cluster: propagate bind errors" 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
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
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