summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/v0.10' into v0.11.13-releasev0.11.13v0.11.13-releaseTimothy J Fontaine2014-05-01113-117/+171
|\
| * npm: upgrade to v1.4.9isaacs2014-05-01113-117/+171
* | 2014.05.01, Version 0.11.13 (Unstable)Timothy J Fontaine2014-05-013-2/+71
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-05-012-0/+36
|\ \ | |/
| * Now working on 0.10.28Timothy J Fontaine2014-05-011-2/+2
| * Merge branch 'v0.10.27-release' into v0.10Timothy J Fontaine2014-05-013-2/+42
| |\
| | * 2014.05.01, Version 0.10.27 (Stable)v0.10.27v0.10.27-releaseTimothy J Fontaine2014-05-013-2/+42
| |/
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-05-01294-589/+1854
|\ \ | |/
| * npm: upgrade to v1.4.8isaacs2014-05-01257-487/+880
| * uv: update to v0.10.27Timothy J Fontaine2014-05-0115-27/+237
| * docs: add cautionary note to emitter.removeAllListenersForrest L Norvell2014-04-291-1/+3
| * deps: fix v8 link error with glibc < 2.17Ben Noordhuis2014-04-281-0/+6
| * util: format as Error if instanceof ErrorRod Vagg2014-04-263-2/+13
| * deps: make v8 use CLOCK_REALTIME_COARSEBen Noordhuis2014-04-241-4/+22
| * doc: fix missing link in net apiJulian Gruber2014-04-241-0/+1
| * doc: fix order in net apiJulian Gruber2014-04-241-2/+2
| * Revert "deps: backport b5135bbc from c-ares repo"Fedor Indutny2014-04-241-37/+41
| * npm: upgrade to 1.4.7isaacs2014-04-15247-335/+1136
| * url: treat \ the same as /isaacs2014-04-152-0/+32
| * child_process: fix deadlock when sending handlesFedor Indutny2014-04-142-1/+67
| * docs: fix links to streamsWilliam Bert2014-04-111-2/+2
| * src: use monotonic time for process.uptime()Timothy J Fontaine2014-04-101-7/+4
| * build: make sure changelog.html is generatedTimothy J Fontaine2014-04-081-1/+1
* | buffer: normalize compare() outputTrevor Norris2014-05-012-6/+18
* | deps: update uv to v0.11.25Fedor Indutny2014-05-0130-108/+294
* | stream: split `objectMode` for DuplexVladimir Kurchatkin2014-04-305-21/+140
* | test: update test-dns.js after a60a9b0Timothy J Fontaine2014-04-301-1/+3
* | child_process: fix assertion error in spawnSyncShigeki Ohtsu2014-04-302-0/+9
* | crypto: improve error messagesIngmar Runge2014-04-292-27/+28
* | crypto: fix a couple of VC++ warningsRasmus Christian Pedersen2014-04-293-4/+4
* | buffer: add compare and equals methodsSean McArthur2014-04-286-0/+164
* | vm: assign Environment to created contextDenys Zariaiev2014-04-264-1/+40
* | http: add request.flush() methodBen Noordhuis2014-04-243-0/+58
* | deps: provide TXT chunk info in c-aresFedor Indutny2014-04-244-6/+22
* | doc: tls: added path property to tls.connectFarrin Reid2014-04-241-0/+3
* | crypto: fix memory leak in CipherBase::FinalFedor Indutny2014-04-231-0/+1
* | crypto: work around OpenSSL oddnessFedor Indutny2014-04-221-5/+9
* | src: lint after OCSP commitsFedor Indutny2014-04-184-5/+5
* | tls: `getPeerCertificate(detailed)`Fedor Indutny2014-04-187-151/+287
* | tls: support OCSP on client and serverFedor Indutny2014-04-1819-145/+622
* | tls: set _connecting before starting the flowFedor Indutny2014-04-171-2/+8
* | events: check if _events is an own propertyVladimir Kurchatkin2014-04-152-1/+18
* | fs: return blksize on stats objectTrevor Norris2014-04-143-0/+8
* | net: deduplicate Socket.prototype.addressYazhong Liu2014-04-141-7/+1
* | net: bind to `::` TCP address by defaultFedor Indutny2014-04-141-5/+13
* | main: Handle SIGINT properly.Geir Hauge2014-04-121-6/+9
* | buffer: return uint if MSB is 1 in readUInt32goussardg2014-04-102-2/+25
* | buffer: truncate buffer after string decodeFedor Indutny2014-04-113-1/+49
* | test: remove vm-infinite-recursionFedor Indutny2014-04-111-30/+0
* | test: add `reuseAddr` in dgram-multicast...Fedor Indutny2014-04-101-1/+4