summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* child_process: js bits for spawnSync/execSyncexecSync-wipTimothy J Fontaine2014-02-104-0/+304
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-02-101-0/+53
|\
| * net: do not re-emit stream errorsFedor Indutny2014-02-101-0/+50
* | process: allow changing `exitCode` in `on('exit')`Fedor Indutny2014-02-091-0/+11
* | dns: validate arguments in resolverKenan Sulayman2014-02-091-0/+28
* | dns: verify argument is valid function in resolveKenan Sulayman2014-02-091-0/+10
* | test: fix test-http-pipeline-floodAlexis Campailla2014-02-091-6/+5
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-02-081-0/+23
|\ \ | |/
| * Revert "dns: validate arguments in resolve"Fedor Indutny2014-02-081-27/+0
| * dns: validate arguments in resolveKenan Sulayman2014-02-081-0/+27
| * fs: make unwatchFile() insensitive to pathiamdoron2014-02-061-0/+23
| * node: do not ever close stdioFedor Indutny2014-01-302-1/+42
* | vm: don't copy Proxy object from parent contextBen Noordhuis2014-02-063-0/+86
* | test: don't compute knownGlobals lazilyBen Noordhuis2014-02-062-62/+90
* | util: show meaningful values for boxed primitivesNathan Rajlich2014-02-061-0/+22
* | node: do not print SyntaxError hints to stderrFedor Indutny2014-02-065-9/+49
* | src: move AsyncListener from process to tracingTrevor Norris2014-02-0519-50/+69
* | src: add v8.getHeapStatistics() functionBen Noordhuis2014-02-051-0/+36
* | src: add tracing.v8.on('gc') statistics hooksBen Noordhuis2014-02-051-0/+53
* | tls: more session configuration options, methodsFedor Indutny2014-02-051-0/+95
* | contextify: handle infinite recursion errorsFedor Indutny2014-02-051-0/+30
* | test: fix test-tcp-wrap-listenAlexis Campailla2014-02-041-1/+1
* | zlib: separate sync/async methodsFedor Indutny2014-02-041-4/+4
* | tls: fix crash in SNICallbackFedor Indutny2014-02-041-14/+55
* | zlib: add sync versions for convenience methodsNikolai Vavilov2014-02-011-1/+15
* | test: delete invalid http testAlexis Campailla2014-01-301-61/+0
* | node: do not ever close stdioFedor Indutny2014-01-292-1/+42
* | stream_wrap: use `uv_try_write` where possibleFedor Indutny2014-01-291-2/+7
* | test: use logical and not or in abort-fatal-errorTimothy J Fontaine2014-01-271-1/+1
* | test: make abort-fatal-error more robustTimothy J Fontaine2014-01-271-2/+13
* | test: fix test-net-listen-fd0 for pipesTimothy J Fontaine2014-01-271-3/+7
* | crypto: honor default ciphers in client modeJacob Hoffman-Andrews2014-01-282-7/+48
* | test: race condition in test-cluster-disconnectAlexis Campailla2014-01-271-2/+2
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-01-273-0/+49
|\ \ | |/
| * net: make Socket destroy() re-entrance safeJun Ma2014-01-271-0/+33
| * crypto: throw on SignFinal failureFedor Indutny2014-01-261-0/+13
| * net: reset `endEmitted` on reconnectFedor Indutny2014-01-251-0/+3
* | crypto: clear error in GetPeerCertificateFedor Indutny2014-01-266-1/+116
* | http: do not emit EOF non-readable socketFedor Indutny2014-01-251-0/+80
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-01-242-11/+21
|\ \ | |/
| * test: fix http-incoming-pipelined-socket-destroyAlexis Campailla2014-01-231-7/+15
| * test: fix http-many-ended-pipelines server closeAlexis Campailla2014-01-231-4/+6
* | tls_wrap: propagate errors to write callbacksFedor Indutny2014-01-241-1/+1
* | tls: emit `clientError` on early socket closeFedor Indutny2014-01-241-0/+94
* | tls: process accumulated inputFedor Indutny2014-01-231-0/+72
* | test: fix array sorting bugBen Noordhuis2014-01-221-1/+4
* | crypto: support custom pbkdf2 digest methodsBen Noordhuis2014-01-221-0/+13
* | node: only run same AL once on errorTrevor Norris2014-01-211-0/+55
* | crypto: add newline to cert and key if not presentFedor Indutny2014-01-221-0/+71
* | addons: build and test examplesFedor Indutny2014-01-226-19/+54