events: fix typos in code comment
[platform/upstream/nodejs.git] / test /
2012-12-10 Ryunosuke SATOevents: setMaxListeners() should not have side effects
2012-12-08 Bert Belderhttp: protect against response splitting attacks
2012-12-08 isaacsfs: Raise error when null bytes detected in paths
2012-12-06 Ben Noordhuistls, https: add tls handshake timeout
2012-12-06 Ben Noordhuisprocess: add getgroups(), setgroups(), initgroups()
2012-12-05 Ben Noordhuistest: remove simple/test-child-process-fork2
2012-12-05 Shigeki Ohtsutest: fix simple/test-debug-brk-file race condition
2012-12-04 Ben Noordhuisfs: add long stacktrace debugging facility
2012-12-03 Ben Noordhuistest: fix simple/test-setproctitle on freebsd
2012-12-01 isaacstest: TTY only has writeBuffer(), not write()
2012-11-27 Chad Rhynertest: disable eio-race tests
2012-11-21 Scott Blomquistwindows: add tracing with performance counters
2012-11-21 Bert Belderwindows: fix normalization of UNC paths
2012-11-10 Ben Noordhuisrepl: don't interpret floating point numbers
2012-11-08 Nathan Rajlichos: add os.endianness() function
2012-11-07 Nathan Rajlichreadline: use a "string_decoder" to parse "keypress...
2012-11-07 Nathan Rajlichreadline: don't emit "line" events with a trailing...
2012-11-06 Joshua Ericksonnet: More accurate IP address validation and IPv6 dotte...
2012-11-05 Anthony Peschtyped arrays: add slice() support to ArrayBuffer
2012-11-04 Fedor Indutnydebugger: exit and kill child on SIGTERM or SIGHUP
2012-11-01 isaacstest: Use setImmediate for recursive deferral
2012-10-30 J. Lee Coltraneurl: make url.format escape delimiters in path and...
2012-10-29 isaacsPrint warning when maxTickDepth is reached
2012-10-25 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2012-10-24 Ben Noordhuisurl: parse hostnames that start with - or _
2012-10-24 isaacsMerge branch 'v0.9.3-release'
2012-10-24 Ben Noordhuistest: fix pummel/test-crypto-dh, pummel/test-dh-regr
2012-10-23 isaacsMerge remote-tracking branch 'ry/v0.8'
2012-10-23 isaacsMerge branch 'crypto-buffers'
2012-10-23 isaacscrypto: pbkdf2 throws when no callback provided
2012-10-23 isaacscrypto: Add crypto.DEFAULT_ENCODING (defaults to 'buffer')
2012-10-23 isaacscrypto: Binding only accepts buffers
2012-10-23 isaacscrypto: Move encoding logic to JS, default=buffer
2012-10-23 isaacsMerge remote-tracking branch 'ry/v0.8'
2012-10-23 Ben Noordhuistest: add typed arrays regression test
2012-10-21 Ben Noordhuistest: add diffie-hellman regression test
2012-10-21 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2012-10-15 Nathan Rajlichtest: disable global variable check for "test-repl...
2012-10-13 Nathan RajlichMerge remote-tracking branch 'origin/v0.8'
2012-10-13 Ben Noordhuiscrypto: sort return value of getCiphers/getHashes
2012-10-13 Ben Noordhuiscrypto: add crypto.getHashes()
2012-10-12 Ben Noordhuiscrypto: add crypto.getCiphers()
2012-10-12 Nathan Rajlichrepl: ensure each REPL instance gets its own "context"
2012-10-11 isaacsstring_decoder: Add 'end' method, do base64 properly
2012-10-10 Nathan Rajlichutil: add a "customInspect" option to `util.inspect()`
2012-10-10 Nathan Rajlichutil: make `inspect()` accept an "options" argument
2012-10-09 Aaditya Bhatiacluster: make 'listening' handler see actual port
2012-10-09 Ricky Ng-Adambuffer: include encoding value in exception when invalid
2012-10-08 Ben Noordhuistls: don't use a timer to track renegotiations
2012-10-07 Ben Noordhuistest: write to temp dir, not fixtures dir
2012-10-04 koichikbuffer: fix byteLength with UTF-16LE
2012-10-04 isaacsRevert "http: make http.ServerResponse emit 'end'"
2012-10-03 koichikstreams: fix pipe is destructed by 'end' from destination
2012-10-01 Paul Serbypath: add platform specific path delimiter
2012-10-01 Nathan Rajlichrepl: make "end of input" JSON.parse() errors throw...
2012-10-01 Nathan Rajlichrepl: make invalid RegExp modifiers throw in the REPL
2012-09-28 isaacstest: Fix stdin message tests
2012-09-28 isaacstest: Fix simple/test-http-client-timeout-agent
2012-09-28 isaacsMerge remote-tracking branch 'ry/v0.8' into v0.8-merge
2012-09-28 Fedor Indutnydebugger: test repeating last command
2012-09-28 Pavel Langhttp: add response.headersSent property
2012-09-27 thewillihttp: handle multiple Proxy-Authenticate values
2012-09-26 thewillihttp: handle multiple Proxy-Authenticate values
2012-09-25 Bert Beldertest: pick another CNAME record to test dns queries
2012-09-25 isaacsMerge branch 'v0.8.10-release' into v0.8
2012-09-25 isaacstest: Fix premature close in test-http-client-timeout...
2012-09-25 Shigeki Ohtsutest: fix failing due to too early timeout
2012-09-24 Nathan Rajlichhttp: make the client "res" object gets the same domain...
2012-09-22 Nathan Rajlichrepl: make invalid RegExps throw in the REPL
2012-09-22 Andreas Madsentest: possible ipc.ref() regression
2012-09-22 Andreas Madsenchild_process: don't die when disconnect event exists
2012-09-22 Ben Noordhuischild_process: make .fork()'d child auto-exit
2012-09-22 Ben Noordhuisevents: add 'removeListener' event
2012-09-22 Ben Noordhuistest: add common.mustCall function
2012-09-21 isaacsdomain: Properly exit() on domain disposal
2012-09-20 Bryan Cantrilltest: add tests for postmortem and DTrace support
2012-09-18 Fedor Indutnycrypto: bring module into modern age
2012-09-18 tasogarepgdebugger: fix --debug-brk
2012-09-18 isaacsMerge branch 'v0.9.2-release'
2012-09-17 isaacstest: fs.watch filename support on Darwin
2012-09-17 isaacsurl: Go much faster by using Url class
2012-09-17 Ben Noordhuisfs: fix watchFile() missing deletion events
2012-09-14 Ben Noordhuistest: set rejectUnauthorized in tls/https tests
2012-09-14 Ben Noordhuistls, https: validate server certificate by default
2012-09-14 Ben Noordhuisfs: don't segfault on deeply recursive stat()
2012-09-12 isaacsMerge remote-tracking branch 'ry/v0.8' into master
2012-09-12 Frédéric Germainhttp: Remove timeout handler when data arrives
2012-09-11 isaacsMerge branch 'v0.8.9-release' into v0.8
2012-09-11 isaacsUpdate doc and test for sunos/solaris switch
2012-09-11 Ben Noordhuistest: add AES-256 padding crypto test
2012-09-09 Nathan Rajlichbuffer: implement Buffer.prototype.toJSON()
2012-09-08 Nathan Rajlichutil: make util.inspect() work when "hasOwnProperty...
2012-09-08 Ben Noordhuishttp: respect HTTP/1.0 TE header
2012-09-04 Fedor Indutnytls: async session storage
2012-09-04 Ben Noordhuishttp: make http.ServerResponse emit 'end'
2012-09-04 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2012-09-04 Ben Noordhuistest: add extra checks in simple/test-cli-eval
2012-09-04 Ben Noordhuiscli: make argument to -p optional
2012-09-03 Ben Noordhuiscrypto: make pbkdf2() compatible with domains
2012-09-03 Ben Noordhuiscrypto: make randomBytes() compatible with domains
next