src, test: fix up ObjectWrap, `make test-addons`
[platform/upstream/nodejs.git] / test /
2014-03-13 Ben Noordhuissrc, test: fix up ObjectWrap, `make test-addons`
2014-03-13 Fedor Indutnysrc: update to v8 3.24 APIs
2014-03-12 Yazhong Liureadline: consider newlines for cursor position
2014-03-11 Bryan Cantrillmdb_v8: update to latest version
2014-03-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-03-10 Fedor Indutnycrypto: do not lowercase cipher/hash names
2014-03-10 Timothy J Fontainetest: timers-ordering should be more precise
2014-03-10 Vladimir Kurchatkinbuffer: fix typo in `SlowBuffer`
2014-03-10 Brian Whitebuffer: allow toString to accept Infinity for end
2014-03-05 Benoit Valléetest: test sending a handle twice
2014-03-04 Brian Whitecrypto: allow setting add'l authenticated data
2014-03-04 Greg Brailtimer: don't reschedule timer bucket in a domain
2014-03-04 Timothy J Fontainesrc: domain should not replace nextTick function
2014-03-02 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10'
2014-02-28 Sam Robertsdoc: document `beforeExit` and add more tests
2014-02-28 Ben Noordhuissrc: emit 'beforeExit' event on process object
2014-02-26 Nathan Rajlichtest: update "http-*" tests to only use public API
2014-02-26 Nathan Rajlichtest: add failing http `agent: null` test
2014-02-26 Nathan Rajlichtest: add `agent: null` http client request test
2014-02-26 Nathan Rajlichhttp: invoke createConnection when no agent
2014-02-26 Trevor Norristest: fix async-listener-run-error-once
2014-02-26 Alexis Campaillasrc: make stdout/sterr pipes blocking
2014-02-26 Alexis Campaillatest: remove invalid part of stream2-stderr-sync
2014-02-25 Timothy J Fontainetest: internet/test-dns disable implicit ipv6
2014-02-25 Timothy J Fontainetest: pummel/net-connect-econnrefused backoff
2014-02-25 Timothy J Fontainetest: migrate pummel/keep-alive to wrk
2014-02-25 Mike Pennisiassert: Ensure reflexivity of deepEqual
2014-02-25 Timothy J Fontainetest: pummel/*ci-reneg* handle EPIPE
2014-02-25 Timothy J Fontainetest: internet/test-dns handle ESERVFAIL
2014-02-25 Timothy J Fontainetest: move pummel/test-fs-largefile to disabled
2014-02-25 Timothy J Fontainetest: pummel/test-net-throttle adhere to streams
2014-02-25 Timothy J Fontainetest: pummel fs-watch-file-slow handle spurious
2014-02-25 Timothy J Fontainetest: remove next-tick-loops-quick
2014-02-24 Timothy J Fontainetest: backoff client connection rates
2014-02-19 David Björklundhttp: avoid duplicate keys in writeHead
2014-02-19 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-18 Timothy J Fontainetest: make test-net-error-twice less racey
2014-02-18 Timothy J Fontainechild_process: execFileSync stderr should inherit
2014-02-18 Timothy J Fontainenet: add localPort to connect options
2014-02-18 Brian Whitecrypto: allow custom generator for DiffieHellman
2014-02-18 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-18 Farid Neshatdebugger: Fix breakpoint not showing after restart
2014-02-18 Yazhong Liureadline: fix `line` event, if input emit 'end'
2014-02-18 Yazhong Liurepl: REPLServer inherits from readline.Interface
2014-02-17 Fedor Indutnyzlib: introduce pending close state
2014-02-17 Fedor Indutnytls: introduce asynchronous `newSession`
2014-02-16 Timothy J Fontainedgram: pass the bytes sent to the send callback
2014-02-15 Fedor Indutnytest: fix tls-honorcipherorder slowness
2014-02-14 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-14 Alexis Campaillatest: give repl-timeout-throw more time to run
2014-02-14 Alexis Campaillatest: increase timeout in readable stream test
2014-02-14 Alexis Campaillatest: fix assert in test-http-outgoing-finish
2014-02-14 Alexis Campaillatest: fix connection reset in http test
2014-02-14 orangemocha@github.comtest: fix test-child-process-double-pipe
2014-02-14 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-10 Timothy J Fontainechild_process: js bits for spawnSync/execSync
2014-02-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-10 Fedor Indutnynet: do not re-emit stream errors
2014-02-09 Fedor Indutnyprocess: allow changing `exitCode` in `on('exit')`
2014-02-09 Kenan Sulaymandns: validate arguments in resolver
2014-02-09 Kenan Sulaymandns: verify argument is valid function in resolve
2014-02-09 Alexis Campaillatest: fix test-http-pipeline-flood
2014-02-09 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-07 Fedor IndutnyRevert "dns: validate arguments in resolve"
2014-02-07 Kenan Sulaymandns: validate arguments in resolve
2014-02-06 Ben Noordhuisvm: don't copy Proxy object from parent context
2014-02-06 Ben Noordhuistest: don't compute knownGlobals lazily
2014-02-06 Nathan Rajlichutil: show meaningful values for boxed primitives
2014-02-06 Fedor Indutnynode: do not print SyntaxError hints to stderr
2014-02-06 iamdoronfs: make unwatchFile() insensitive to path
2014-02-06 Trevor Norrissrc: move AsyncListener from process to tracing
2014-02-05 Ben Noordhuissrc: add v8.getHeapStatistics() function
2014-02-05 Ben Noordhuissrc: add tracing.v8.on('gc') statistics hooks
2014-02-05 Fedor Indutnytls: more session configuration options, methods
2014-02-05 Fedor Indutnycontextify: handle infinite recursion errors
2014-02-04 Alexis Campaillatest: fix test-tcp-wrap-listen
2014-02-03 Fedor Indutnyzlib: separate sync/async methods
2014-02-03 Fedor Indutnytls: fix crash in SNICallback
2014-01-31 Nikolai Vavilovzlib: add sync versions for convenience methods
2014-01-30 Alexis Campaillatest: delete invalid http test
2014-01-30 Fedor Indutnynode: do not ever close stdio
2014-01-28 Fedor Indutnynode: do not ever close stdio
2014-01-28 Fedor Indutnystream_wrap: use `uv_try_write` where possible
2014-01-28 Timothy J Fontainetest: use logical and not or in abort-fatal-error
2014-01-28 Timothy J Fontainetest: make abort-fatal-error more robust
2014-01-28 Timothy J Fontainetest: fix test-net-listen-fd0 for pipes
2014-01-27 Jacob Hoffman-Andrewscrypto: honor default ciphers in client mode
2014-01-27 Alexis Campaillatest: race condition in test-cluster-disconnect
2014-01-27 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-27 Jun Manet: make Socket destroy() re-entrance safe
2014-01-26 Fedor Indutnycrypto: throw on SignFinal failure
2014-01-25 Fedor Indutnycrypto: clear error in GetPeerCertificate
2014-01-25 Fedor Indutnynet: reset `endEmitted` on reconnect
2014-01-25 Fedor Indutnyhttp: do not emit EOF non-readable socket
2014-01-25 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-24 Fedor Indutnytls_wrap: propagate errors to write callbacks
2014-01-24 Fedor Indutnytls: emit `clientError` on early socket close
2014-01-23 Alexis Campaillatest: fix http-incoming-pipelined-socket-destroy
2014-01-23 Alexis Campaillatest: fix http-many-ended-pipelines server close
2014-01-23 Fedor Indutnytls: process accumulated input
next