platform/upstream/nodejs.git
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
2011-10-10 Ryan DahlUpgrade libuv to 5656e3
2011-10-10 isaacsFix #1851 Correct X/index doc
2011-10-10 Ryan DahlUpgrade V8 to 3.6.6
2011-10-10 Ryan DahlUpdate docs for server fd sharing
2011-10-10 Ben Noordhuisuv: upgrade to 41e8574
2011-10-10 Ben Noordhuistty: unbreak --use-legacy
2011-10-08 Bert BelderWindows: exit on ctrl+c
2011-10-08 Igor Zinkovskyfix for simple/test-executable-path.js on windows
2011-10-07 Ryan DahlChange API for sending handles
2011-10-07 Ryan DahlUpgrade libuv to 9f6024a
2011-10-07 Ryan DahlDo load balancing test in test-child-process-fork2.
2011-10-07 Bert BelderSome small optimizations
2011-10-07 Ryan DahlSimplify arg parsing in String.write
2011-10-07 Ben Noordhuisnet: remove unconditional getpeername() call
2011-10-07 Bert BelderSimplify writeReq handling in net_uv
2011-10-07 talltylerFixing #1774 about issues when running node with -...
2011-10-07 Bert BelderBlack hole tcp reads after destroy()
2011-10-07 Ryan DahlAdd test-child-process-fork2 and fixes to make it work
2011-10-07 Fedor IndutnyDon't check sign of loadavg
2011-10-07 Fedor Indutnyuse uv for memory and loadavg functions
2011-10-07 Ryan DahlSupport sending handles to other processes
2011-10-07 Ryan DahlTurn off V8's -Werror in GYP
2011-10-07 Ryan DahlMerge branch 'ipc-binding'
2011-10-07 Ryan DahlReimplement child_process.fork
2011-10-07 Ryan DahlUpgrade libuv to 886b112
next