summaryrefslogtreecommitdiff
path: root/test/simple
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-072-24/+41
|\
| * tests: fix child-process-fork-dgram on SmartOS.Julien Gilli2014-08-071-24/+38
| * timers: fix timers with non-integer delay hanging.Julien Gilli2014-08-041-0/+33
| * cluster: disconnect should not be synchronousSam Roberts2014-08-021-0/+36
| * stream: fix Readable.wrap objectMode falsy valuesJames Halliday2014-08-011-0/+3
* | net: don't prefer IPv4 addresses during resolutioncjihrig2014-08-041-9/+53
* | test: fix test-net-remote-address-portJulien Gilli2014-08-041-1/+1
* | process: improve process bindingJackson Tian2014-08-021-0/+16
* | test: disable 0-dgram tests on darwinFedor Indutny2014-08-022-0/+9
* | test: assert cluster.disconnect is asyncSam Roberts2014-08-021-0/+3
* | cluster: support options in Worker constructorcjihrig2014-08-011-0/+49
* | Revert "repl: fix overwrite for this._prompt"Fedor Indutny2014-07-311-6/+3
* | cluster: test events emit on cluster.workerSam Roberts2014-07-311-0/+77
* | repl: fix overwrite for this._promptYazhong Liu2014-07-291-3/+6
* | Merge remote-tracking branch 'origin/v0.10' into masterFedor Indutny2014-07-293-13/+71
|\ \ | |/
| * buffer: fix sign overflow in `readUIn32BE`Fedor Indutny2014-07-291-0/+16
| * test: fix test-https-foafsslFedor Indutny2014-07-231-12/+23
| * test: fix test-tls-server-verifyFedor Indutny2014-07-231-5/+5
| * stream2: flush extant data on read of ended streamChris Dickinson2014-07-151-0/+58
| * deps: cherry-pick eca441b2 from OpenSSLFedor Indutny2014-07-031-0/+31
| * Revert "stream: start old-mode read in a next tick"Fedor Indutny2014-06-302-44/+1
| * zlib: do not crash on write after closeFedor Indutny2014-06-271-0/+40
* | tests: fix process.kill pid test.Julien Gilli2014-07-281-1/+30
* | cluster: enable error/message events using .workercjihrig2014-07-281-0/+53
* | process: throw TypeError if kill pid not a numberSam Roberts2014-07-281-0/+64
* | querystring: do not add sep for empty arraycjihrig2014-07-241-2/+5
* | net: add remoteFamily for socketJackson Tian2014-07-232-0/+4
* | tls: fix to send TLS Alert before socket destroyedShigeki Ohtsu2014-07-231-0/+63
* | child_process: do not access stderr when stdio set to 'ignore'cjihrig2014-07-231-0/+7
* | deps: update http_parser to 2.3.0Fedor Indutny2014-07-231-1/+1
* | cluster: include settings object in 'setup' eventRyan Graham2014-07-151-0/+60
* | cluster: allow multiple calls to setupMaster()Ryan Graham2014-07-152-0/+133