build: make ninja build respect V=
[platform/upstream/nodejs.git] / test /
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
2013-06-18 Trevor Norrissmalloc: add api to manually dispose Persistent
2013-06-18 Trevor Norrissmalloc: initial implementation
2013-06-17 Krzysztof Chrapkareadline: strip ctrl chars for prompt width calc
2013-06-17 Fedor Indutnytls: session API returns
2013-06-17 isaacsnet: Do not destroy socket mid-write
2013-06-16 Fedor Indutnytls: introduce TLSSocket based on tls_wrap binding
2013-06-15 Ben Noordhuistest: add https tls session reuse test
2013-06-13 Veres Lajostest: minor typo fixes
2013-06-13 isaacsRevert "http: remove bodyHead from 'upgrade' events"
2013-06-12 Trevor Norrisstring_bytes: write strings using new API
2013-06-11 Ben Noordhuistest: fix up weakref.cc after v8 api change
2013-06-11 Ben Noordhuiscrypto: fix utf8/utf-8 encoding check
2013-06-05 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-06-05 isaacsnet: Destroy when not readable and not writable
2013-06-03 isaacsurl: Properly parse certain oddly formed urls
2013-06-03 isaacsstream: unshift('') is a noop
2013-05-31 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-05-30 Trevor Norrisprocess: remove maxTickDepth from _tickCallback
2013-05-30 Andrew Paprockivm: fix race condition in watchdog cleanup
2013-05-30 Brian Whiterepl: fix JSON.parse error check
2013-05-29 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-05-28 Fedor Indutnytls: invoke write cb only after opposite read end
2013-05-27 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-05-24 Fedor Indutnytls: retry writing after hello parse error
2013-05-24 Nathan Zadokshttp: remove bodyHead from 'upgrade' events
2013-05-23 Timothy J Fontainebuffer: special case empty string writes
2013-05-23 isaacshttp: Return true on empty writes, not false
2013-05-22 isaacstest: Fix test-deprecation-flags
2013-05-21 Timothy J Fontainenet: use timers._unrefActive for internal timeouts
2013-05-21 isaacsutil: Add debuglog, deprecate console lookalikes
2013-05-20 Trevor Norrisbuffer: throw when writing beyond buffer
2013-05-20 isaacsMerge remote-tracking branch ry/v0.10 into master
2013-05-20 isaacscrypto: Clear error after DiffieHellman key errors
2013-05-20 Trevor Norrisstring_bytes: strip padding from base64 strings
2013-05-20 Ben Noordhuistls: add localAddress and localPort properties
2013-05-17 Robert Kowalskimodule: use path.sep instead of a custom solution
2013-05-17 isaacsMerge remote-tracking branch 'ry/v0.10' into master
2013-05-16 Ben Noordhuisbuffer, crypto: fix default encoding regression
2013-05-15 Ben Noordhuistimers: fix setInterval() assert
2013-05-15 Robert Kowalskimodule: use path.sep instead of custom solution
2013-05-15 Ben Noordhuishttp: don't escape request path, reject bad chars
next