src: move debug agent from deps/ to src/
[platform/upstream/nodejs.git] / test /
2014-10-29 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v0.12
2014-10-27 cjihrignet: add pauseOnConnect option to createServer()
2014-10-24 Fedor IndutnyMerge remote-tracking branch 'origin/v0.12' into v0.12
2014-10-20 dead-horsepath: resolve normalize drive letter to lower case
2014-10-18 Rod Vaggtest: allow common.PIPE to be configured via env
2014-10-16 Ben Noordhuistest: make test runner multi-arch/mode compatible
2014-10-16 Ben Noordhuistest: fix non-determinism in test-crypto-domains
2014-10-11 Fedor Indutnytest: fix error messages after v8 upgrade
2014-10-09 Brian Whitestreams: make setDefaultEncoding() throw
2014-10-09 Alexis Campaillatest: fix test-child-process-spawn-typeerror
2014-10-08 Trevor Norriscrypto: createDiffieHellman throw for bad args
2014-10-08 Fedor Indutnytest: fix debug-signal-cluster after da update
2014-10-08 Fedor Indutnysrc, test: fixup after v8 update
2014-10-08 Fedor Indutnydeps: re-implement debugger-agent
2014-10-08 Fedor Indutnytest: fix debug-signal-cluster after da update
2014-10-08 Fedor Indutnysrc, test: fixup after v8 update
2014-10-08 Fedor Indutnydeps: re-implement debugger-agent
2014-10-08 Fedor IndutnyMerge remote-tracking branch 'joyent/v0.12'
2014-10-08 Refael Ackermanntools: fix for testing openssl integrations
2014-10-08 Johnny Raystreams: set default encoding for writable streams
2014-10-07 Evan Rutledge Bordenurl: fixed encoding for slash switching emulation.
2014-10-03 gysonutil: add es6 Symbol support for `util.inspect`
2014-10-03 Yazhong Liubuffer: add generic functions for (u)int ops
2014-10-01 Julien Gillireadline: should not require an output stream.
2014-10-01 Vladimir Kurchatkinnode: avoid automatic microtask runs
2014-10-01 Gabriel Wickeurl: make query() consistent
2014-09-30 Trevor Norrisbuffer: fix and cleanup fill()
2014-09-29 Trevor Norrishttp: cleanup setHeader()
2014-09-25 cjihrigchild_process: improve spawn() argument handling
2014-09-24 Patrick Mooneynet: Make server.connections un-enumerable
2014-09-24 Timothy J Fontainetest: disable dgram-bind-shared-ports on win32
2014-09-24 Julien Gillitests: add test for buffer.slice.
2014-09-23 Julien Gillihttp: write() after end() emits an error.
2014-09-18 Vladimir Kurchatkinnode: support v8 microtask queue
2014-09-18 Julien Gillitest: add test for cluster.worker.destroy()
2014-09-17 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into...
2014-09-16 Fedor Indutnyhttp: do not send `0\r\n\r\n` in TE HEAD responses
2014-09-16 Chris Dickinsoncrypto: use domains for any callback-taking method
2014-09-16 Ben Noordhuislib, src: add vm.runInDebugContext()
2014-09-16 Maciej Małeckidns: include host name in error message if available
2014-09-15 Adam Lippaitls: fix encoding in certificate-related functions
2014-09-09 Trevor Livingstontls: `checkServerIdentity` option
2014-09-04 cjihrigtest: listen on exclusive port in cluster workers
2014-09-03 cjihrignet,dgram: workers can listen on exclusive ports
2014-09-03 Fedor Indutnytls: support multiple keys/certs
2014-09-02 Trevor Norrisnode,async-wrap: verify domain enter/exit are set
2014-09-02 Julien Gillitests: add test for non-integer delay timers.
2014-09-02 Julien Gillicluster: centralize removal from workers list.
2014-08-28 Shigeki Ohtsutls, crypto: add DHE support
2014-08-28 Fedor Indutnycrypto: introduce ECDH
2014-08-27 Tristan Bergerquerystring: fix unescape override
2014-08-26 Fedor Indutnycrypto: allow padding in RSA methods
2014-08-20 Chris Dickinsonnet,stream: add isPaused, don't read() when paused
2014-08-20 cjihrigdns: throw if hostname is not string or falsey
2014-08-13 Alexis Campaillatest: fix dns test
2014-08-13 Julien Gillitests: don't assume IPv4 only in remote addr tests
2014-08-13 Fedor Indutnytest: check ipv6 support before testing it
2014-08-13 Julien Gillitests: do not hardcode service name in test-dns.
2014-08-13 Julien Gillitests: fix invalid hints flags dns test.
2014-08-13 Ezequiel Rabinovichquerystring: remove prepended ? from query field
2014-08-11 seishuncrypto: add RSA encryption
2014-08-08 Alexis Campaillatest: fix test-process-kill-pid on Windows
2014-08-07 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into...
2014-08-07 Julien Gillitests: fix child-process-fork-dgram on SmartOS.
2014-08-05 Jackson Tianfs: fs.readFile should not throw uncaughtException
2014-08-04 cjihrignet: don't prefer IPv4 addresses during resolution
2014-08-04 Julien Gillitest: fix test-net-remote-address-port
2014-08-04 Julien Gillitimers: fix timers with non-integer delay hanging.
2014-08-02 Jackson Tianprocess: improve process binding
2014-08-02 Fedor Indutnytest: disable 0-dgram tests on darwin
2014-08-02 Sam Robertscluster: disconnect should not be synchronous
2014-08-02 Sam Robertstest: assert cluster.disconnect is async
2014-08-01 James Hallidaystream: fix Readable.wrap objectMode falsy values
2014-07-31 cjihrigcluster: support options in Worker constructor
2014-07-31 Julien Gillitimers: backport f8193ab
2014-07-31 Fedor IndutnyRevert "repl: fix overwrite for this._prompt"
2014-07-31 Sam Robertscluster: test events emit on cluster.worker
2014-07-30 Julien Gillitests: fix internet/test-dns.js
2014-07-29 Yazhong Liurepl: fix overwrite for this._prompt
2014-07-29 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10' into master
2014-07-29 Fedor Indutnybuffer: fix sign overflow in `readUIn32BE`
2014-07-29 Julien Gillitests: fix process.kill pid test.
2014-07-28 cjihrigcluster: enable error/message events using .worker
2014-07-28 Sam Robertsprocess: throw TypeError if kill pid not a number
2014-07-23 cjihrigquerystring: do not add sep for empty array
2014-07-23 Fedor Indutnytest: fix test-https-foafssl
2014-07-23 Fedor Indutnytest: fix test-tls-server-verify
2014-07-23 Jackson Tiannet: add remoteFamily for socket
2014-07-23 Shigeki Ohtsutls: fix to send TLS Alert before socket destroyed
2014-07-23 cjihrigchild_process: do not access stderr when stdio set...
2014-07-23 Fedor Indutnydeps: update http_parser to 2.3.0
2014-07-15 Chris Dickinsonstream2: flush extant data on read of ended stream
2014-07-14 Ryan Grahamcluster: include settings object in 'setup' event
2014-07-14 Ryan Grahamcluster: allow multiple calls to setupMaster()
2014-07-13 Fedor Indutnytest: fix regress-GH-1726
2014-07-12 cjihrigchild_process: copy spawnSync() cwd option to proper...
2014-07-10 Ryan Grahamdoc: re-org child_process into async/sync
2014-07-10 Ryan Grahamtest: Remove references to customFds
2014-07-10 Andrew Oppenlanderstreams: set default hwm properly for Duplex
2014-07-03 Ed Umanskynet: reset `errorEmitted` on reconnect
next