platform/upstream/nodejs.git
2012-06-15 Ben Kellydoc: Improve cross-linking in API docs markdown
2012-06-15 isaacszlib: use Buffer.concat()
2012-06-15 Bert Beldertest-domain-implicit-fs: make it pass on windows
2012-06-15 isaacsdoc: Include zlib constants
2012-06-15 isaacsevent: Document the mutability of listeners()
2012-06-15 Nathan Rajlichreadline: don't cache the "keypress" listeners
2012-06-15 Reid BurkeFix #3425: removeAllListeners should delete array
2012-06-14 Bert Belderwindows: make symlinks tolerant to forward slashes
2012-06-14 isaacsFix test-fs-realpath on Windows
2012-06-14 danno@chromium.orgFix Kraken regression due to optimistic monomorphic...
2012-06-14 mstarzinger... Fix assertion for map code cache of shared maps.
2012-06-14 Bert Belderuv: upgrade to b1649b6f
2012-06-14 isaacsdoc: update v8-options in man page
2012-06-14 isaacsbuild: Add node.d and node.1 to installer
2012-06-14 isaacsv8: Replace 'echo -n' with 'echo' in build commands
2012-06-14 Bert Belderuv: upgrade to 5d5688f2
2012-06-14 Bert Belderlicense2rtf: collapse whitespace
2012-06-14 Andreas Madsencluster: rename worker.unqiueID to worker.id
2012-06-14 isaacsUpdate message test for new v8 behavior
2012-06-14 Bert Beldertest-bad-unicode: update to reflect V8 3.11 behavior
2012-06-14 Igor ZinkovskyWindows: don't fire GC ETW events without ETW consumers
2012-06-14 Nathan Rajlichtest: use the debug build of node-weak when necessary
2012-06-14 Nathan Rajlichtest: add a .gitignore file to ignore weak's compiled...
2012-06-14 Bert BelderLICENSE: add node-weak
2012-06-14 Bert BelderLICENSE: punctuation fixes
2012-06-14 yangguo@chromium.orgRemove faster ticks for debug mode.
2012-06-13 Bert BelderUnbreak the snapshotted build on Windows
2012-06-13 Fedor Indutnyv8: fix postmortem debugging tools build
2012-06-13 Bert Belderv8: reapply floating patches
2012-06-13 mstarzinger... Fix performance regression caused by r11202.
2012-06-13 Bert Belderv8: upgrade to v3.11.10
2012-06-13 Bert BelderInherited FDs should not accidentally be inherited...
2012-06-13 Bert Belderuv: upgrade to 4d7f1e18
2012-06-13 Bert Beldervcbuild.bat: add duplicate arg-ok label to work around...
2012-06-13 Nathan Rajlichtest: bundle node-weak in test/gc so that it doesn...
2012-06-13 Igor ZinkovskyWindows: Enable ETW events.
2012-06-13 Bert Beldertest-child-process-spawn-loop: make it pass on Windows.
2012-06-13 isaacsFix #3388 Support listening on file descriptors
2012-06-13 Bert BelderMove resource files to src/res.
2012-06-13 isaacsFix #3407 os.tmpDir()
2012-06-13 Bert Beldertests: make all message tests pass on Windows
2012-06-13 Bert Beldertest-net-timeout: make it pass on Windows
2012-06-12 Bert Belderuv: upgrade to 9f44b0e3
2012-06-12 Bert Beldertest-child-process-kill: make it pass on windows
2012-06-12 Bert BelderFix child_process.kill oddities
2012-06-12 Bert Beldertest-exec: make it work on Windows
2012-06-12 Ben Noordhuisdoc: update crypto cipher/decipher docs
2012-06-12 Ben Noordhuiscrypto: make cipher/decipher accept buffer args
2012-06-12 Bert Belderuv: upgrade to b7e150ee
2012-06-12 Bert BelderRevert "uv: upgrade to b7e150ee"
2012-06-12 Bert Belderuv: upgrade to b7e150ee
2012-06-12 Ben Noordhuisfs: fix infinite loop in fs.readFileSync()
2012-06-12 Ben Noordhuisfs: fix infinite loop in fs.readFile()
2012-06-12 Shigeki Ohtsufs: fix fs.readFileSync to work on real empty file
2012-06-12 Shigeki Ohtsufs: fix typo in fs.readFile of lying size=0 stat
2012-06-12 Bert Beldertest-net-connect-econnrefused: don't take forever to...
2012-06-12 Bert Beldertest-module-loading: convert backslashes to forward...
2012-06-11 Bert Beldertest-http-get-pipeline-problem: don't fail if there...
2012-06-11 Bert Beldertest-net-write-slow: increase the socket timeout period
2012-06-11 isaacsfix fs.readFile with lying size=0 stat results
2012-06-11 isaacsAdd Buffer.concat method
2012-06-11 Bert Beldercluster: don't silently drop messages when the write...
2012-06-11 Bert Belderv8: force inlining of v8::internal::DescriptorArray...
2012-06-11 yangguo@chromium.orgForce inlining CopyChars and String::Get.
2012-06-11 Charlie McConnellchild_process: fix test implementation for options...
2012-06-11 isaacsDo not gitignore npm's node_modules
2012-06-11 isaacsRemove auto-unref
2012-06-11 isaacsNow working on 0.7.11
2012-06-11 isaacsMerge branch 'v0.7.10-release'
2012-06-11 isaacs2012.06.11, Version 0.7.10 (unstable) v0.7.10
2012-06-11 isaacsRemove dep symlinks from tarball
2012-06-11 Bert Belderprocess_wrap: set duplex flags when creating a pipe
2012-06-11 isaacslint
2012-06-11 isaacsUpgrade npm to 1.1.25
2012-06-09 Nuno Jobtest: add test for bad unicode sequences
2012-06-09 isaacsFix fs.realpath tests so that they actually run
2012-06-09 isaacsFix #3394 fs.realpath: Properly cache symlink targets
2012-06-09 isaacsFix fs.realpath to work on Windows
2012-06-09 isaacsExpose posix realpath on windows as well
2012-06-09 Andreas Madsendomain: document and test dispose event
2012-06-09 Andreas Madsendomain: run now return callback result
2012-06-09 Andreas Madsendomain: dry decorate using util._extend
2012-06-09 Ben Noordhuisv8: debug: fix error handling in SendConnectMessage()
2012-06-09 isaacsv8: Floating patches
2012-06-09 isaacsRoll V8 back to 3.9.24.31
2012-06-09 Marc HarterFix #3379 prevent domain.intercept passing 1st arg...
2012-06-09 Charlie McConnellchild_process: expose UV_PROCESS_DETACHED as options...
2012-06-08 Bert BelderRevert "Unbreak the Windows build"
2012-06-08 Robert Mustacchix64 target should always pass -m64
2012-06-08 isaacsv8: Don't use 'echo -n' in configure script
2012-06-08 Bert BelderUnbreak the Windows build
2012-06-08 Ben Noordhuisv8: debug: fix error handling in SendConnectMessage()
2012-06-08 isaacsv8: Floating patches
2012-06-08 isaacsRoll V8 back to 3.10.8.13
2012-06-07 Fedor Indutnychild_process: spawn().ref() and spawn().unref()
2012-06-06 isaacsbuild: Prevent duplication of doc/api folder
2012-06-06 Ben Noordhuisfs: make callbacks run in global context
2012-06-06 Ben Noordhuisfs: make fs.symlink() with no callback async
2012-06-06 Joel Brandtadd NODE_EXTERN to node::Start
2012-06-06 Ben Noordhuisdeps: upgrade libuv to 649ad50
next