summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | buffer: allocate memory with mmap()Ben Noordhuis2012-12-164-5/+114
* | Merge branch 'streams2'isaacs2012-12-1589-1013/+4403
|\ \
| * | test: Update message tests for streams2isaacs2012-12-142-14/+18
| * | test: Update simple/test-fs-{write,read}-stream-err for streams2isaacs2012-12-142-31/+65
| * | streams2: Still emit error if there was a write() cbisaacs2012-12-141-2/+4
| * | test updates for streams2isaacs2012-12-1421-17/+43
| * | test: Fix many tests for http streams2 refactorisaacs2012-12-145-3/+15
| * | http: Refactor for streams2isaacs2012-12-141-70/+64
| * | child_process: Remove stream.pause/resume callsisaacs2012-12-141-3/+0
| * | test updatesisaacs2012-12-143-11/+28
| * | tty/stdin: Refactor for streams2isaacs2012-12-142-29/+43
| * | test: Fix many tests for streams2 net refactorisaacs2012-12-1418-29/+165
| * | net: Refactor to use streams2isaacs2012-12-141-218/+252
| * | benchmark: Add once() function to net-pipe benchmark fixtureisaacs2012-12-141-1/+1
| * | streams2: Remove extraneous bufferSize settingisaacs2012-12-141-3/+0
| * | docs: streams2isaacs2012-12-141-95/+394
| * | streams2: Emit pause/resume eventsisaacs2012-12-141-0/+4
| * | streams2: Support a Readable hwm of 0isaacs2012-12-141-6/+11
| * | streams2: Writable only emit 'finish' onceisaacs2012-12-141-2/+3
| * | streams2: Call read(0) on resume()isaacs2012-12-142-1/+4
| * | lintisaacs2012-12-141-2/+2
| * | test: Sync writables may emit finish before callbacksisaacs2012-12-141-3/+9
| * | streams2: NextTick the emit('readable') in resume()isaacs2012-12-141-1/+4
| * | streams2: pause() should be immediateisaacs2012-12-142-7/+7
| * | streams2: Switch to old-mode immediately, not nextTickisaacs2012-12-142-4/+6
| * | streams2: Set readable=false on endisaacs2012-12-141-0/+1
| * | doc: Crypto streaming interfaceisaacs2012-12-141-9/+42
| * | test: Tests for streaming crypto interfacesisaacs2012-12-141-2/+54
| * | crypto: Streaming interface for Sign and Verifyisaacs2012-12-141-5/+15
| * | crypto: Streaming interface for cipher/decipher/ivisaacs2012-12-141-4/+32
| * | crypto: Streaming api for Hmacisaacs2012-12-142-1/+10
| * | crypto: Streaming interface for Hashisaacs2012-12-142-1/+32
| * | test: Writable stream end() method doesn't take a callbackisaacs2012-12-141-1/+2
| * | test: simple/test-file-write-stream needs to use 0 lowWaterMarkisaacs2012-12-141-1/+1
| * | test: Fix test-repl-autolibs inspect callisaacs2012-12-141-1/+2
| * | zlib: streams2isaacs2012-12-144-167/+104
| * | fs: streams2isaacs2012-12-144-313/+189
| * | streams2: Unpipe on dest.emit('close')isaacs2012-12-131-1/+12
| * | streams2: Remove pipe if the dest emits errorisaacs2012-12-132-0/+113
| * | streams2: Handle pipeChunkSize properlyisaacs2012-12-131-19/+26
| * | streams2: Set 'readable' flag on Readable streamsisaacs2012-12-131-0/+4
| * | streams2: Refactor out .once() usage from Readable.pipe()isaacs2012-12-131-10/+29
| * | streams2: Get rid of .once() usage in Readable.pipeisaacs2012-12-131-10/+29
| * | streams2: Remove function.bind() usageisaacs2012-12-133-51/+72
| * | streams2: Do multipipe without always using forEachisaacs2012-12-132-22/+86
| * | test: Update stream2 transform for corrected behaviorisaacs2012-12-131-9/+14
| * | streams2: Writable organization, add 'finishing' flagisaacs2012-12-131-69/+130
| * | streams2: Only emit 'readable' when neededisaacs2012-12-131-4/+15
| * | streams2: Set Readable lwm to 0 by defaultisaacs2012-12-131-1/+1
| * | streams2: Add high water mark for Readableisaacs2012-12-132-5/+33