projects
/
platform
/
upstream
/
nodejs.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/nodejs.git
2012-12-20
Ben Noordhuis
Merge remote-tracking branch 'origin/v0.8'
commit
|
commitdiff
|
tree
|
snapshot
2012-12-20
Ben Noordhuis
http: pack response body buffer in first tcp packet
commit
|
commitdiff
|
tree
|
snapshot
2012-12-20
Ben Noordhuis
bench: use res.end() for chunked encoding
commit
|
commitdiff
|
tree
|
snapshot
2012-12-20
Farid Neshat
fs: add autoClose=true option to fs.createReadStream
commit
|
commitdiff
|
tree
|
snapshot
2012-12-19
isaacs
streams2: Process write buffer in a loop, not recursively
commit
|
commitdiff
|
tree
|
snapshot
2012-12-19
isaacs
net: Properly read buffer in Socket.bytesWritten
commit
|
commitdiff
|
tree
|
snapshot
2012-12-19
isaacs
test-pummel: Add call validation in net-write-callbacks
commit
|
commitdiff
|
tree
|
snapshot
2012-12-19
isaacs
test: 2 resume() calls needed to flush streams
commit
|
commitdiff
|
tree
|
snapshot
2012-12-19
Timothy J Fontaine
test: add TAP output to the test runner
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
isaacs
benchmark: Add http-flamegraph
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
isaacs
blog: post about streams2 feature
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Ben Noordhuis
node: remove idle gc
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Ben Noordhuis
node: s/-/_/ in add-on symbol name
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Ben Noordhuis
deps: upgrade libuv to dc559a5
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Fedor Indutny
deps: upgrade libuv to b86ed94
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
isaacs
net: Handle sync writable streams synchronously
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
isaacs
Revert "buffer: allocate memory with mmap()"
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Dean McNamee
typed arrays: fix missing type in SizeOfArrayElementFor...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Dean McNamee
typed arrays: re-export SizeOfArrayElementForType()
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Nicolas Chambrier
doc: add Google+ French community
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Fedor Indutny
Revert "build: enable DEAD_CODE_STRIPPING on OS X"
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Ben Noordhuis
install: fix openbsd man page location
commit
|
commitdiff
|
tree
|
snapshot
2012-12-17
Ben Noordhuis
buffer: use MAP_ANON, fix OS X build
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
isaacs
test: Fix test-https-localaddress*
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Brian White
http: bubble up parser errors to ClientRequest
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Ben Noordhuis
buffer: allocate memory with mmap()
commit
|
commitdiff
|
tree
|
snapshot
2012-12-15
isaacs
Merge branch 'streams2'
commit
|
commitdiff
|
tree
|
snapshot
2012-12-15
isaacs
test: Update message tests for streams2
commit
|
commitdiff
|
tree
|
snapshot
2012-12-15
isaacs
test: Update simple/test-fs-{write,read}-stream-err...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-15
isaacs
streams2: Still emit error if there was a write() cb
commit
|
commitdiff
|
tree
|
snapshot
2012-12-15
isaacs
test updates for streams2
commit
|
commitdiff
|
tree
|
snapshot
2012-12-15
isaacs
test: Fix many tests for http streams2 refactor
commit
|
commitdiff
|
tree
|
snapshot
2012-12-15
isaacs
http: Refactor for streams2
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
child_process: Remove stream.pause/resume calls
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
test updates
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
tty/stdin: Refactor for streams2
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
test: Fix many tests for streams2 net refactor
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
net: Refactor to use streams2
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
benchmark: Add once() function to net-pipe benchmark...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Remove extraneous bufferSize setting
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
docs: streams2
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Emit pause/resume events
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Support a Readable hwm of 0
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Writable only emit 'finish' once
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Call read(0) on resume()
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
lint
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
test: Sync writables may emit finish before callbacks
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: NextTick the emit('readable') in resume()
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: pause() should be immediate
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Switch to old-mode immediately, not nextTick
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Set readable=false on end
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
doc: Crypto streaming interface
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
test: Tests for streaming crypto interfaces
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
crypto: Streaming interface for Sign and Verify
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
crypto: Streaming interface for cipher/decipher/iv
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
crypto: Streaming api for Hmac
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
crypto: Streaming interface for Hash
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
test: Writable stream end() method doesn't take a callback
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
test: simple/test-file-write-stream needs to use 0...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
test: Fix test-repl-autolibs inspect call
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
zlib: streams2
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
fs: streams2
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Unpipe on dest.emit('close')
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Remove pipe if the dest emits error
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Handle pipeChunkSize properly
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Set 'readable' flag on Readable streams
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Refactor out .once() usage from Readable...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Get rid of .once() usage in Readable.pipe
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Remove function.bind() usage
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Do multipipe without always using forEach
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
test: Update stream2 transform for corrected behavior
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Writable organization, add 'finishing' flag
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Only emit 'readable' when needed
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Set Readable lwm to 0 by default
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Add high water mark for Readable
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Export Readable/Writable State classes
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Fix duplex no-half-open logic
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Abstract out onread function
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Use StringDecoder.end
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: flow() is not always bound to src
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
test: fixture for streams2 testing
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Fix regression from Duplex ctor assignment
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
test: Writable bufferizing, non-bufferizing, and callbacks
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Support write(chunk,[encoding],[callback])
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Allow Writables to opt out of pre-buffer...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: ctor guards on Stream classes
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Tests of new interfaces
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Handle immediate synthetic transforms properly
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Correct drain/return logic
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Allow 0 as a lowWaterMark value
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
transform: Automatically read() on _write when read...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Make Transform streams pull-style
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: setEncoding and abstract out endReadable
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Set flowing=true when flowing
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: Convert strings to buffers before passing...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
streams2: The new stream base classes
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
Add 'stream' as a native module in repl
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
module: Support cycles in native module requires
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
Don't allow invalid encodings in StringDecoder class
commit
|
commitdiff
|
tree
|
snapshot
2012-12-14
isaacs
Merge remote-tracking branch 'ry/v0.8' into master
commit
|
commitdiff
|
tree
|
snapshot
next