1158 Commits (4ddafbd5633827b4e855472acebf4525c817e011)

Author SHA1 Message Date
Ben Noordhuis defa637378 dgram: fix out-of-bound memory read 13 years ago
isaacs 634b4de2c8 Pause process.stdin in stdin getter 13 years ago
isaacs 27d8b059fa Pause process.stdin in stdin getter 13 years ago
Ben Noordhuis b9127eb0a5 buffer: support decoding of URL-safe base64 13 years ago
Tomasz Buchert c6a04ce78f crypto: add function getDiffieHellman() 13 years ago
Ben Noordhuis f116e17a23 test: update HTTP basic auth test 13 years ago
Ben Noordhuis 86f4846c21 url: decode url entities in auth section 13 years ago
Ben Noordhuis de5e3f6a6f http: support PURGE request method 13 years ago
Brandon Benvie b72277183f repl: add automatic loading of built-in libs 13 years ago
Ben Noordhuis 999757983c test: don't let debugger listen on common.PORT 13 years ago
Ben Noordhuis 7f4aba91d3 test: include common.js in all tests 13 years ago
koichik 7ae0d473a6 test: fix test-tls-over-http-tunnel with v0.7 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
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
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
Fedor Indutny 3f43b1c039 debugger: export `debug_port` to `process` 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 c2dc673eb5 http: fix http-parser is freed twice 13 years ago
Ben Noordhuis 832efb1e01 test: remove deprecated isolates test 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 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
Andreas Madsen 33b7fc250f child_process: do not disconnect on exit emit 13 years ago
Bert Belder 0ad2a9a2e0 Small test-dgram-multicast-multi-process fixes 13 years ago
Andreas Madsen 42ea068a1a Test for ChildProcess.disconnect() 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
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