platform/upstream/nodejs.git
2013-01-11 Andreas Madsenpath: fix bugs related to paths with trailing slashes
2013-01-11 Nathan Rajlichconfigure: define "arm_fpu" and "arm_neon" for ARM
2013-01-11 yangguo@chromium.orgv8: Hardfloat does not imply VFPv3, only VFPv2.
2013-01-10 isaacshttp: Don't switch the socket into old-mode
2013-01-10 isaacshttp: Use stream.push() instead of touching _readableState
2013-01-10 isaacsnet: Use readable.push() instead of private methods
2013-01-10 isaacsstream: Use push() for Transform._output()
2013-01-10 isaacsstream: Use push() for readable.wrap()
2013-01-10 isaacsstream: Add readable.push(chunk) method
2013-01-10 Ben Noordhuistest: run tests in alphabetical order
2013-01-09 Dean McNameetyped arrays: implement load and store swizzling
2013-01-09 Dean McNameetyped arrays: swizzle with compiler intrinsics
2013-01-09 Ben Noordhuistyped arrays: undo local changes
2013-01-09 Shigeki Ohtsustream: fix typo
2013-01-08 isaacsstream: Override addListener as well as on
2013-01-08 Fedor Indutnystreams: set listener first, emit 'data' later
2013-01-08 Tim Bradshawdoc: os.cpus() returns times in milliseconds
2013-01-08 Dean McNameetyped arrays: don't declare as module
2013-01-08 Dean McNameetyped arrays: replace switch with templates
2013-01-08 Shigeki Ohtsunet: fix bufferSize include writableStream length
2013-01-08 Mike Harschbuild: fail w/err msg when missing binutils
2013-01-07 isaacsdtrace: More style
2013-01-07 isaacsdtrace: Make D style more D-ish
2013-01-07 Fedor Indutnydtrace: x64 ustack helper
2013-01-07 Fedor Indutnydtrace: fix style in ustack helper
2013-01-07 isaacsdtrace: SeqAsciiString was renamed to SeqOneByteString...
2013-01-07 Ben Noordhuissrc: pass node_isolate to Undefined()
2013-01-07 Ben Noordhuissrc: pass node_isolate to Null()
2013-01-07 Ben Noordhuissrc: pass node_isolate to True() and False()
2013-01-07 Ben Noordhuissrc: pass node_isolate to Local<>::New
2013-01-07 Ben Noordhuissrc: pass node_isolate to Integer::New
2013-01-07 Ben Noordhuissrc: pass node_isolate to String::Empty
2013-01-07 Ben Noordhuissrc: make node_isolate global
2013-01-07 isaacschild_process: Pull through untouched stdio streams
2013-01-07 isaacsstream: Clean up more effectively in pipe()
2013-01-07 Maciej Małeckichild_process: don't `resume()` created socket
2013-01-07 Dean McNameenode: move symbol caching to Load()
2013-01-07 Ben Noordhuistest: fix simple/test-http-client-timeout-with-data
2013-01-07 Ben Noordhuistest: put tty in blocking mode after test
2013-01-07 Ben Noordhuistest: disable simple/test-debug-brk-file
2013-01-06 Bradley Meckchild_process: make fork() execPath configurable
2013-01-05 James Hightnet: add localAddress and localPort to Socket
2013-01-04 Ben Noordhuissrc: use static_cast where appropriate
2013-01-04 Shigeki Ohtsufs: remove unused default option in WriteStream
2013-01-04 Shigeki Ohtsufs: pool size coincide with ReadStream bufferSize
2013-01-04 Ben Noordhuisv8: remove optimization switches
2013-01-04 Fedor Indutnyobject_wrap: add missing HandleScope
2013-01-04 Fedor Indutnyv8: update to 3.15.11.5
2013-01-04 Nirk NigglerREPL: fix floating point number parsing
2013-01-03 Scott Blomquistwindows: improve Visual Studio Express build support
2013-01-03 Scott Blomquistwindows: fix perfctr crash on XP and 2003
2013-01-03 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2013-01-03 Ben Noordhuisrepl: allow overriding builtins
2013-01-03 Ben Noordhuisnode: remove ev-emul.h
2013-01-03 Ben Noordhuisv8: remove optimization switches
2013-01-02 Fedor Indutnytest: make tests work with newer v8
2013-01-02 Fedor Indutnybindings: update to new v8 apis
2013-01-01 Fedor Indutnydeps: update v8 to 3.15.11
2012-12-31 Tim Bradshawos: change CPU time from Integer to Number
2012-12-31 Ben Noordhuisdgram: fix double implicit bind error
2012-12-31 Ben Noordhuisdoc: add CONTRIBUTING.md
2012-12-30 isaacsblog: Post for v0.9.5
2012-12-30 isaacsNow working on 0.9.6
2012-12-30 isaacsMerge branch 'v0.9.5-release'
2012-12-30 isaacs2012.12.30, Version 0.9.5 (Unstable) v0.9.5
2012-12-30 isaacsnode: emit 'exit' when exiting with error
2012-12-29 isaacsbenchmark: Make flamegraphs a bit more useful
2012-12-29 isaacsbenchmark: Set port range properly on Linux
2012-12-29 isaacsnet: Don't go through Stream API when ondata is used
2012-12-29 isaacshttp: Separate out the storeHeader closure
2012-12-29 isaacstimers: Move list.ontimeout to separate function
2012-12-29 isaacsnet: Move createWriteReq to separate function
2012-12-29 isaacshttp: Replace "in" usage with "=== undefined"
2012-12-29 lukebayesassert: improve support for new execution contexts
2012-12-29 isaacstest-message: Add setTimeout and nextTick message tests
2012-12-29 isaacsdomain: use camelCase instead of snake_case
2012-12-29 isaacsdomain: Do not use uncaughtException handler
2012-12-29 Ben Noordhuisdeps: upgrade libuv to 4997738
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-27 Maciej Małeckibuild: allow to specify custom tags
2012-12-26 isaacshttp: Handle end only when stream is not dumped
2012-12-26 isaacslint
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
next