platform/upstream/nodejs.git
2012-12-15 isaacsMerge branch 'streams2'
2012-12-15 isaacstest: Update message tests for streams2
2012-12-15 isaacstest: Update simple/test-fs-{write,read}-stream-err...
2012-12-15 isaacsstreams2: Still emit error if there was a write() cb
2012-12-15 isaacstest updates for streams2
2012-12-15 isaacstest: Fix many tests for http streams2 refactor
2012-12-15 isaacshttp: Refactor for streams2
2012-12-14 isaacschild_process: Remove stream.pause/resume calls
2012-12-14 isaacstest updates
2012-12-14 isaacstty/stdin: Refactor for streams2
2012-12-14 isaacstest: Fix many tests for streams2 net refactor
2012-12-14 isaacsnet: Refactor to use streams2
2012-12-14 isaacsbenchmark: Add once() function to net-pipe benchmark...
2012-12-14 isaacsstreams2: Remove extraneous bufferSize setting
2012-12-14 isaacsdocs: streams2
2012-12-14 isaacsstreams2: Emit pause/resume events
2012-12-14 isaacsstreams2: Support a Readable hwm of 0
2012-12-14 isaacsstreams2: Writable only emit 'finish' once
2012-12-14 isaacsstreams2: Call read(0) on resume()
2012-12-14 isaacslint
2012-12-14 isaacstest: Sync writables may emit finish before callbacks
2012-12-14 isaacsstreams2: NextTick the emit('readable') in resume()
2012-12-14 isaacsstreams2: pause() should be immediate
2012-12-14 isaacsstreams2: Switch to old-mode immediately, not nextTick
2012-12-14 isaacsstreams2: Set readable=false on end
2012-12-14 isaacsdoc: Crypto streaming interface
2012-12-14 isaacstest: Tests for streaming crypto interfaces
2012-12-14 isaacscrypto: Streaming interface for Sign and Verify
2012-12-14 isaacscrypto: Streaming interface for cipher/decipher/iv
2012-12-14 isaacscrypto: Streaming api for Hmac
2012-12-14 isaacscrypto: Streaming interface for Hash
2012-12-14 isaacstest: Writable stream end() method doesn't take a callback
2012-12-14 isaacstest: simple/test-file-write-stream needs to use 0...
2012-12-14 isaacstest: Fix test-repl-autolibs inspect call
2012-12-14 isaacszlib: streams2
2012-12-14 isaacsfs: streams2
2012-12-14 isaacsstreams2: Unpipe on dest.emit('close')
2012-12-14 isaacsstreams2: Remove pipe if the dest emits error
2012-12-14 isaacsstreams2: Handle pipeChunkSize properly
2012-12-14 isaacsstreams2: Set 'readable' flag on Readable streams
2012-12-14 isaacsstreams2: Refactor out .once() usage from Readable...
2012-12-14 isaacsstreams2: Get rid of .once() usage in Readable.pipe
2012-12-14 isaacsstreams2: Remove function.bind() usage
2012-12-14 isaacsstreams2: Do multipipe without always using forEach
2012-12-14 isaacstest: Update stream2 transform for corrected behavior
2012-12-14 isaacsstreams2: Writable organization, add 'finishing' flag
2012-12-14 isaacsstreams2: Only emit 'readable' when needed
2012-12-14 isaacsstreams2: Set Readable lwm to 0 by default
2012-12-14 isaacsstreams2: Add high water mark for Readable
2012-12-14 isaacsstreams2: Export Readable/Writable State classes
2012-12-14 isaacsstreams2: Fix duplex no-half-open logic
2012-12-14 isaacsstreams2: Abstract out onread function
2012-12-14 isaacsstreams2: Use StringDecoder.end
2012-12-14 isaacsstreams2: flow() is not always bound to src
2012-12-14 isaacstest: fixture for streams2 testing
2012-12-14 isaacsstreams2: Fix regression from Duplex ctor assignment
2012-12-14 isaacstest: Writable bufferizing, non-bufferizing, and callbacks
2012-12-14 isaacsstreams2: Support write(chunk,[encoding],[callback])
2012-12-14 isaacsstreams2: Allow Writables to opt out of pre-buffer...
2012-12-14 isaacsstreams2: ctor guards on Stream classes
2012-12-14 isaacsstreams2: Tests of new interfaces
2012-12-14 isaacsstreams2: Handle immediate synthetic transforms properly
2012-12-14 isaacsstreams2: Correct drain/return logic
2012-12-14 isaacsstreams2: Allow 0 as a lowWaterMark value
2012-12-14 isaacstransform: Automatically read() on _write when read...
2012-12-14 isaacsstreams2: Make Transform streams pull-style
2012-12-14 isaacsstreams2: setEncoding and abstract out endReadable
2012-12-14 isaacsstreams2: Set flowing=true when flowing
2012-12-14 isaacsstreams2: Convert strings to buffers before passing...
2012-12-14 isaacsstreams2: The new stream base classes
2012-12-14 isaacsAdd 'stream' as a native module in repl
2012-12-14 isaacsmodule: Support cycles in native module requires
2012-12-14 isaacsDon't allow invalid encodings in StringDecoder class
2012-12-14 isaacsMerge remote-tracking branch 'ry/v0.8' into master
2012-12-13 isaacsblog: Post for 0.8.16
2012-12-13 isaacsNow working on 0.8.17
2012-12-13 isaacsMerge commit 'v0.8.16' into v0.8
2012-12-13 isaacs2012.12.13, Version 0.8.16 (Stable) v0.8.16
2012-12-13 Ben Noordhuisdeps: upgrade libuv to e079a99
2012-12-12 isaacsnpm: Upgrade to v1.1.69
2012-12-12 Ben Noordhuisfs: fix WriteStream fd leak
2012-12-12 Ben Noordhuisfs: fix ReadStream fd leak
2012-12-12 Ben Noordhuistest: add common.mustCall function
2012-12-11 isaacsdoc: Add nodejstr to community page
2012-12-10 Ryunosuke SATOevents: fix typos in code comment
2012-12-10 Ryunosuke SATOevents: setMaxListeners() should not have side effects
2012-12-10 Ryunosuke SATOevents: use assigned variable instead of arguments
2012-12-10 Ryunosuke SATOevents: use null assignment instead of deleting property
2012-12-08 Bert Belderhttp: protect against response splitting attacks
2012-12-08 isaacslint
2012-12-08 isaacsfs: Raise error when null bytes detected in paths
2012-12-06 Ben Noordhuisdoc: remove broken require.extensions example
2012-12-06 Ben Noordhuistls, https: add tls handshake timeout
2012-12-06 Ben Noordhuisprocess: add getgroups(), setgroups(), initgroups()
2012-12-06 Ben Noordhuisbuffer: remove unused #includes
2012-12-05 Ben Noordhuistest: remove simple/test-child-process-fork2
2012-12-05 Shigeki Ohtsutest: fix simple/test-debug-brk-file race condition
2012-12-04 Ben Noordhuisfs: add long stacktrace debugging facility
2012-12-04 Ben Noordhuisfs: fix 'object is not a function' callback errors
2012-12-03 Bert Belderos: throw when os.networkInterfaces() fails
next