Merge remote-tracking branch 'upstream/v0.10'
[platform/upstream/nodejs.git] / test /
2013-12-07 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-07 Lalit Kapoorhttp: DELETE shouldn't default to chunked encoding
2013-12-07 Alexis Campaillachild_process: don't crash process on internal ops
2013-12-06 Fedor Indutnytls: fix handling of asterisk in SNI context
2013-12-04 Kai Gronercrypto: Make Decipher._flush() emit errors.
2013-12-02 Fedor Indutnytls: fix pool usage race
2013-12-02 Sam Robertsprocess: document kill(0), disallow kill(O_RDWR)
2013-12-02 Fedor IndutnyMerge branch 'v0.10'
2013-12-02 Fedor Indutnytls: reset NPN callbacks after SNI
2013-12-02 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-27 Fedor Indutnyhttp: fix parser double-free in _http_client.js
2013-11-27 Alexis Campaillatest: use os.EOL when checking output
2013-11-26 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-26 Ben Noordhuistls: add serialNumber to getPeerCertificate()
2013-11-25 David Chanutil: Format negative zero as '-0'
2013-11-23 Vladimir Kurchatkinnode: fix removing AsyncListener in callback
2013-11-22 Jeremy Martinevents: fix TypeError in removeAllListeners
2013-11-21 Trevor Norrisnode: allow nextTick infinite recursion
2013-11-20 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-19 Fedor Indutnyevents: do not accept NaN in setMaxListeners
2013-11-19 Fedor Indutnydgram: fix abort when getting `fd` of closed dgram
2013-11-18 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-16 Ben Noordhuisdebugger: pass on v8 debug switches
2013-11-13 Trevor Norrissmalloc: check if object has external memory
2013-11-13 Fedor Indutnytls: handle `ssl.start()` errors
2013-11-12 Tim Woodevents: don't call once twice
2013-11-12 Timothy J FontaineMerge branch 'v0.10.22-release' into v0.10
2013-11-11 Maciej Małeckirepl: do not insert duplicates into completions
2013-11-11 Ben Noordhuisv8: upgrade to 3.22.24
2013-11-08 Fedor Indutnytls: prevent stalls by using read(0)
2013-11-08 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-11-07 isaacshttp: force socket encoding to be null
2013-11-07 fengmk2http: cleanup freeSockets when socket destroyed
2013-11-05 Fedor Indutnytls: more accurate wrapping of connecting socket
2013-11-05 Ben Noordhuisfs: make fs.watch() non-recursive by default
2013-11-04 Nathan Rajlichhttp: make DELETE requests set `req.method`
2013-10-30 Erik Dubbelboertls: add ECDH ciphers support
2013-11-01 Trevor Norristest: fix async listener test for windows
2013-11-01 Jacob Groundwatertest: add additional async listener tests
2013-10-31 Trevor Norrisdomain: use AsyncListener API
2013-10-31 Trevor Norriscrypto: convert RandomBytesRequest to a class
2013-10-31 Trevor Norrisasync-wrap: add methods to udp/tcp/pipe/timers
2013-10-31 Trevor Norrisnode: add AsyncListener support
2013-10-31 Fedor Indutnytest: fix tls-client-reject after ba7c9ce96
2013-10-30 Fedor Indutnytls: reuse hostname from underlying net.Socket
2013-10-30 Nick Simmonsfs: add recursive subdirectory support to fs.watch
2013-10-29 Thom Seddonsrc: accept passphrase when crypto signing with private key
2013-10-28 Trevor Norrisdgram: send() can accept strings
2013-10-28 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-10-28 isaacsvm: Copy missing properties from context
2013-10-28 Ben Noordhuishttp: remove MethodToString()
2013-10-28 Ben Noordhuishttp: expose supported methods
2013-10-25 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-10-23 isaacshttp client: pull last chunk on socket close
2013-10-23 Ben Noordhuistest: fix up weakref.cc after v8 api change
2013-10-23 Ben Noordhuissrc: update after v8 api changes
2013-10-18 Timothy J Fontainecrypto: clear errors from verify failure
2013-10-17 Patrik Stutzhttp: add statusMessage
2013-10-17 isaacshttp: provide backpressure for pipeline flood
2013-10-16 Ben Noordhuisdns: set hostname property on error object
2013-10-16 Ben Noordhuisdebugger: fix SIGUSR1 bootstrap race condition
2013-10-16 Ben Noordhuisdebugger: make busy loops SIGUSR1-interruptible
2013-10-16 isaacshttp: provide backpressure for pipeline flood
2013-10-16 Jason Gerfencrypto: add SPKAC support
2013-10-15 isaacsRevert "crypto: add SPKAC support"
2013-10-13 Jason Gerfencrypto: add SPKAC support
2013-10-15 Rod Vaggutil: format as Error if instanceof Error
2013-10-14 Ben Noordhuiscluster: fix premature 'disconnect' event
2013-10-11 Trevor Norrisbuffer: add buf.toArrayBuffer() API
2013-10-11 Glen Mailerassert: indicate if exception message is generated
2013-10-10 Dave Pachecotest: use proper findjsobjects output format
2013-10-08 Ben Noordhuisfs: fix fs.truncate() file content zeroing bug
2013-10-01 Ben Noordhuistest: update require path after file move
2013-10-01 Alex Kocharindebugger: repeat last command
2013-09-26 Timothy J Fontainetest: add regression test for #6235
2013-09-24 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-09-24 Fedor Indutnytls: wrap tls inside tls using legacy API
2013-09-23 Eric Schrockreadline: handle input starting with control chars
2013-09-20 Ben Noordhuissrc: initialize c-ares task list on env init
2013-09-19 Maciej Małeckinet: add a port validation to `connect`
2013-09-14 Fedor Indutnycontextify: fix ContextifyContext leak
2013-09-14 Nathan Rajlichhttp: don't pass the request options to Agent
2013-09-13 Nathan Rajlichtls: don't push() incoming data when ondata is set
2013-09-12 Fedor Indutnycontextify: dealloc only after global and sandbox
2013-09-09 Fedor Indutnytls: fix setting NPN protocols
2013-09-09 Ben Noordhuistest: move slow tests to test/pummel/
2013-09-07 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-09-07 isaacsprocess: use exit 1 for uncaughtException
2013-09-07 isaacsprocess: Fix regression from a5dba82
2013-09-07 isaacsprocess: Use exit code 8 consistently
2013-09-06 isaacsprocess: Add exitCode property
2013-09-06 Ben Noordhuistest: don't call process.exit() in debugger tests
2013-09-06 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-09-05 Trevor Norrishandle_wrap: properly don't abort on unwrap
2013-09-05 isaacsstream: objectMode transforms allow falsey values
2013-09-05 Ben Noordhuistest: move slow test from simple/ to pummel/
2013-09-05 Fedor Indutnytls: socket.renegotiate(options, callback)
2013-09-04 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-09-04 Timothy J FontaineMerge branch 'v0.11.7-release'
2013-09-04 isaacshttp: Only send connection:keep-alive if necessary
next