summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* buffer: normalize compare() outputbuf-compare-normalizeTrevor Norris2014-04-301-4/+4
* stream: split `objectMode` for DuplexVladimir Kurchatkin2014-04-302-0/+120
* test: update test-dns.js after a60a9b0Timothy J Fontaine2014-04-301-1/+3
* child_process: fix assertion error in spawnSyncShigeki Ohtsu2014-04-301-0/+4
* crypto: improve error messagesIngmar Runge2014-04-291-5/+7
* buffer: add compare and equals methodsSean McArthur2014-04-281-0/+45
* vm: assign Environment to created contextDenys Zariaiev2014-04-261-0/+30
* http: add request.flush() methodBen Noordhuis2014-04-241-0/+37
* tls: `getPeerCertificate(detailed)`Fedor Indutny2014-04-181-5/+17
* tls: support OCSP on client and serverFedor Indutny2014-04-189-59/+179
* events: check if _events is an own propertyVladimir Kurchatkin2014-04-151-0/+14
* fs: return blksize on stats objectTrevor Norris2014-04-141-0/+5
* buffer: return uint if MSB is 1 in readUInt32goussardg2014-04-101-0/+23
* buffer: truncate buffer after string decodeFedor Indutny2014-04-111-0/+11
* test: remove vm-infinite-recursionFedor Indutny2014-04-111-30/+0
* test: add `reuseAddr` in dgram-multicast...Fedor Indutny2014-04-101-1/+4
* dgram: introduce `reuseAddr` optionFedor Indutny2014-04-101-2/+8
* test: fix test-cryptoFedor Indutny2014-04-081-1/+2
* domain: don't crash on "throw null"Alex Kocharin2014-04-021-0/+15
* node: add signature to SET_PROTOTYPE_METHODC. Scott Ananian2014-04-025-0/+66
* src: fix up after v8 upgradeBen Noordhuis2014-04-021-1/+1
* test: make test-smalloc endian awareAndrew Low2014-04-011-2/+8
* crypto: move `createCredentials` to tlsFedor Indutny2014-03-299-36/+43
* http: better client "protocol not supported" errorNathan Rajlich2014-03-281-6/+6
* tls: do not call SNICallback unless presentFedor Indutny2014-03-271-0/+1
* tls: force readable/writable to `true`Fedor Indutny2014-03-271-0/+2
* http: use defaultAgent.protocol in protocol checkNathan Rajlich2014-03-241-0/+50
* vm: share security token between contextsFedor Indutny2014-03-211-0/+30
* test: update our branched weakref to v8 3.24Timothy J Fontaine2014-03-171-31/+27
* src, test: fix up ObjectWrap, `make test-addons`Ben Noordhuis2014-03-142-5/+10
* src: update to v8 3.24 APIsFedor Indutny2014-03-132-2/+2
* readline: consider newlines for cursor positionYazhong Liu2014-03-121-0/+26
* mdb_v8: update to latest versionBryan Cantrill2014-03-102-3/+19
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-03-104-0/+163
|\
| * crypto: do not lowercase cipher/hash namesFedor Indutny2014-03-111-0/+2
| * test: test sending a handle twiceBenoit Vallée2014-03-051-0/+56
| * timer: don't reschedule timer bucket in a domainGreg Brail2014-03-031-0/+76
| * src: domain should not replace nextTick functionTimothy J Fontaine2014-03-032-0/+31
* | test: timers-ordering should be more preciseTimothy J Fontaine2014-03-101-2/+4
* | buffer: fix typo in `SlowBuffer`Vladimir Kurchatkin2014-03-101-0/+10
* | buffer: allow toString to accept Infinity for endBrian White2014-03-101-0/+7
* | crypto: allow setting add'l authenticated dataBrian White2014-03-041-4/+14
* | Merge remote-tracking branch 'origin/v0.10'Fedor Indutny2014-03-022-0/+52
|\ \ | |/
| * test: add `agent: null` http client request testNathan Rajlich2014-02-261-0/+47
| * http: invoke createConnection when no agentNathan Rajlich2014-02-261-0/+47
| * assert: Ensure reflexivity of deepEqualMike Pennisi2014-02-251-0/+5
| * test: make test-net-error-twice less raceyTimothy J Fontaine2014-02-181-2/+5
* | doc: document `beforeExit` and add more testsSam Roberts2014-02-282-0/+90
* | src: emit 'beforeExit' event on process objectBen Noordhuis2014-02-282-0/+63
* | test: update "http-*" tests to only use public APINathan Rajlich2014-02-263-6/+12