platform/upstream/nodejs.git
2012-06-17 isaacsnpm: Upgrade to 1.1.27
2012-06-16 isaacstest: Don't reuse common.PORT in test-child-process...
2012-06-16 isaacsMake listenFD just DTRT after warning
2012-06-16 Bert BelderRevert "Check if a stream has a valid fd before read_start"
2012-06-16 isaacsRevert "DNS: Support NAPTR queries"
2012-06-16 ssudaDNS: Support NAPTR queries
2012-06-16 Felix Böhmquerystring: improved speed and code cleanup
2012-06-16 isaacsFix #3448 Use listen callback in test-regress-GH-1697
2012-06-16 Charlie McConnells/exit/close/ in test-child-process-stdout-flush, fixes...
2012-06-16 isaacsAdd test-stdin-pause-resume-sync
2012-06-16 Karl SkomskiCheck if a stream has a valid fd before read_start
2012-06-16 isaacsMakefile: Refuse to build release from unclean repo
2012-06-16 Charlie McConnelltest: skip test-http-full-response on ab errors
2012-06-15 isaacsemail footer: Change Windows msi paths for x86 and x64
2012-06-15 isaacsNow working on 0.7.12
2012-06-15 isaacsMerge branch 'v0.7.11-release'
2012-06-15 isaacs2012.06.15, Version 0.7.11 (unstable) v0.7.11
2012-06-15 isaacsUpgrade npm to 1.1.26
2012-06-15 Andreas Madsendomain: the EventEmitter constructor is now always...
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
next