Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-01-29stream_wrap: use `uv_try_write` where possibleFedor Indutny
2014-01-28test: use logical and not or in abort-fatal-errorTimothy J Fontaine
2014-01-28test: make abort-fatal-error more robustTimothy J Fontaine
2014-01-28test: fix test-net-listen-fd0 for pipesTimothy J Fontaine
2014-01-28crypto: honor default ciphers in client modeJacob Hoffman-Andrews
2014-01-27test: race condition in test-cluster-disconnectAlexis Campailla
2014-01-27Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-01-27net: make Socket destroy() re-entrance safeJun Ma
2014-01-26crypto: throw on SignFinal failureFedor Indutny
2014-01-26crypto: clear error in GetPeerCertificateFedor Indutny
2014-01-26net: reset `endEmitted` on reconnectFedor Indutny
2014-01-26http: do not emit EOF non-readable socketFedor Indutny
2014-01-25Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-01-24tls_wrap: propagate errors to write callbacksFedor Indutny
2014-01-24tls: emit `clientError` on early socket closeFedor Indutny
2014-01-24test: fix http-incoming-pipelined-socket-destroyAlexis Campailla
2014-01-24test: fix http-many-ended-pipelines server closeAlexis Campailla
2014-01-23tls: process accumulated inputFedor Indutny
2014-01-22test: fix array sorting bugBen Noordhuis
2014-01-22crypto: support custom pbkdf2 digest methodsBen Noordhuis
2014-01-22node: only run same AL once on errorTrevor Norris
2014-01-22crypto: add newline to cert and key if not presentFedor Indutny
2014-01-22addons: build and test examplesFedor Indutny
2014-01-21text: give more time to test-next-tick-error-spinAlexis Campailla
2014-01-21test: give test-net-GH-5504 more time to runAlexis Campailla
2014-01-21node: ensure same AL inst only runs onceTrevor Norris
2014-01-21async_wrap/timers: remove Add/RemoveAsyncListenerTrevor Norris
2014-01-20test: relax timing in test-http-exit-delayAlexis Campailla
2014-01-20test: debug-signal-cluster increase timeoutsAlexis Campailla
2014-01-20debug client: connect after child is readyAlexis Campailla
2014-01-20test: move debugger repl into own sectionTimothy J Fontaine
2014-01-20test: refactor to use common testcfgTimothy J Fontaine
2014-01-20test: ignore tests when built without OpenSSL CLIFedor Indutny
2014-01-20lib: introduce `.setMaxSendFragment(size)`Fedor Indutny
2014-01-17tls: make cert/pfx optional in tls.createServer()Ben Noordhuis
2014-01-17tls: show human-readable error messagesBen Noordhuis
2014-01-16Merge remote-tracking branch 'origin/v0.10'Trevor Norris
2014-01-16domains: exit() only affects active domainsRyan Graham
2014-01-14test: terminate gracefully in cluster-net-sendAlexis Campailla
2014-01-14Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-01-14test: close debug client in test-debugger-clientAlexis Campailla
2014-01-13http: concatenate duplicate headers by defaultAlex Kocharin
2014-01-11util: handle escaped forward slashes correctlyTom Gallacher
2014-01-10domain: fix off-by-one in Domain.exit()Ryan Graham
2014-01-10test: check RR scheduler has necessary methodsJeff Barczewski
2014-01-10src: OnFatalError handler must abort()Timothy J Fontaine
2014-01-09child_process: better error reporting for execFedor Indutny
2014-01-05stream: writes may return false but forget to emit drainayanamist
2014-01-04node: properly check uid when adding AsyncListenerTrevor Norris
2014-01-04node: change AsyncListener APITrevor Norris