summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-05-01Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-05-01buffer: normalize compare() outputTrevor Norris
2014-04-30stream: split `objectMode` for DuplexVladimir Kurchatkin
2014-04-30test: update test-dns.js after a60a9b0Timothy J Fontaine
2014-04-30child_process: fix assertion error in spawnSyncShigeki Ohtsu
2014-04-29crypto: improve error messagesIngmar Runge
2014-04-28buffer: add compare and equals methodsSean McArthur
2014-04-26util: format as Error if instanceof ErrorRod Vagg
2014-04-26vm: assign Environment to created contextDenys Zariaiev
2014-04-24http: add request.flush() methodBen Noordhuis
2014-04-18tls: `getPeerCertificate(detailed)`Fedor Indutny
2014-04-18tls: support OCSP on client and serverFedor Indutny
2014-04-15url: treat \ the same as /isaacs
2014-04-15events: check if _events is an own propertyVladimir Kurchatkin
2014-04-14fs: return blksize on stats objectTrevor Norris
2014-04-14child_process: fix deadlock when sending handlesFedor Indutny
2014-04-10buffer: 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-08http: do not emit EOF non-readable socketFedor Indutny
2014-04-02domain: 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-28http: 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-24http: 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-10mdb_v8: update to latest versionBryan Cantrill
2014-03-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-03-11crypto: do not lowercase cipher/hash namesFedor Indutny
2014-03-10test: timers-ordering should be more preciseTimothy J Fontaine
2014-03-10buffer: fix typo in `SlowBuffer`Vladimir Kurchatkin
2014-03-10buffer: 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-03timer: don't reschedule timer bucket in a domainGreg Brail
2014-03-03src: 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