platform/upstream/nodejs.git
2013-01-17 Fedor Indutnychild_process: do not keep list of sent sockets
2013-01-17 isaacsRevert "events: Don't crash on events named __proto__"
2013-01-17 isaacsstdio: Set readable/writable flags properly
2013-01-17 isaacsevents: Don't crash on events named __proto__
2013-01-17 Ryunosuke SATOdoc: modify documentation style about 'Stability: 5'
2013-01-16 Ben Noordhuisdeps: upgrade libuv to 4ba03dd
2013-01-16 isaacstest: add module-loading test with empty string
2013-01-16 Felix Böhmmodule: assert that require() is called with a string
2013-01-16 isaacslint: Prefer double-quotes over single
2013-01-16 Ryunosuke SATOrepl: fix how to module requiring in code comment
2013-01-16 Dean McNameeTypedArrays: Improve dataview perf without endian param
2013-01-16 James Camposassert that require() has a truthy path
2013-01-16 isaacsstream: Properly handle large reads from push-streams
2013-01-16 Trevor Norrisbuffer: improve read/write speed with assert
2013-01-16 Trevor Norrisbuffer: floating point read/write improvements
2013-01-16 Alexandr Emelinhttp: fix duplicate var initialization
2013-01-16 Mathias Bynenspunycode: update to v1.2.0
2013-01-15 Ben Noordhuisv8: work around String::WriteAscii segfault
2013-01-15 Fedor Indutnytls: follow RFC6125 more stricly
2013-01-15 isaacsstreams2: Do not allow hwm < lwm
2013-01-14 isaacsstream: Do not call endReadable on a non-empty stream
2013-01-14 Bert Belderbuffer: zero-length buffers shouldn't be slab-backed
2013-01-14 Fedor Indutnytls: allow wildcards in common name
2013-01-14 Ben Noordhuisgitignore: ignore perf data files
2013-01-13 yangguo@chromium.orgv8: Hardfloat does not imply VFPv3, only VFPv2.
2013-01-13 Ben Noordhuisdeps: upgrade libuv to 8e3e60f
2013-01-12 Nathan Rajlichrepl: fix lint
2013-01-12 Felix Böhmrepl: make built-in modules available by default
2013-01-11 Scott Blomquistwindows: add support for '_Total' perf counters
2013-01-11 Ben Noordhuisv8: remove optimization switches
2013-01-11 Fedor Indutnydeps: update v8 to 3.15.11.7
2013-01-11 isaacsNow working on 0.9.7
2013-01-11 isaacsMerge branch 'v0.9.6-release'
2013-01-11 isaacs2013.01.11, Version 0.9.6 (Unstable) v0.9.6
2013-01-11 isaacsMerge remote-tracking branch 'ry/v0.8' into master
2013-01-11 Bert Belderpath: make basename and extname ignore trailing slashes
2013-01-11 Ben Noordhuistyped arrays: fix sunos signed/unsigned char issue
2013-01-11 isaacstest: child process { stdio:'inherit' }
2013-01-11 Fedor IndutnyRevert "typed arrays: fix build on sunos"
2013-01-11 Fedor Indutnytyped arrays: fix build on sunos
2013-01-11 Bert BelderRevert "path: fix bugs related to paths with trailing...
2013-01-11 Ben Noordhuisdeps: upgrade libuv to 9aab5d4
2013-01-11 isaacshttp: Set _dumped=false initially
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 Nathan Rajlichmake binary: allow custom config flags
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 isaacsblog, changelog: 0.8.17 was released in 2013, not 2012
2013-01-10 isaacsblog: Correct shasums for v0.8.17
2013-01-10 isaacsblog: Add security notice to v0.8.17 post
2013-01-10 isaacsblog: Post about v0.8.17
2013-01-10 isaacsNow working on 0.8.18
2013-01-10 isaacsMerge branch 'v0.8.17-release' into v0.8
2013-01-10 Ben Noordhuistest: run tests in alphabetical order
2013-01-10 isaacs2012.01.09, Version 0.8.17 (Stable) v0.8.17
2013-01-09 Ben Noordhuistyped arrays: fix 32 bit size/index overflow
2013-01-09 isaacsnpm: Upgrade to v1.2.0
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 Fedor Indutnyobject_wrap: add missing HandleScope
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 Ben Noordhuisdgram: don't assert on send('string')
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 Johannes Ewalddoc: improve example of process.hrtime()
2013-01-04 Shigeki Ohtsufs: remove unused default option in WriteStream
next