summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2012.12.21, Version 0.9.4 (Unstable)v0.9.4v0.9.4-releaseisaacs2012-12-213-2/+58
* doc: Nudge formatting to make json generator happyisaacs2012-12-211-4/+4
* Merge remote-tracking branch 'ry/v0.8'isaacs2012-12-211162-1830/+40380
|\
| * npm: upgrade to 1.1.70isaacs2012-12-211161-1803/+40338
| * blog: More streams2 wordsmithingisaacs2012-12-211-22/+22
| * blog: Update blog post re streams2isaacs2012-12-211-10/+25
* | Ease building with VS Express by checking in generated files.Scott Blomquist2012-12-218-12/+209
* | stdio: Do not read from stdout/errisaacs2012-12-214-18/+116
* | test: Fix simple/test-http-localaddressisaacs2012-12-212-0/+3
* | lintisaacs2012-12-212-8/+9
* | http: Trivial fix for comments and 'this.read'isaacs2012-12-211-3/+3
* | benchmark: Set ephemeral ports properly on sunosisaacs2012-12-212-5/+26
* | benchmark: Make http.sh more usefulisaacs2012-12-211-3/+20
* | benchmark: Support names in http-flamegraphisaacs2012-12-211-5/+7
* | streams: Speed up by doing less work in the state ctorsisaacs2012-12-212-25/+12
* | http: use IncomingMessage._dump() instead of resume()isaacs2012-12-211-48/+35
* | benchmark: Improve http-flamegraphisaacs2012-12-211-12/+22
* | openssl: enable optimized asm code on x86 and x64Bert Belder2012-12-201-27/+222
* | openssl: regenerate asm files for openssl 1.0.1Bert Belder2012-12-2068-10738/+47213
* | openssl: update makefile for asm files to work with openssl 1.0.1Bert Belder2012-12-201-0/+24
* | openssl: disable HT sidechannel attack mitigationBert Belder2012-12-202-4/+4
* | openssl: revert empty_OPENSSL_cpuid_setup.patchBert Belder2012-12-201-1/+1
* | openssl: make perlasm target pentium or newer for masm outputsBert Belder2012-12-201-1/+1
* | openssl: clean up and merge configuration filesBert Belder2012-12-2011-1385/+359
* | bench: report stats in benchmark/net-pipeBen Noordhuis2012-12-201-4/+23
* | Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis2012-12-206-19/+661
|\ \ | |/
| * http: pack response body buffer in first tcp packetBen Noordhuis2012-12-201-8/+71
| * bench: use res.end() for chunked encodingBen Noordhuis2012-12-202-10/+8
| * blog: post about streams2 featureisaacs2012-12-181-0/+579
| * doc: add Google+ French communityNicolas Chambrier2012-12-171-0/+2
| * install: fix openbsd man page locationBen Noordhuis2012-12-171-1/+1
| * http: bubble up parser errors to ClientRequestBrian White2012-12-162-29/+29
* | fs: add autoClose=true option to fs.createReadStreamFarid Neshat2012-12-203-4/+56
* | streams2: Process write buffer in a loop, not recursivelyisaacs2012-12-191-0/+43
* | net: Properly read buffer in Socket.bytesWrittenisaacs2012-12-191-0/+1
* | test-pummel: Add call validation in net-write-callbacksisaacs2012-12-192-23/+22
* | test: 2 resume() calls needed to flush streamsisaacs2012-12-192-0/+2
* | test: add TAP output to the test runnerTimothy J Fontaine2012-12-191-1/+27
* | benchmark: Add http-flamegraphisaacs2012-12-181-0/+79
* | node: remove idle gcBen Noordhuis2012-12-181-104/+0
* | node: s/-/_/ in add-on symbol nameBen Noordhuis2012-12-181-0/+7
* | deps: upgrade libuv to dc559a5Ben Noordhuis2012-12-181-1/+1
* | deps: upgrade libuv to b86ed94Fedor Indutny2012-12-1811-31/+65
* | net: Handle sync writable streams synchronouslyisaacs2012-12-173-5/+144
* | Revert "buffer: allocate memory with mmap()"isaacs2012-12-174-114/+5
* | typed arrays: fix missing type in SizeOfArrayElementForType()Dean McNamee2012-12-171-0/+1
* | typed arrays: re-export SizeOfArrayElementForType()Dean McNamee2012-12-172-22/+24
* | Revert "build: enable DEAD_CODE_STRIPPING on OS X"Fedor Indutny2012-12-171-3/+0
* | buffer: use MAP_ANON, fix OS X buildBen Noordhuis2012-12-171-1/+1
* | test: Fix test-https-localaddress*isaacs2012-12-162-0/+3