summaryrefslogtreecommitdiff
path: root/test/simple
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | test: fix regress-GH-1726Fedor Indutny2014-07-131-1/+1
* | child_process: copy spawnSync() cwd option to proper buffercjihrig2014-07-122-0/+32
* | doc: re-org child_process into async/syncRyan Graham2014-07-101-0/+49
* | test: Remove references to customFdsRyan Graham2014-07-103-31/+2
* | streams: set default hwm properly for DuplexAndrew Oppenlander2014-07-101-1/+5
* | net: reset `errorEmitted` on reconnectEd Umansky2014-07-031-0/+52
* | udp: make it possible to receive empty udp packetsAndrius Bentkus2014-07-024-3/+154
* | deps: cherry-pick eca441b2 from OpenSSLFedor Indutny2014-07-031-0/+31
* | tls: better error reporting at cert validationFedor Indutny2014-07-033-47/+59
* | net: don't emit listening if handle is closedEli Skeggs2014-07-021-0/+36
* | test: fix multiple_line problem in matchYazhong Liu2014-07-011-1/+4
* | stream: only end reading on null, not undefinedJonathan Reem2014-06-301-1/+1
* | node: fix #7841 by overlooking the spare sourcelineYazhong Liu2014-06-271-1/+8
* | buffer: construct new buffer from buffer toJSON() outputcjihrig2014-06-271-0/+10