1937 Commits (63ac07b32b0a6de8ea6e51d6ae52ea3b35f18935)

Author SHA1 Message Date
isaacs acfb0ef908 test: fixture for streams2 testing 12 years ago
isaacs f3e71eb417 test: Writable bufferizing, non-bufferizing, and callbacks 12 years ago
isaacs 9b1b85490b streams2: Tests of new interfaces 12 years ago
Ben Noordhuis d65832ccd0 fs: fix WriteStream fd leak 12 years ago
Ben Noordhuis 6e97b2cc17 fs: fix ReadStream fd leak 12 years ago
Ben Noordhuis 65d824b488 test: add common.mustCall function 12 years ago
Ryunosuke SATO eb502205d5 events: setMaxListeners() should not have side effects 12 years ago
Bert Belder 3c293ba272 http: protect against response splitting attacks 12 years ago
isaacs 33fa740577 fs: Raise error when null bytes detected in paths 12 years ago
Ben Noordhuis 5b65638124 tls, https: add tls handshake timeout 12 years ago
Ben Noordhuis 3ece130ea2 process: add getgroups(), setgroups(), initgroups() 12 years ago
Ben Noordhuis c81dec70e6 test: remove simple/test-child-process-fork2 12 years ago
Shigeki Ohtsu 1c8a5269c5 test: fix simple/test-debug-brk-file race condition 12 years ago
Ben Noordhuis 1f76a2eddc fs: add long stacktrace debugging facility 12 years ago
Ben Noordhuis 9d02bfbc25 test: fix simple/test-setproctitle on freebsd 12 years ago
isaacs 4de274cbee test: TTY only has writeBuffer(), not write() 12 years ago
Trevor Norris 6772308883 buffer: Don't double-negate numeric buffer arg 12 years ago
Joshua Erickson c9f2531ae0 net: More accurate IP address validation and IPv6 dotted notation. 12 years ago
Chad Rhyner 8fc578b631 test: disable eio-race tests 12 years ago
Ben Noordhuis 121ed91331 tls: fix tls.connect() resource leak 12 years ago
Ben Noordhuis 4cb17cb219 net: fix net.connect() resource leak 12 years ago
Scott Blomquist f657ce685d windows: add tracing with performance counters 12 years ago
Bert Belder bc9388342f windows: fix normalization of UNC paths 12 years ago
Ben Noordhuis b6e989759b repl: don't interpret floating point numbers 12 years ago
Bert Belder b3bfb6fbb6 domains: don't crash if domain is set to null 12 years ago
Nathan Rajlich 5e4e87ade5 os: add os.endianness() function 12 years ago
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