platform/upstream/nodejs.git
2011-10-19 koichikbuffer: use NO_NULL_TERMINATION flag
2011-10-19 isaacsDon't use a separate context for the repl.
2011-10-19 elliottcableFix #1801 vm: Use 'sandbox' as global_prototype
2011-10-18 Ryan DahlFix test-c-ares.js on Windows by disabling PTR test
2011-10-18 Ryan DahlRemove superfluous nextTick during server binding
2011-10-18 Ryan DahlUpgrade GYP to r1078
2011-10-18 Ryan DahlRemove process.memoryUsage().vsize
2011-10-18 Ryan DahlFixes #1860. Remove process.writeError
2011-10-17 koichikhttp: add test for #1885
2011-10-16 Yoshihiro Kikuchihttp: tiny fix in http.js
2011-10-16 koichikdocs: improvement tls example
2011-10-15 Igor Zinkovskytest: fix test-child-process-stdin and test-child-proce...
2011-10-15 koichiknet: fix error handling in listen()
2011-10-15 koichikdocs: add example of tls
2011-10-15 koichiktls: The TLS API is inconsistent with the TCP API
2011-10-15 Ben Noordhuisnet: fix connect queue bugs
2011-10-15 Ben Noordhuisnet: properly account multi-byte chars in .bytesWritten
2011-10-15 Igor Zinkovskywin: remove pthread-win32 init code
2011-10-15 Igor Zinkovskybuild: fix windows build
2011-10-15 Ben Noordhuistest: fix bug in setproctitle test
2011-10-14 Ben Noordhuisv8: implement VirtualMemory class on SunOS
2011-10-14 isaacsdoc: Add examples of zlib usage with http
2011-10-14 Ben Noordhuistest: check that EventEmitter.on == EventEmitter.addLis...
2011-10-14 Ben Noordhuistest: replace .addListener() calls with .on()
2011-10-14 Ben Noordhuisuv: upgrade to 456f831
2011-10-14 koichiktls: requestCert unusable with Firefox and Chrome
2011-10-14 koichikchild_process.fork: don't modify args
2011-10-14 Ben Noordhuisnode: fix use of potentially uninitialized variable
2011-10-14 Ben Noordhuistimer_wrap: add sanity check assert
2011-10-14 Ben Noordhuistcp_wrap: add sanity check asserts
2011-10-14 Ben Noordhuisnode_script: remove unused variable
2011-10-14 Ben Noordhuisnode: fix arguments to uv_timer_start()
2011-10-14 Ben Noordhuiscares_wrap: make destructor virtual
2011-10-14 Ryan DahlUpgrade V8 to 3.7.0
2011-10-13 isaacsFix #1882 zlib Update 'availOutBefore' value, and test
2011-10-13 Guglielmo Ferridocs: add API documentation note about UDP datagram...
2011-10-13 Maciej Małeckidocs: document `process.versions`
2011-10-13 Simen Brekkennet: register net.Server callback only once
2011-10-13 Ben Noordhuisplatform: support long process names on linux
2011-10-13 Ben Noordhuistest: test long process name support
2011-10-13 koichikdocs: added .json modules.
2011-10-13 Brian Whitedocs: mention util instead of sys
2011-10-13 Ryan DahlFix test-http-conn-reset.js on OSX
2011-10-13 Ilya Dmitrichenkodocs: improved fs.Stats section in API documentation
2011-10-13 Arnout Kazemiersys has been moved to util
2011-10-12 Ryan DahlMove some slow tests to pummel
2011-10-12 Ryan DahlFix test/pummel/test-watch-file.js
2011-10-12 Ryan DahlFix test/pummel/test-exec.js
2011-10-12 Karl SkomskiNew win32 platform function: GetCPUInfo
2011-10-12 Daniel EnnisImprove IPC performance.
2011-10-12 Ryan DahlAdd cluster.js to node.gyp
2011-10-12 Ryan DahlAdd some docs for node cluster
2011-10-12 Ryan DahlRemove process.ARGV
2011-10-12 Ryan DahlRevert some changes made in 12486a6
2011-10-12 Ryan DahlRemove uname and git-rev detection from http_simple.js
2011-10-12 Ryan DahlUpgrade libuv to c903bc3
2011-10-12 Ben Noordhuisdocs: fix child_process.send() example
2011-10-12 Ben Noordhuisuv: upgrade to 25a177a
2011-10-12 Ben Noordhuistest: add test for #1869
2011-10-12 Ben NoordhuisRemove --use-legacy switch from --help section.
2011-10-12 Ryan Dahlintroduce node cluster
2011-10-12 Igor Zinkovskyfix simple/test-fs-utimes.js on windows
2011-10-12 Ryan DahlAdd throughput benchmark
2011-10-12 Igor Zinkovskyfs.watch documentation
2011-10-11 Ryan DahlRemove more dead code
2011-10-11 Ryan DahlRemove process.ENV
2011-10-11 Ryan DahlRemove stdio binding source - somehow this was missed...
2011-10-11 Ryan DahlFix test-module-load-list.js
2011-10-11 Ryan DahlRemove tests relying on !process.features.uv
2011-10-11 Ryan DahlRemove --use-legacy and --use-uv
2011-10-11 Ryan DahlFix windows build
2011-10-11 Ryan DahlRemove tty_legacy
2011-10-11 Ryan DahlRemove dgram_legacy
2011-10-11 Ryan DahlRemove dns_legacy
2011-10-11 Ryan DahlRemove child_process_legacy
2011-10-11 Ryan DahlRemove net_legacy timers_legacy
2011-10-11 Ryan Dahldisable test-sendfd
2011-10-11 Fedor Indutnydocs: improve addons, readline, repl documentation
2011-10-11 Ben Noordhuisdocs: fix typo in code snippet
2011-10-11 Ryan DahlDisable test-child-process-custom-fds.js
2011-10-11 Ryan DahlUpgrade libuv to 4ac1309
2011-10-11 Tomasz Janczukwix project to create msi installer for windows
2011-10-11 Ryan DahlRemove ANOTHER old TODO list
2011-10-11 Ryan DahlRemove old TODO list
2011-10-11 Ryan DahlDelete another CMake file
2011-10-11 Ryan DahlRemove cmake build system
2011-10-11 Ben Noordhuisv8: fix gyp build on windows
2011-10-11 Ben Noordhuisuv: upgrade to 47d22ac
2011-10-11 Ryan Dahlnow working on v0.5.10
2011-10-11 Ryan DahlBump version to v0.5.9 v0.5.9
2011-10-11 Ryan DahlRevert "v8: implement VirtualMemory class on SunOS"
2011-10-11 Ryan DahlRevert "Upgrade V8 to 3.6.6"
2011-10-11 Ben Noordhuisv8: implement VirtualMemory class on SunOS
2011-10-11 Ryan DahlUpgrade libuv to f7f518a
2011-10-10 Ryan Dahlchild_process.fork: don't overwrite env
2011-10-10 Ryan DahlRemove test-child-process-channel.js
2011-10-10 Ryan DahlAdjust listenFD deprecation message. Remove test.
2011-10-10 Ryan Dahlprocess.stderr goes through libuv now
2011-10-10 Ben Noordhuisgyp: work around sunos python flock() bug
2011-10-10 Ryan Dahltty.WritableStream should be writable
next