summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: fix test-child-process-spawn-typeerrorAlexis Campailla2014-10-091-2/+2
* crypto: createDiffieHellman throw for bad argsTrevor Norris2014-10-081-0/+16
* test: fix debug-signal-cluster after da updateFedor Indutny2014-10-082-4/+32
* src, test: fixup after v8 updateFedor Indutny2014-10-082-3/+1
* deps: re-implement debugger-agentFedor Indutny2014-10-081-0/+0
* tools: fix for testing openssl integrationsRefael Ackermann2014-10-081-2/+2
* streams: set default encoding for writable streamsJohnny Ray2014-10-071-0/+76
* url: fixed encoding for slash switching emulation.Evan Rutledge Borden2014-10-061-0/+24
* util: add es6 Symbol support for `util.inspect`gyson2014-10-031-0/+9
* buffer: add generic functions for (u)int opsYazhong Liu2014-10-031-2/+85
* readline: should not require an output stream.Julien Gilli2014-10-011-0/+31
* node: avoid automatic microtask runsVladimir Kurchatkin2014-10-014-0/+234
* url: make query() consistentGabriel Wicke2014-10-011-0/+14
* buffer: fix and cleanup fill()Trevor Norris2014-09-291-22/+50
* http: cleanup setHeader()Trevor Norris2014-09-291-0/+11
* child_process: improve spawn() argument handlingcjihrig2014-09-251-2/+43
* net: Make server.connections un-enumerablePatrick Mooney2014-09-241-0/+32
* test: disable dgram-bind-shared-ports on win32Timothy J Fontaine2014-09-241-0/+5
* tests: add test for buffer.slice.Julien Gilli2014-09-241-0/+32
* http: write() after end() emits an error.Julien Gilli2014-09-231-0/+49
* node: support v8 microtask queueVladimir Kurchatkin2014-09-182-0/+139
* test: add test for cluster.worker.destroy()Julien Gilli2014-09-181-0/+79
* Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine2014-09-164-23/+137
|\
| * http: do not send `0\r\n\r\n` in TE HEAD responsesFedor Indutny2014-09-161-23/+35
| * crypto: use domains for any callback-taking methodChris Dickinson2014-09-161-0/+44
| * tests: add test for non-integer delay timers.Julien Gilli2014-09-021-0/+50
| * querystring: fix unescape overrideTristan Berger2014-08-271-0/+8
* | lib, src: add vm.runInDebugContext()Ben Noordhuis2014-09-161-0/+48
* | dns: include host name in error message if availableMaciej MaƂecki2014-09-161-0/+5
* | tls: fix encoding in certificate-related functionsAdam Lippai2014-09-157-4/+155
* | tls: `checkServerIdentity` optionTrevor Livingston2014-09-091-0/+85
* | test: listen on exclusive port in cluster workerscjihrig2014-09-041-0/+56
* | net,dgram: workers can listen on exclusive portscjihrig2014-09-032-0/+132
* | tls: support multiple keys/certsFedor Indutny2014-09-031-0/+74
* | node,async-wrap: verify domain enter/exit are setTrevor Norris2014-09-023-0/+119
* | cluster: centralize removal from workers list.Julien Gilli2014-09-022-0/+64
* | tls, crypto: add DHE supportShigeki Ohtsu2014-08-296-1/+137
* | crypto: introduce ECDHFedor Indutny2014-08-291-0/+35
* | crypto: allow padding in RSA methodsFedor Indutny2014-08-271-0/+24
* | net,stream: add isPaused, don't read() when pausedChris Dickinson2014-08-202-0/+79
* | dns: throw if hostname is not string or falseycjihrig2014-08-201-0/+41
* | test: fix dns testAlexis Campailla2014-08-132-13/+15
* | tests: don't assume IPv4 only in remote addr testsJulien Gilli2014-08-131-6/+12
* | test: check ipv6 support before testing itFedor Indutny2014-08-135-2/+29
* | tests: do not hardcode service name in test-dns.Julien Gilli2014-08-132-2/+89
* | tests: fix invalid hints flags dns test.Julien Gilli2014-08-131-1/+11
* | querystring: remove prepended ? from query fieldEzequiel Rabinovich2014-08-121-0/+14
* | crypto: add RSA encryptionseishun2014-08-111-0/+34
* | test: fix test-process-kill-pid on WindowsAlexis Campailla2014-08-071-0/+7
* | Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine2014-08-075-24/+203
|\ \ | |/