aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-10-24Merge remote-tracking branch 'origin/v0.12' into v0.12Fedor Indutny
2014-10-20path: resolve normalize drive letter to lower casedead-horse
2014-10-18test: allow common.PIPE to be configured via envRod Vagg
2014-10-16test: make test runner multi-arch/mode compatibleBen Noordhuis
2014-10-16test: fix non-determinism in test-crypto-domainsBen Noordhuis
2014-10-12test: fix error messages after v8 upgradeFedor Indutny
2014-10-09streams: make setDefaultEncoding() throwBrian White
2014-10-09test: fix test-child-process-spawn-typeerrorAlexis Campailla
2014-10-08crypto: createDiffieHellman throw for bad argsTrevor Norris
2014-10-08test: fix debug-signal-cluster after da updateFedor Indutny
2014-10-08src, test: fixup after v8 updateFedor Indutny
2014-10-08deps: re-implement debugger-agentFedor Indutny
2014-10-08test: fix debug-signal-cluster after da updateFedor Indutny
2014-10-08src, test: fixup after v8 updateFedor Indutny
2014-10-08deps: re-implement debugger-agentFedor Indutny
2014-10-08tools: fix for testing openssl integrationsRefael Ackermann
2014-10-07streams: set default encoding for writable streamsJohnny Ray
2014-10-06url: fixed encoding for slash switching emulation.Evan Rutledge Borden
2014-10-03util: add es6 Symbol support for `util.inspect`gyson
2014-10-03buffer: add generic functions for (u)int opsYazhong Liu
2014-10-01readline: should not require an output stream.Julien Gilli
2014-10-01node: avoid automatic microtask runsVladimir Kurchatkin
2014-10-01url: make query() consistentGabriel Wicke
2014-09-29buffer: fix and cleanup fill()Trevor Norris
2014-09-29http: cleanup setHeader()Trevor Norris
2014-09-25child_process: improve spawn() argument handlingcjihrig
2014-09-24net: Make server.connections un-enumerablePatrick Mooney
2014-09-24test: disable dgram-bind-shared-ports on win32Timothy J Fontaine
2014-09-24tests: add test for buffer.slice.Julien Gilli
2014-09-23http: write() after end() emits an error.Julien Gilli
2014-09-18node: support v8 microtask queueVladimir Kurchatkin
2014-09-18test: add test for cluster.worker.destroy()Julien Gilli
2014-09-16Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine
2014-09-16http: do not send `0\r\n\r\n` in TE HEAD responsesFedor Indutny
2014-09-16crypto: use domains for any callback-taking methodChris Dickinson
2014-09-16lib, src: add vm.runInDebugContext()Ben Noordhuis
2014-09-16dns: include host name in error message if availableMaciej MaƂecki
2014-09-15tls: fix encoding in certificate-related functionsAdam Lippai
2014-09-09tls: `checkServerIdentity` optionTrevor Livingston
2014-09-04test: listen on exclusive port in cluster workerscjihrig
2014-09-03net,dgram: workers can listen on exclusive portscjihrig
2014-09-03tls: support multiple keys/certsFedor Indutny
2014-09-02node,async-wrap: verify domain enter/exit are setTrevor Norris
2014-09-02tests: add test for non-integer delay timers.Julien Gilli
2014-09-02cluster: centralize removal from workers list.Julien Gilli
2014-08-29tls, crypto: add DHE supportShigeki Ohtsu
2014-08-29crypto: introduce ECDHFedor Indutny
2014-08-27querystring: fix unescape overrideTristan Berger
2014-08-27crypto: allow padding in RSA methodsFedor Indutny
2014-08-20net,stream: add isPaused, don't read() when pausedChris Dickinson