platform/upstream/nodejs.git
2011-08-31 Maciej MałeckiShow warning when using lib/sys.js
2011-08-31 Jeroen Janssenfix win32 uv loop breakage
2011-08-31 Ryan DahlUpgrade libuv to ea4271f
2011-08-30 koichiktls: x509 certificate subject parsing fail
2011-08-30 Ryan DahlStrip V8 -Werror
2011-08-30 isaacsFixes #1610 Remove DigiNotar CA from trusted list
2011-08-30 AJ ONealdocs: document querystring behavior for arrays and...
2011-08-30 Ben Noordhuisuv: upgrade to 0ba44cf
2011-08-30 Ryan DahlFix Windows build
2011-08-30 Ryan DahlUpgrade libuv to ca11711
2011-08-30 Igor ZinkovskyUse new uv_fs_ apis
2011-08-30 Ryan Dahlupgrade libuv to a6ed175
2011-08-29 Ryan DahlUpgrade V8 to 3.5.9.1
2011-08-29 Ryan DahlUpgrade libuv to cbbb254
2011-08-29 Ryan DahlFixes #1503. make libuv backend default on unix
2011-08-29 Abimanyu Rajastdio: fix typo in doc comment
2011-08-29 Mikeal RogersSockets should never be attached to a ClientRequest...
2011-08-29 Jann Hornmodule: remove 'is URL?' check in module loader, dead...
2011-08-29 jkummerow@chromium.orgv8: remove unnecessary break-after-return in switch...
2011-08-28 Peter Lyonstest: test for issue #752
2011-08-28 Peter Lyonshttp: remove 'headers sent?' check in OutgoingMessage...
2011-08-27 Peter BrightDon't load-time link against CreateSymbolicLink, it...
2011-08-27 Igor Zinkovskymerge vcbuild.bat and generate_projects.bat
2011-08-26 Ben NoordhuisNow working on 0.5.6
2011-08-26 Ben NoordhuisBump version to v0.5.5 v0.5.5 v0.5.5-rc1
2011-08-26 Ben NoordhuisFix typo in configure script
2011-08-26 Ryan DahlFix build - due to V8 API change
2011-08-26 Ryan DahlMerge remote branch 'origin/v0.4'
2011-08-26 Ryan DahlUpgrade V8 to 3.5.8
2011-08-26 Ryan Dahlprepare for release - website under new user
2011-08-26 Ryan DahlFix dns_uv.lookup order
2011-08-26 Ben Noordhuisuv: upgrade to 835782a
2011-08-26 koichiktest: simple/test-tls-client-abort fails on SunOS
2011-08-26 Bert BelderUpgrade libuv to 39aac4a5
2011-08-25 Ben Noordhuisuv: upgrade to 6490c6a
2011-08-25 Nathan Rajlichutil: isRegExp() should not call toString() on its...
2011-08-25 Peter BrightAdd headers to improve the IDE experience.
2011-08-25 Ryan DahlUpgrade libuv to 40efa9c
2011-08-24 Ryan DahlReapply Peter Bright's fixes for GYP on MSVS
2011-08-24 Ryan Dahlfix windows build
2011-08-24 Ryan DahlAdd dgram_legacy and dgram_uv to node.gyp
2011-08-24 Ben Noordhuisnet: fix multicast on sunos
2011-08-24 Ben Noordhuistest: fix simple/test-eval
2011-08-24 Ryan DahlAdd process.features.debug; fixes simple/test-executabl...
2011-08-24 Ryan Dahldns_uv: add localhost hack for windows
2011-08-24 Ben Noordhuistest: add dgram tests to test-uv list
2011-08-24 Ben Noordhuisdocs: remove unix dgram documentation
2011-08-24 Ben Noordhuisdgram: add socket.fd compatibility hack to dgram_uv.js
2011-08-24 Ben Noordhuisdgram: integrate libuv support for UDP over IPv6
2011-08-24 Ben Noordhuisdgram: integrate libuv UDP support
2011-08-24 Ben Noordhuistcp_wrap: update after libuv API change
2011-08-24 Ben Noordhuisstream_wrap: update after libuv API change
2011-08-24 Ben Noordhuisuv: upgrade to 80e5491
2011-08-24 Ben NoordhuisMove ARRAY_SIZE macro to node.h
2011-08-24 Mikeal Rogersdocs: Improved http2 agent docs
2011-08-24 Igor Zinkovskyvcbuild.bat - for building from cmd-line using msbuild
2011-08-24 Ryan Dahltools/test.py to support marking files a libuv-broken
2011-08-24 Ryan DahlMark tests which are broken in libuv
2011-08-24 Ryan DahlSupport MSVS build directories in tools/test.py
2011-08-23 Nathan RajlichUse Object.getPrototypeOf() on the object in the REPL...
2011-08-23 Ryan DahlUpgrade V8 to 3.5.7
2011-08-23 Ryan Dahlwaf: Don't build out/Debug/node_g - just out/Debug...
2011-08-23 Ryan Dahlnet: fix throw error
2011-08-23 Ryan Dahlnet_legacy: Fix throw typo
2011-08-23 Ryan DahlWAF builds in out/ instead of build/
2011-08-23 Ryan DahlHave WAF variants match GYP configuration names
2011-08-23 Ryan Dahlgyp: Further fixes to target_defaults for mac
2011-08-23 Evan Martingyp: Don't pass C++ flags to C compiler, and don't...
2011-08-23 Evan Martincommon.gypi: don't nest "target_defaults" within "targe...
2011-08-23 koichikdns: Force the DNS module to invoke callbacks asynchron...
2011-08-23 Ryan Dahlnet_uv: throw when people construct net.Socket(fd)
2011-08-23 Ryan Dahlnet_uv: Don't error on ECONNRESET
2011-08-23 Ryan DahlUpgrade GYP to r1010
2011-08-23 Ryan Dahlgyp: -ldl on linux
2011-08-22 Ryan Dahlnet_uv: handle read errors
2011-08-22 Ryan DahlUpgrade libuv to joyent/libuv@ce20791
2011-08-22 Mikeal RogersFixes #1531
2011-08-22 Maciej MałeckiAdd failing test for https2 compatibility
2011-08-22 Ryan DahlUpdate license info for openssl
2011-08-22 Peter BrightUpgrade to 0.9.8r.
2011-08-22 Ryan Dahlimport openssl from chrome
2011-08-22 koichikDoc improvements
2011-08-22 koichikDoc improvements
2011-08-20 Ryan DahlFix #1563. overflow in ChildProcess custom_fd.
2011-08-20 Ryan DahlFix #1563. overflow in ChildProcess custom_fd.
2011-08-19 Maciej Małeckidocs: process.memoryUsage returns memory usage measured...
2011-08-19 Maciej Małeckidocs: process.memoryUsage returns memory usage measured...
2011-08-18 Ryan DahlUpgrade V8 to 3.5.6
2011-08-18 isaacsClose #1544 Document slashesDenoteHost flag in url...
2011-08-18 Ryan DahlNow working on v0.4.12
2011-08-18 Ryan DahlBump version to v0.4.11 v0.4.11
2011-08-17 Ben Noordhuisbench: make number of response body chunks configurable...
2011-08-17 Ben NoordhuisFix #1546 some more. Remove expensive debug call.
2011-08-17 isaacsClose #1544 Document slashesDenoteHost flag in url...
2011-08-17 Ryan DahlMerge remote branch 'origin/v0.4'
2011-08-17 Ryan DahlFixes #1546. Remove expensive debug call.
2011-08-17 Ben Noordhuisbench: make http_simple send chunked encoding if requested
2011-08-16 koichikhttp: improve compatibility of legacy API
2011-08-16 koichiktest: refactored http test.
2011-08-16 Antranig Basmanvm: fix incorrect dispatch of vm.runInContext for argum...
next