summaryrefslogtreecommitdiff
path: root/test/simple
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'joyent/v0.12' into v0.12Ben Noordhuis2014-10-291-0/+59
|\
| * net: add pauseOnConnect option to createServer()cjihrig2014-10-271-0/+59
* | Merge remote-tracking branch 'origin/v0.12' into v0.12Fedor Indutny2014-10-245-14/+27
|\ \ | |/
| * path: resolve normalize drive letter to lower casedead-horse2014-10-202-3/+4
| * streams: make setDefaultEncoding() throwBrian White2014-10-091-9/+5
| * 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-081-4/+22
| * src, test: fixup after v8 updateFedor Indutny2014-10-082-3/+1
| * deps: re-implement debugger-agentFedor Indutny2014-10-081-35/+0
* | test: make test runner multi-arch/mode compatibleBen Noordhuis2014-10-161-61/+0
* | test: fix non-determinism in test-crypto-domainsBen Noordhuis2014-10-161-11/+27
* | test: fix debug-signal-cluster after da updateFedor Indutny2014-10-081-4/+22
* | src, test: fixup after v8 updateFedor Indutny2014-10-082-3/+1
* | deps: re-implement debugger-agentFedor Indutny2014-10-081-35/+0
|/
* 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
* | tls: fix encoding in certificate-related functionsAdam Lippai2014-09-151-0/+62
* | 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
* | cluster: centralize removal from workers list.Julien Gilli2014-09-022-0/+64
* | tls, crypto: add DHE supportShigeki Ohtsu2014-08-291-0/+107
* | 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
* | tests: don't assume IPv4 only in remote addr testsJulien Gilli2014-08-131-6/+12
* | test: check ipv6 support before testing itFedor Indutny2014-08-134-2/+21