platform/upstream/nodejs.git
2012-12-29 isaacsdomain: use camelCase instead of snake_case
2012-12-29 isaacsdomain: Do not use uncaughtException handler
2012-12-28 Ben Noordhuisfs: make 'end' work with ReadStream without 'start'
2012-12-28 Ben Noordhuisfs: remove fs.sendfile()
2012-12-28 Ryunosuke SATOhttps: optimize https.createConnection()
2012-12-28 Ben Noordhuisbuffer: speed up base64 encoding by 20%
2012-12-28 Luke ArduiniColorize API stabilitity index headers in docs
2012-12-28 bentabernet: socket.readyState corrections
2012-12-28 Ryunosuke SATOstream: speed up instantiation of readable stream
2012-12-28 Ryunosuke SATOdomain: speed up domain.create
2012-12-27 Ryunosuke SATOhttp: remove unused variable
2012-12-27 isaacsbuild: Add hyphen to custom build tags
2012-12-26 isaacshttp: Handle end only when stream is not dumped
2012-12-26 Ryunosuke SATOrepl: remove 'repl' from automatic loading libs
2012-12-26 Ryunosuke SATOrepl: add 'domain' to automatic loading libs
2012-12-26 Shigeki Ohtsustream2: fix to emit end event on http.ClientResponse
2012-12-26 Andreas Madsendoc: document the finish event
2012-12-26 Andreas Madsenstream: do only fake drain when unpiped stream is the...
2012-12-26 Andreas Madsenstream: fix event handler leak in readstream pipe and...
2012-12-26 Ryunosuke SATOutil: fix deprecation message in `util.pump`
2012-12-25 Ben Noordhuistest: add regression test for #4463
2012-12-25 Ben Tabernet: allow socket end before connect
2012-12-24 Ben Noordhuisopenssl: clean up openssl.gyp
2012-12-21 Maciej Małeckibuild: allow to specify custom tags
2012-12-21 isaacsNow working on 0.9.5
2012-12-21 isaacsMerge branch 'v0.9.4-release'
2012-12-21 isaacs2012.12.21, Version 0.9.4 (Unstable) v0.9.4
2012-12-21 Nathan Rajlichrepl: don't touch `require.cache`
2012-12-21 isaacsdoc: Nudge formatting to make json generator happy
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()
next