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-03-14src, test: fix up ObjectWrap, `make test-addons`Ben Noordhuis
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-03-12readline: consider newlines for cursor positionYazhong Liu
2014-03-11mdb_v8: update to latest versionBryan Cantrill
2014-03-11Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-03-11crypto: do not lowercase cipher/hash namesFedor Indutny
2014-03-11test: timers-ordering should be more preciseTimothy J Fontaine
2014-03-11buffer: fix typo in `SlowBuffer`Vladimir Kurchatkin
2014-03-11buffer: allow toString to accept Infinity for endBrian White
2014-03-05test: test sending a handle twiceBenoit Vallée
2014-03-04crypto: allow setting add'l authenticated dataBrian White
2014-03-04timer: don't reschedule timer bucket in a domainGreg Brail
2014-03-04src: domain should not replace nextTick functionTimothy J Fontaine
2014-03-02Merge remote-tracking branch 'origin/v0.10'Fedor Indutny
2014-02-28doc: document `beforeExit` and add more testsSam Roberts
2014-02-28src: emit 'beforeExit' event on process objectBen Noordhuis
2014-02-27test: update "http-*" tests to only use public APINathan Rajlich
2014-02-27test: add failing http `agent: null` testNathan Rajlich
2014-02-26test: add `agent: null` http client request testNathan Rajlich
2014-02-26http: invoke createConnection when no agentNathan Rajlich
2014-02-26test: fix async-listener-run-error-onceTrevor Norris
2014-02-26src: make stdout/sterr pipes blockingAlexis Campailla
2014-02-26test: remove invalid part of stream2-stderr-syncAlexis Campailla
2014-02-26test: internet/test-dns disable implicit ipv6Timothy J Fontaine
2014-02-25test: pummel/net-connect-econnrefused backoffTimothy J Fontaine
2014-02-25test: migrate pummel/keep-alive to wrkTimothy J Fontaine
2014-02-25assert: Ensure reflexivity of deepEqualMike Pennisi
2014-02-25test: pummel/*ci-reneg* handle EPIPETimothy J Fontaine
2014-02-25test: internet/test-dns handle ESERVFAILTimothy J Fontaine
2014-02-25test: move pummel/test-fs-largefile to disabledTimothy J Fontaine
2014-02-25test: pummel/test-net-throttle adhere to streamsTimothy J Fontaine
2014-02-25test: pummel fs-watch-file-slow handle spuriousTimothy J Fontaine
2014-02-25test: remove next-tick-loops-quickTimothy J Fontaine
2014-02-24test: backoff client connection ratesTimothy J Fontaine
2014-02-19http: avoid duplicate keys in writeHeadDavid Björklund
2014-02-19test: make test-net-error-twice less raceyTimothy J Fontaine
2014-02-18child_process: execFileSync stderr should inheritTimothy J Fontaine
2014-02-18net: add localPort to connect optionsTimothy J Fontaine
2014-02-18crypto: allow custom generator for DiffieHellmanBrian White
2014-02-18Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-02-18debugger: Fix breakpoint not showing after restartFarid Neshat
2014-02-18readline: fix `line` event, if input emit 'end'Yazhong Liu
2014-02-18repl: REPLServer inherits from readline.InterfaceYazhong Liu
2014-02-18zlib: introduce pending close stateFedor Indutny
2014-02-18tls: introduce asynchronous `newSession`Fedor Indutny
2014-02-16dgram: pass the bytes sent to the send callbackTimothy J Fontaine
2014-02-16test: fix tls-honorcipherorder slownessFedor Indutny
2014-02-14test: give repl-timeout-throw more time to runAlexis Campailla
2014-02-14test: increase timeout in readable stream testAlexis Campailla
2014-02-14test: fix assert in test-http-outgoing-finishAlexis Campailla