summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-11-20tls: do not hang without `newSession` handlerFedor Indutny
2014-11-20lib: add setFlagsFromString() to tracing moduleBen Noordhuis
2014-11-18test: fix test-cluster-eaccess to work on windowsRod Vagg
2014-11-18test: use common.PIPE for emptyTxt pathRod Vagg
2014-11-10test: kill children before cluster parentRod Vagg
2014-11-09zlib: support concatenated gzip filesLuis Reis
2014-11-08crypto: escape DNS altnameFedor Indutny
2014-11-06test: use common.PIPE in simple/test-cluster-eaccessRod Vagg
2014-11-05test: unlink custom unix socket before testBen Noordhuis
2014-11-04node: do not crash on IPC stdinFedor Indutny
2014-10-29Merge remote-tracking branch 'joyent/v0.12' into v0.12Ben Noordhuis
2014-10-27net: add pauseOnConnect option to createServer()cjihrig
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