Merge branch 'v0.8.21-release' into v0.8
[platform/upstream/nodejs.git] / test /
2013-02-22 isaacshttp: Handle hangup writes more gently
2013-02-15 isaacshttp: Do not let Agent hand out destroyed sockets
2013-02-15 isaacshttp: Raise hangup error on destroyed socket write
2013-02-08 Ben Noordhuistest: disable simple/test-dgram-send-error
2013-02-07 Bert Belderhttp: protect against response splitting attacks
2013-01-25 Trevor Norrisbuffer: slow buffer copy compatibility fix
2013-01-22 Ben Noordhuiszlib: don't assert on malformed dictionary
2013-01-22 Ben Noordhuiszlib: don't assert on missing dictionary
2013-01-18 Dan Milondns: make error message match errno
2013-01-17 Fedor Indutnytls: follow RFC6125 more stricly
2013-01-17 Ben Noordhuistest: add cluster 'bind twice' test
2013-01-17 Ben Noordhuisbuffer: reject negative SlowBuffer offsets
2013-01-14 Ben Noordhuishttp: fix "Cannot call method 'emit' of null"
2013-01-09 Ben Noordhuistyped arrays: fix 32 bit size/index overflow
2013-01-08 Ben Noordhuisdgram: don't assert on send('string')
2012-12-16 Brian Whitehttp: bubble up parser errors to ClientRequest
2012-12-12 Ben Noordhuisfs: fix WriteStream fd leak
2012-12-12 Ben Noordhuisfs: fix ReadStream fd leak
2012-12-12 Ben Noordhuistest: add common.mustCall function
2012-12-01 Trevor Norrisbuffer: Don't double-negate numeric buffer arg
2012-11-28 Joshua Ericksonnet: More accurate IP address validation and IPv6 dotte...
2012-11-26 Ben Noordhuistls: fix tls.connect() resource leak
2012-11-24 Ben Noordhuisnet: fix net.connect() resource leak
2012-11-08 Bert Belderdomains: don't crash if domain is set to null
2012-10-25 isaacsevents: Don't clobber pre-existing _events obj in EE...
2012-10-24 Ben Noordhuisurl: parse hostnames that start with - or _
2012-10-23 Ben Noordhuistest: add typed arrays regression test
2012-10-21 Ben Noordhuistest: add diffie-hellman regression test
2012-10-15 Nathan Rajlichtest: disable global variable check for "test-repl...
2012-10-12 Nathan Rajlichrepl: ensure each REPL instance gets its own "context"
2012-10-04 koichikbuffer: fix byteLength with UTF-16LE
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-27 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-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-21 isaacsdomain: Properly exit() on domain disposal
2012-09-17 Ben Noordhuisfs: fix watchFile() missing deletion events
2012-09-14 Ben Noordhuisfs: don't segfault on deeply recursive stat()
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-08 Nathan Rajlichutil: make util.inspect() work when "hasOwnProperty...
2012-09-08 Ben Noordhuishttp: respect HTTP/1.0 TE header
2012-09-03 Ben Noordhuiscrypto: make pbkdf2() compatible with domains
2012-09-03 Ben Noordhuiscrypto: make randomBytes() compatible with domains
2012-09-02 koichikRevert "buffer: added support for writing NaN and Infinity"
2012-09-01 koichikbuffer: added support for writing NaN and Infinity
2012-08-30 Shigeki Ohtsutls: support unix domain socket/named pipe in tls.connect
2012-08-30 Bert Belderchild process: fix processes with IPC channel don't...
2012-08-29 isaacsTest client renegotiation attacks on HTTPS
2012-08-24 koichikhttps: make https.get() accept a URL
2012-08-14 Ben Noordhuistest: raise pummel/test-net-throttle write req size
2012-08-12 Ben Noordhuistls: handle multiple CN fields when verifying cert
2012-08-06 Nathan RajlichMerge branch 'binary-tarballs' into v0.8
2012-08-05 isaacstest-message: fix message output
2012-08-04 Dominic Tarrzlib: Emit 'close' on destroy().
2012-08-04 Tyler Neylonchild_process: Fix stdout=null when stdio=['pipe']
2012-08-03 Bert Beldernet: make pause work with connecting sockets
2012-08-02 isaacsMerge branch 'v0.8.5-release' into v0.8
2012-08-02 isaacstest: stdin error messages
2012-08-02 Ben Noordhuisnet: fix .listen({fd:0})
2012-08-01 Gil Pedersenfs: fix ReadStream / WriteStream missing callback
2012-07-30 isaacsReport errors properly from --eval and stdin
2012-07-29 koichikassert: fix throws() throws an error without message...
2012-07-29 Ben Noordhuiscluster: fix libuv assert in net.listen()
2012-07-25 isaacshttps: Use host header as effective servername
2012-07-24 isaacsreadline: Remove event listeners on close
2012-07-23 Bert Belderwindows: correctly prep long path for fs.exists(Sync)
2012-07-20 Fedor Indutnytls: fix 'hostless' tls connection verification
2012-07-20 Fedor Indutnytls: revert accidental API change
2012-07-20 Fedor Indutnytls: localhost is valid against identity-check
2012-07-19 Fedor Indutnytls: veryify server's identity
2012-07-19 Fedor Indutnynet: ignore socket.setTimeout(Infinity) (and NaN)
2012-07-17 isaacsdomain: Fix stack leak on error
2012-07-12 Nathan RajlichRevert "events: don't delete the listeners array in...
2012-07-12 Ben Noordhuisnet: fix net.Server.listen({fd:x}) error reporting
2012-07-12 Bert BelderMerge branch 'v0.6' into v0.8
2012-07-09 isaacsMerge branch 'v0.8.2-release' into v0.8
2012-07-09 Toshihiro Nakamuradomain: Remove first arg from intercepted fn
2012-07-09 Ben Noordhuistest: make test-fs-watch-file write to tmp dir
2012-07-09 Ben Noordhuisfs: make unwatchFile() remove a specific listener
2012-07-09 Nathan Rajlichprocess: throw a TypeError when anything but an Array...
2012-07-07 isaacsFix test-require-json on Windows
2012-07-06 TJ Holowaychukmodule: add filename to require() json errors
2012-07-05 Ben Noordhuistimers: fix handling of large timeouts
2012-07-04 Nathan Rajlichrepl: fix passing an empty line inserting "undefined...
2012-07-04 Maciej Małeckirepl: fix crashes when buffering command
2012-06-26 Bert Belderwindows: make fs.realpath(Sync) work with UNC paths
2012-06-26 isaacsrealpath: No sync cb() calling allowed.
2012-06-21 isaacsMerge branch 'stdin-resume-pipe'
2012-06-21 isaacsFix #3503: stdin: resume() on pipe(dest)
2012-06-21 isaacstest: add deprecation fixture
2012-06-21 isaacsAdd --no-deprecation and --trace-deprecation flags
2012-06-21 Ben Noordhuisfs: make fs.watchFile() work on windows
2012-06-21 Ben Noordhuistest: add another fs.watchFile() test
2012-06-20 Karl SkomskiUse parent SlowBuffer, if any, when Buffer is sliced
next