platform/upstream/nodejs.git
2012-06-22 Bert Belderwindows msi: set icon for add/remove programs dialog
2012-06-22 Bert Belderwindows: fix/improve nodejsvars.bat
2012-06-22 isaacsblog: Show category in post metadata
2012-06-22 isaacsstdin.pipe: Replace forgotten opts member
2012-06-22 isaacsblog: Missing title tag
2012-06-22 isaacsblog: Minor tweaks to style and some data conversion...
2012-06-22 Joe Shawauthors: update email address
2012-06-21 isaacsMerge branch 'blog'
2012-06-21 isaacsGenerate static HTML blog content out of markdown
2012-06-21 isaacsInitial blog source
2012-06-21 isaacsMerge branch 'stdin-resume-pipe'
2012-06-21 isaacsFix #3503: stdin: resume() on pipe(dest)
2012-06-21 Fedor Indutnycrypto: fix error reporting in SetKey()
2012-06-21 isaacstest: add deprecation fixture
2012-06-21 isaacsExternalize node::no_deprecation
2012-06-21 isaacsApply --no-deprecation to C++ warnings as well
2012-06-21 isaacsAdd --no-deprecation and --trace-deprecation flags
2012-06-21 isaacshttp: Hush 'MUST NOT have a body' warnings to debug()
2012-06-21 Bert BelderFix bug in io benchmark
2012-06-21 Ben Noordhuisiowatcher: add deprecation warning
2012-06-21 Ben Noordhuisdoc: update fs.watchFile() docs
2012-06-21 Ben Noordhuisfs: make fs.watchFile() interval default to 5007
2012-06-21 Ben Noordhuisfs: make fs.watchFile() work on windows
2012-06-21 Ben Noordhuistest: add another fs.watchFile() test
2012-06-21 Ben Noordhuisnode: replace NODE_STAT_STRUCT with uv_statbuf_t
2012-06-21 Bert Belderuv: upgrade to da59427
2012-06-20 Karl SkomskiUse parent SlowBuffer, if any, when Buffer is sliced
2012-06-20 Fedor Indutnyv8: fix postmortem debugging tools build
2012-06-20 Bert Belderv8: reapply floating patches
2012-06-20 Bert Belderv8: upgrade to v3.11.10.10
2012-06-20 Ryan DahlRename GYP variable node_use_system_openssl to be consi...
2012-06-20 isaacsFix fs.readfile('/dev/stdin')
2012-06-20 Bert Belderuv: upgrade to 6e8eb332
2012-06-20 isaacsNow working on 0.8.0
2012-06-20 isaacsMerge branch 'v0.7.12-release'
2012-06-19 Bert Beldertest-domain: fix the test to work on Windows
2012-06-19 Bert Beldertest-cluster-worker-kill: use SIGKILL instead of SIGHUP
2012-06-19 Bert Belderwindows: `listen(pipe_name)` is not supported when...
2012-06-19 Bert Belderwindows: update icon
2012-06-19 isaacs2012.06.19, Version 0.7.12 (unstable) v0.7.12
2012-06-19 isaacstrivial: Doc typo and lint fix
2012-06-19 isaacsemail-footer: Label Windows x64 installer properly
2012-06-19 Ben Noordhuisnode: fix namespacing issue in ev-emul.h
2012-06-19 Bert Belderuv: upgrade to b496c122
2012-06-19 Bert Belderuv: upgrade to 67090653
2012-06-19 isaacsnpm: Upgrade to 1.1.30
2012-06-19 verwaest@chromium.orgFixing bugs in promotion of elements transitions (r1175...
2012-06-19 jkummerow@chromium.orgRemove unused-but-set variable from objects.cc.
2012-06-19 erik.corry... Revert part of 11727 as it sometimes tanked V8 benchmar...
2012-06-19 danno@chromium.orgMIPS: Fix packed-element.js test on ARM with no snap
2012-06-19 Ben NoordhuisRevert "build: fix `make install DESTDIR=/path`"
2012-06-19 Ben Noordhuisnode: preemptively unbreak windows build
2012-06-19 isaacsnpm: Upgrade to 1.1.29
2012-06-19 isaacsUpdate npm's license
2012-06-19 isaacseio-emul: Cast eio_custom method to void(*)(eio_req*)
2012-06-19 Ben Noordhuisbuild: install eio-emul.h
2012-06-19 Ben Noordhuisbuild: install ev-emul.h
2012-06-18 isaacsFix breakage introduced in de65ba7
2012-06-18 isaacsnet.Socket: Delay pause/resume until after connect
2012-06-18 Trent Micknode: remove unused flags and files
2012-06-18 isaacsFix #3465 Add ./configure --no-ifaddrs flag
2012-06-18 isaacsuv: Upgrade to 382f2a26
2012-06-18 Fedor Indutnychild_process: add .stdin stream to forks
2012-06-18 Fedor Indutnyuv: upgrade to 61a6e06e
2012-06-18 Bert Beldertest-eio-limit: bump the number of allowed background...
2012-06-18 Bert BelderFix test-cluster-message so it passes on Windows
2012-06-18 Ben Noordhuisbuild: fix `make install DESTDIR=/path`
2012-06-18 Ben Noordhuistls: fix off-by-one error in renegotiation check
2012-06-17 Fedor Indutnycrypto: add padding to diffie-hellman key
2012-06-17 Andreas Madsennode: change the constructor name of process from Event...
2012-06-17 Maciej Małeckievents: cache `domain` module locally
2012-06-17 Reid Burkenet: Prevent property access throws during close
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
next