platform/upstream/nodejs.git
2012-12-21 isaacsMerge remote-tracking branch 'ry/v0.8'
2012-12-21 Scott BlomquistEase building with VS Express by checking in generated...
2012-12-21 isaacsstdio: Do not read from stdout/err
2012-12-21 isaacstest: Fix simple/test-http-localaddress
2012-12-21 isaacslint
2012-12-21 isaacshttp: Trivial fix for comments and 'this.read'
2012-12-21 isaacsnpm: upgrade to 1.1.70
2012-12-21 isaacsblog: More streams2 wordsmithing
2012-12-21 isaacsblog: Update blog post re streams2
2012-12-21 isaacsbenchmark: Set ephemeral ports properly on sunos
2012-12-21 isaacsbenchmark: Make http.sh more useful
2012-12-21 isaacsbenchmark: Support names in http-flamegraph
2012-12-21 isaacsstreams: Speed up by doing less work in the state ctors
2012-12-21 isaacshttp: use IncomingMessage._dump() instead of resume()
2012-12-21 isaacsbenchmark: Improve http-flamegraph
2012-12-20 Bert Belderopenssl: enable optimized asm code on x86 and x64
2012-12-20 Bert Belderopenssl: regenerate asm files for openssl 1.0.1
2012-12-20 Bert Belderopenssl: update makefile for asm files to work with...
2012-12-20 Bert Belderopenssl: disable HT sidechannel attack mitigation
2012-12-20 Bert Belderopenssl: revert empty_OPENSSL_cpuid_setup.patch
2012-12-20 Bert Belderopenssl: make perlasm target pentium or newer for masm...
2012-12-20 Bert Belderopenssl: clean up and merge configuration files
2012-12-20 Ben Noordhuisbench: report stats in benchmark/net-pipe
2012-12-20 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2012-12-20 Ben Noordhuishttp: pack response body buffer in first tcp packet
2012-12-20 Ben Noordhuisbench: use res.end() for chunked encoding
2012-12-20 Farid Neshatfs: add autoClose=true option to fs.createReadStream
2012-12-19 isaacsstreams2: Process write buffer in a loop, not recursively
2012-12-19 isaacsnet: Properly read buffer in Socket.bytesWritten
2012-12-19 isaacstest-pummel: Add call validation in net-write-callbacks
2012-12-19 isaacstest: 2 resume() calls needed to flush streams
2012-12-19 Timothy J Fontainetest: add TAP output to the test runner
2012-12-18 isaacsbenchmark: Add http-flamegraph
2012-12-18 isaacsblog: post about streams2 feature
2012-12-18 Ben Noordhuisnode: remove idle gc
2012-12-18 Ben Noordhuisnode: s/-/_/ in add-on symbol name
2012-12-18 Ben Noordhuisdeps: upgrade libuv to dc559a5
2012-12-18 Fedor Indutnydeps: upgrade libuv to b86ed94
2012-12-17 isaacsnet: Handle sync writable streams synchronously
2012-12-17 isaacsRevert "buffer: allocate memory with mmap()"
2012-12-17 Dean McNameetyped arrays: fix missing type in SizeOfArrayElementFor...
2012-12-17 Dean McNameetyped arrays: re-export SizeOfArrayElementForType()
2012-12-17 Nicolas Chambrierdoc: add Google+ French community
2012-12-17 Fedor IndutnyRevert "build: enable DEAD_CODE_STRIPPING on OS X"
2012-12-17 Ben Noordhuisinstall: fix openbsd man page location
2012-12-17 Ben Noordhuisbuffer: use MAP_ANON, fix OS X build
2012-12-16 isaacstest: Fix test-https-localaddress*
2012-12-16 Brian Whitehttp: bubble up parser errors to ClientRequest
2012-12-16 Ben Noordhuisbuffer: allocate memory with mmap()
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
next