1961 Commits (14ed1732cee8d1e721977eb2673b88995ef46608)

Author SHA1 Message Date
Nathan Rajlich 3c91a7ae10 readline: use a "string_decoder" to parse "keypress" events 12 years ago
Nathan Rajlich e95e095289 readline: don't emit "line" events with a trailing '\n' char 12 years ago
Joshua Erickson fb6377ebd0 net: More accurate IP address validation and IPv6 dotted notation. 12 years ago
Anthony Pesch fddb5dc2d3 typed arrays: add slice() support to ArrayBuffer 12 years ago
Fedor Indutny 05882668f9 debugger: exit and kill child on SIGTERM or SIGHUP 12 years ago
isaacs a12c42ca2f test: Use setImmediate for recursive deferral 12 years ago
J. Lee Coltrane 54d293da56 url: make url.format escape delimiters in path and query 12 years ago
isaacs 21c741f257 Print warning when maxTickDepth is reached 12 years ago
isaacs 45a13d9674 events: Don't clobber pre-existing _events obj in EE ctor 12 years ago
Ben Noordhuis de0303d3ad url: parse hostnames that start with - or _ 12 years ago
Ben Noordhuis 8ac017eba7 test: fix pummel/test-crypto-dh, pummel/test-dh-regr 12 years ago
isaacs d7da20c812 crypto: pbkdf2 throws when no callback provided 12 years ago
isaacs 76b0bdf720 crypto: Add crypto.DEFAULT_ENCODING (defaults to 'buffer') 12 years ago
isaacs bfb9d5bbe6 crypto: Binding only accepts buffers 12 years ago
isaacs 9901b69c8e crypto: Move encoding logic to JS, default=buffer 12 years ago
Ben Noordhuis b6b881378a test: add typed arrays regression test 12 years ago
Ben Noordhuis 82df345fbb test: add diffie-hellman regression test 12 years ago
Nathan Rajlich cca15e8e33 test: disable global variable check for "test-repl-options.js" 12 years ago
Ben Noordhuis 2fbf0612a1 crypto: sort return value of getCiphers/getHashes 12 years ago
Ben Noordhuis 14a6c4efb8 crypto: add crypto.getHashes() 12 years ago
Ben Noordhuis f53441ab1f crypto: add crypto.getCiphers() 12 years ago
Nathan Rajlich b1e78cef09 repl: ensure each REPL instance gets its own "context" 12 years ago
isaacs 061f2075cf string_decoder: Add 'end' method, do base64 properly 12 years ago
Nathan Rajlich 4eb5399bb2 util: add a "customInspect" option to `util.inspect()` 12 years ago
Nathan Rajlich 07774e6b95 util: make `inspect()` accept an "options" argument 12 years ago
Aaditya Bhatia c668185add cluster: make 'listening' handler see actual port 12 years ago
Ricky Ng-Adam 8bd4590a31 buffer: include encoding value in exception when invalid 12 years ago
Ben Noordhuis 76ddf06f10 tls: don't use a timer to track renegotiations 12 years ago
Ben Noordhuis da1f48328c test: write to temp dir, not fixtures dir 12 years ago
koichik fbb0ee6f24 buffer: fix byteLength with UTF-16LE 12 years ago
isaacs 836a06fc4f Revert "http: make http.ServerResponse emit 'end'" 12 years ago
koichik 016afe21ae streams: fix pipe is destructed by 'end' from destination 13 years ago
Paul Serby 41e53e5579 path: add platform specific path delimiter 12 years ago
Nathan Rajlich 3b7312d23a repl: make "end of input" JSON.parse() errors throw in the REPL 12 years ago
Nathan Rajlich f1722a280c repl: make invalid RegExp modifiers throw in the REPL 12 years ago
isaacs 3053f4d27d test: Fix stdin message tests 12 years ago
isaacs 5a0056703a test: Fix simple/test-http-client-timeout-agent 12 years ago
Fedor Indutny d68c02e3fe debugger: test repeating last command 12 years ago
Pavel Lang b38277be26 http: add response.headersSent property 12 years ago
thewilli 33a5c8a814 http: handle multiple Proxy-Authenticate values 12 years ago
thewilli ac17dc1764 http: handle multiple Proxy-Authenticate values 12 years ago
Bert Belder b5db5fc9dc test: pick another CNAME record to test dns queries 12 years ago
isaacs ea2ceb731c test: Fix premature close in test-http-client-timeout-agent 12 years ago
Shigeki Ohtsu a1ba29d110 test: fix failing due to too early timeout 12 years ago
Nathan Rajlich 0f2ed2bc2c http: make the client "res" object gets the same domain as "req" 12 years ago
Nathan Rajlich 4a2670740c repl: make invalid RegExps throw in the REPL 12 years ago
Andreas Madsen 86d4cf71d6 test: possible ipc.ref() regression 12 years ago
Andreas Madsen 5070eccf1b child_process: don't die when disconnect event exists 12 years ago
Ben Noordhuis 212466bea2 child_process: make .fork()'d child auto-exit 12 years ago
Ben Noordhuis 84221fd1d6 events: add 'removeListener' event 12 years ago