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-04-18tls: support OCSP on client and serverFedor Indutny
2014-04-16events: check if _events is an own propertyVladimir Kurchatkin
2014-04-15fs: return blksize on stats objectTrevor Norris
2014-04-11buffer: return uint if MSB is 1 in readUInt32goussardg
2014-04-11buffer: truncate buffer after string decodeFedor Indutny
2014-04-11test: remove vm-infinite-recursionFedor Indutny
2014-04-10test: add `reuseAddr` in dgram-multicast...Fedor Indutny
2014-04-10dgram: introduce `reuseAddr` optionFedor Indutny
2014-04-08test: fix test-cryptoFedor Indutny
2014-04-03domain: don't crash on "throw null"Alex Kocharin
2014-04-02node: add signature to SET_PROTOTYPE_METHODC. Scott Ananian
2014-04-02src: fix up after v8 upgradeBen Noordhuis
2014-04-01test: make test-smalloc endian awareAndrew Low
2014-03-29crypto: move `createCredentials` to tlsFedor Indutny
2014-03-29http: better client "protocol not supported" errorNathan Rajlich
2014-03-27tls: do not call SNICallback unless presentFedor Indutny
2014-03-27tls: force readable/writable to `true`Fedor Indutny
2014-03-25http: use defaultAgent.protocol in protocol checkNathan Rajlich
2014-03-21vm: share security token between contextsFedor Indutny
2014-03-17test: update our branched weakref to v8 3.24Timothy J Fontaine
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