src: close libuv handles on exit
[platform/upstream/nodejs.git] / test /
2013-08-30 Ben Noordhuissrc: close libuv handles on exit
2013-08-29 Domenic Denicolavm: update API to use options argument
2013-08-28 Timothy J Fontainetimer_wrap: Timer.now always update loop time
2013-08-28 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-28 Ben Noordhuiscrypto: make randomBytes/pbkdf2 cbs domain aware
2013-08-28 Domenic Denicolavm: add isContext; prevent double-contextifying
2013-08-28 Seth Fitzsimmonschild_process: Callback with Buffers from exec
2013-08-27 isaacsstream: Pass 'buffer' encoding to decoded writables
2013-08-23 Ben Noordhuisbuffer: fix regression in Buffer(buf) constructor
2013-08-22 Timothy J Fontaineutil: pass opts to custom inspect functions
2013-08-22 Timothy J Fontainebuffer: adhere to INSPECT_MAX_BYTES
2013-08-22 isaacsvm: Put back display_errors flag
2013-08-21 Domenic Denicolavm, core, module: re-do vm to fix known issues
2013-08-21 Timothy J Fontainetest: net-GH-5504 child env needs NODE_COMMON_PORT
2013-08-21 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-21 Fedor Indutnytest: fix test failure on linux after edd2fcc
2013-08-20 Trevor Norrisutil: isObject should always return boolean
2013-08-20 Vsevolod Strukchinskynet: family option in net.connect
2013-08-20 Gil Pedersenfs: use correct self reference for autoClose test
2013-08-20 isaacstest: Remove unnecessary assertion
2013-08-19 Matthew Aynalemfixes #6031 spelling errors
2013-08-19 James Hallidayhttp: removed headers stay removed
2013-08-19 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-19 isaacsstream: Throw on 'error' if listeners removed
2013-08-17 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-17 Ben Noordhuisdgram: fix assertion on bad send() arguments
2013-08-17 Daniel Chatfieldreadline: pause stdin before turning off terminal raw...
2013-08-17 Daniel Chatfieldreadline: pause stdin before turning off terminal raw...
2013-08-16 isaacstest: Remove hard-coded port
2013-08-15 isaacshttp: Simplify IncomingMessage._dump method
2013-08-15 isaacshttp: Consistent 'finish' event semantics
2013-08-15 isaacshttp: Add write()/end() callbacks
2013-08-15 isaacshttp: Write hex/base64 chunks properly
2013-08-15 isaacshttp: Handle hex/base64 encodings properly
2013-08-15 isaacshttp: provide access to raw headers/trailers
2013-08-15 isaacsdoc: http keepalive, agent options
2013-08-15 isaacshttp: add agent.maxFreeSockets option
2013-08-15 Ben Noordhuistest: update tests after internal api change
2013-08-14 Ben Noordhuishttp: speed up callbacks, use array indices
2013-08-12 Ben Noordhuiscares_wrap: remove unused function getHostByName()
2013-08-12 Ben Noordhuistest: fix up internet/test-dns after api change
2013-08-09 Ben Noordhuistest: use common.PORT in simple/test-net-GH-5504
2013-08-09 Ben Noordhuisdgram: fix regression in string argument handling
2013-08-08 isaacshttp: Use streams3 directly, not .ondata/end
2013-08-07 Trevor Norrissmalloc: allow different external array types
2013-08-06 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-08-06 Eran Hammerstream: Fix double pipe error emit
2013-08-06 Fedor Indutnytls: asynchronous SNICallback
2013-08-05 isaacstest: Move test-http-default-port from disabled to...
2013-08-05 Koichi Kobayashihttps: fix default port
2013-08-04 Fedor Indutnytls: fix handling of `SNICallback` server option
2013-08-02 Trevor Norrissmalloc: fix assertion fails/segfault
2013-08-01 Trevor Norristest: add mac to test-os
2013-08-01 Ben Noordhuistest: future-proof simple/test-event-emitter-memory...
2013-08-01 Ben Noordhuistest: fix pummel/test-net-connect-memleak
2013-08-01 Ben Noordhuisevents: fix memory leak, don't leak event names
2013-08-01 Fedor Indutnytls_wrap: parse tls session ticket extension
2013-07-30 Ben Noordhuiscrypto: fix assert() on malformed hex input
2013-07-29 Ben Noordhuisutil: don't throw on circular %j input to format()
2013-07-30 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-07-29 Ben Noordhuisdgram: report send errors to cb, don't pass bytes
2013-07-29 Fedor Indutnytest: loosen timeout in https-no-reader
2013-07-28 Ben Noordhuistest: cluster: add 'bind to privileged port' tests
2013-07-28 Ben Noordhuiscluster: fix shared handle bind error propagation
2013-07-25 isaacsstreams: Don't emit 'end' until read() past EOF
2013-07-25 Ben Noordhuistest: fix simple/test-setproctitle
2013-07-24 Fedor Indutnytls: share tls tickets key between cluster workers
2013-07-23 David Björklundcrypto: Add test for sha.write(''); sha.end()
2013-07-23 Trevor Norrisbuffer: slice on zero length buffer
2013-07-22 isaacsstream: Simplify flowing, passive data listening
2013-07-20 Ben Noordhuistest: move two tests from simple/ to internet/
2013-07-20 Ben Noordhuistest: fix up tests after internal api change
2013-07-19 Trevor Norrisbuffer: return offset for end of last write
2013-07-19 Trevor Norrissmalloc: create separate module
2013-07-18 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-07-17 Shuan Wangurl: Fix edge-case when protocol is non-lowercase
2013-07-12 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-07-12 Timothy J Fontainetest: regression test for #5798 setImmediate
2013-07-10 Ben Noordhuistest: fix up indentation, replace tabs with spaces
2013-07-08 isaacshttp: Dump response when request is aborted
2013-07-10 isaacshttp: Reuse more http/https Agent code
2013-07-10 isaacshttp: Add agent.get/request methods
2013-07-10 isaacshttp: Proper KeepAlive behavior
2013-07-09 Trevor Norrisbuffer: propagate originating parent
2013-07-06 Ben Noordhuistest: fix up weakref.cc after v8 api change
2013-07-06 Ben Noordhuissrc: enable native v8 typed arrays
2013-07-05 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-07-03 Jeff Barczewskistream: objectMode transform should allow falsey values
2013-07-03 Trevor Norris{stream,udp,tls}_wrap: remove unused offset/length
2013-07-02 Timothy J Fontainetest: fix tls-hello-parser-failure on smartos
2013-07-01 Peter Rusthttp: use an unref'd timer to fix delay in exit
2013-07-01 Timothy J Fontainetest: fix tls-hello-parser-failure on smartos
2013-07-01 Brian Whitezlib: allow changing of level and strategy
2013-07-01 Brian Whitezlib: allow custom flush type for flush()
2013-06-26 Miroslav Bajtossrc: break on uncaught exception
2013-06-25 isaacsMerge remote-tracking branch 'ry/v0.10' into master
2013-06-20 Ben Noordhuischild_process: emit 'disconnect' asynchronously
2013-06-18 Trevor Norrisbuffer: implement new fill behavior
2013-06-18 Trevor Norrisbuffer: expose class methods alloc and dispose
2013-06-18 Trevor Norrisbuffer: use smalloc as backing data store
next