platform/upstream/nodejs.git
2013-01-25 Andy BurkeAdd bytesWritten to tls.CryptoStream
2013-01-24 isaacsNow working on v0.9.9
2013-01-24 isaacsMerge branch 'v0.9.8-release'
2013-01-24 isaacstest: Add transform objectMode test
2013-01-24 isaacs2013.01.24, Version 0.9.8 (Unstable) v0.9.8
2013-01-24 isaacsnpm: Upgrade to v1.2.3
2013-01-24 isaacsV8: Reapply floating patches
2013-01-24 isaacsV8: Upgrade to 3.15.11.10
2013-01-24 Fedor Indutnytls: make slab buffer's size configurable
2013-01-24 isaacstest: Add test for negative stream drain counter
2013-01-24 isaacsstreams2: Handle sync read callbacks nicely
2013-01-24 Raynosstreams: Support objects other than Buffers
2013-01-24 Ben Noordhuisgitignore: ignore v8.log files
2013-01-24 Ben Noordhuishttp: close connection on 204 and chunked encoding
2013-01-23 Scott Blomquistbuild: Add some gyp artifacts to .gitignore
2013-01-23 Trevor Norrisbuffer: remove float write range checks
2013-01-23 Ben Noordhuishttp: close connection on 304 and chunked encoding
2013-01-22 Bert Belderdeps: upgrade libuv to e4d8cba
2013-01-22 Ben Noordhuisdeps: upgrade libuv to 7841f77
2013-01-22 Timdoc: Fix syntax in cluster example code
2013-01-21 Fedor Indutnygyp: fix build with dtrace support on FreeBSD
2013-01-21 Fedor Indutnydtrace: fix generation of v8 constants on freebsd
2013-01-19 Ben Noordhuistyped arrays: fix DataView endianness regression
2013-01-19 Fedor Indutnychild_process: remove .track option
2013-01-18 isaacsconsole: Support formatting options in trace()
2013-01-18 Dave Olszewskidomain: empty stack on all exceptions
2013-01-18 Yi EungJundoc: Add NODE_DEBUG env to the first example.
2013-01-18 isaacsMerge remote-tracking branch 'ry/v0.8' into master
2013-01-18 isaacsblog: Post for v0.8.18 release
2013-01-18 isaacsNow working on 0.8.19
2013-01-18 isaacsMerge branch 'v0.8.18-release' into v0.8
2013-01-18 isaacs2013.01.18, Version 0.8.18 (Stable) v0.8.18
2013-01-18 isaacsnpm: Upgrade to v1.2.2
2013-01-18 isaacsNow working on 0.9.8
2013-01-18 isaacsMerge branch 'v0.9.7-release'
2013-01-18 isaacsblog: Post for v0.9.7 release
2013-01-18 isaacs2013.01.18, Version 0.9.7 (Unstable) v0.9.7
2013-01-18 isaacsdoc: Remove mention of child.send 'track' option
2013-01-18 isaacsbuffer: Define INFINITY for MSVC compiler
2013-01-18 isaacsnpm: Upgrade to 1.2.2
2013-01-18 Ben Noordhuiscluster: make --prof work for workers
2013-01-18 Dan Milondns: make error message match errno
2013-01-18 Ben Noordhuisv8: add %p option to --logfile, expands to pid
2013-01-17 Fedor Indutnytls: follow RFC6125 more stricly
2013-01-17 Fedor IndutnyRevert "Revert "tls: allow wildcards in common name""
2013-01-17 Fedor Indutnychild_process: do not keep list of sent sockets
2013-01-17 Fedor IndutnyRevert "child_process: do not keep list of sent sockets"
2013-01-17 isaacsbenchmark: Add resume() in static_http_server
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 Ben NoordhuisRevert "tls: allow wildcards in common name"
2013-01-17 Ryunosuke SATOdoc: modify documentation style about 'Stability: 5'
2013-01-17 Ben Noordhuistest: add cluster 'bind twice' test
2013-01-17 Ben Noordhuisbuffer: reject negative SlowBuffer offsets
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 Chris Dentinstall: add simplejson fallback
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 Bert Belderbuffer: zero-length buffers shouldn't be slab-backed
2013-01-14 Fedor Indutnytls: allow wildcards in common name
2013-01-14 Fedor Indutnytls: allow wildcards in common name
2013-01-14 Ben Noordhuishttp: fix "Cannot call method 'emit' of null"
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 isaacsblog: release v0.9.6
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
next