summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-12-13Merge remote-tracking branch 'ry/v0.8' into masterisaacs
2012-12-12fs: fix WriteStream fd leakBen Noordhuis
2012-12-12fs: fix ReadStream fd leakBen Noordhuis
2012-12-12test: add common.mustCall functionBen Noordhuis
2012-12-10events: setMaxListeners() should not have side effectsRyunosuke SATO
2012-12-07http: protect against response splitting attacksBert Belder
2012-12-07fs: Raise error when null bytes detected in pathsisaacs
2012-12-06tls, https: add tls handshake timeoutBen Noordhuis
2012-12-06process: add getgroups(), setgroups(), initgroups()Ben Noordhuis
2012-12-05test: remove simple/test-child-process-fork2Ben Noordhuis
2012-12-05test: fix simple/test-debug-brk-file race conditionShigeki Ohtsu
2012-12-04fs: add long stacktrace debugging facilityBen Noordhuis
2012-12-03test: fix simple/test-setproctitle on freebsdBen Noordhuis
2012-12-01test: TTY only has writeBuffer(), not write()isaacs
2012-11-30buffer: Don't double-negate numeric buffer argTrevor Norris
2012-11-28net: More accurate IP address validation and IPv6 dotted notation.Joshua Erickson
2012-11-27test: disable eio-race testsChad Rhyner
2012-11-26tls: fix tls.connect() resource leakBen Noordhuis
2012-11-24net: fix net.connect() resource leakBen Noordhuis
2012-11-21windows: add tracing with performance countersScott Blomquist
2012-11-21windows: fix normalization of UNC pathsBert Belder
2012-11-10repl: don't interpret floating point numbersBen Noordhuis
2012-11-09domains: don't crash if domain is set to nullBert Belder
2012-11-08os: add os.endianness() functionNathan Rajlich
2012-11-06readline: use a "string_decoder" to parse "keypress" eventsNathan Rajlich
2012-11-06readline: don't emit "line" events with a trailing '\n' charNathan Rajlich
2012-11-06net: More accurate IP address validation and IPv6 dotted notation.Joshua Erickson
2012-11-06typed arrays: add slice() support to ArrayBufferAnthony Pesch
2012-11-04debugger: exit and kill child on SIGTERM or SIGHUPFedor Indutny
2012-10-31test: Use setImmediate for recursive deferralisaacs
2012-10-30url: make url.format escape delimiters in path and queryJ. Lee Coltrane
2012-10-29Print warning when maxTickDepth is reachedisaacs
2012-10-25events: Don't clobber pre-existing _events obj in EE ctorisaacs
2012-10-25Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2012-10-25url: parse hostnames that start with - or _Ben Noordhuis
2012-10-24test: fix pummel/test-crypto-dh, pummel/test-dh-regrBen Noordhuis
2012-10-23crypto: pbkdf2 throws when no callback providedisaacs
2012-10-23crypto: Add crypto.DEFAULT_ENCODING (defaults to 'buffer')isaacs
2012-10-23crypto: Binding only accepts buffersisaacs
2012-10-23crypto: Move encoding logic to JS, default=bufferisaacs
2012-10-23Merge remote-tracking branch 'ry/v0.8'isaacs
2012-10-23test: add typed arrays regression testBen Noordhuis
2012-10-21test: add diffie-hellman regression testBen Noordhuis
2012-10-21Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2012-10-15test: disable global variable check for "test-repl-options.js"Nathan Rajlich
2012-10-13Merge remote-tracking branch 'origin/v0.8'Nathan Rajlich
2012-10-13crypto: sort return value of getCiphers/getHashesBen Noordhuis
2012-10-13crypto: add crypto.getHashes()Ben Noordhuis
2012-10-13crypto: add crypto.getCiphers()Ben Noordhuis
2012-10-12repl: ensure each REPL instance gets its own "context"Nathan Rajlich