platform/upstream/nodejs.git
2011-10-24 Nathan RajlichDirectly export the Stream constructor.
2011-10-24 Ryan DahlRemove resume and pause events
2011-10-24 isaacsClose #1929 zlib Respond to 'resume' events properly
2011-10-24 Maciej Małeckinet: `Server.listen`, `Server.close` and `Socket.connec...
2011-10-22 koichikdocs: improvement fs, http and https
2011-10-22 seebeesLint
2011-10-22 seebeesDocumentation update
2011-10-22 seebeesremove auth from host
2011-10-22 seebeeshttp.request(url.parse(x))
2011-10-22 seebeesurl.resolveObject(url.parse(x), y) == url.parse(url...
2011-10-22 koichikdocs: remove #1914 from Changelog.
2011-10-22 Nathan RajlichPrint out `undefined` on the REPL when returned.
2011-10-22 koichikdocs: fix typo
2011-10-22 Ryan DahlNow working on v0.5.11
2011-10-22 Ryan DahlBump version to v0.5.10 v0.5.10
2011-10-22 Ben Noordhuisuv: upgrade to 179f475
2011-10-22 Ben Noordhuisnet: bring back .setNoDelay() and .setKeepAlive()
2011-10-22 Ben Noordhuisuv: upgrade to ec825ff
2011-10-22 Ryan DahlMerge remote branch 'origin/v0.4'
2011-10-22 Igor Zinkovskymake simple\test-fs-symlink.js work on windows
2011-10-21 Maciej Małeckitest: #1899 - output in child process raises an exception
2011-10-21 Ryan Dahlgetaddrinfo returns ENOTFOUND for invalid domain names
2011-10-21 Ryan DahlFix test-eio-race on Windows
2011-10-21 Ben Noordhuisgyp: upgrade to r1081
2011-10-21 Ryan DahlUpgrade libuv to 7738306
2011-10-21 Ryan DahlEmit 'end' from crypto streams on close
2011-10-21 isaacsAdd useGlobal flag for standard node repl
2011-10-21 isaacsRevert "Don't use a separate context for the repl."
2011-10-21 Ben Noordhuisbuild: fix wscript on solaris
2011-10-21 Igor Zinkovskymake process.kill a no-op on windows
2011-10-21 Ryan DahlFix race condition in test-dgram-pingpong
2011-10-21 Ben Noordhuishttp: improve http parser bindings
2011-10-21 Ryan Dahldns.lookup uses cares_wrap::GetAddrInfo
2011-10-21 Ryan DahlUpgrade libuv to 2c7e8bb
2011-10-20 Bert BelderFix windows build
2011-10-20 Ben Noordhuisuv: upgrade to 28234d7
2011-10-20 Ryan DahlAdd binding to uv_getaddrinfo
2011-10-20 Nathan Rajlichrepl: print out `undefined`
2011-10-20 Fedor Indutnydebugger: fix backtrace err handling
2011-10-20 Ben Noordhuisdocs: improve buffer.fill() documentation
2011-10-19 Ryan DahlDisplay sys_errno when UV_UNKNOWN is returned
2011-10-19 Ryan DahlRemove os.openOSHandle
2011-10-19 Ryan DahlRemove support for cygwin
2011-10-19 Ryan DahlRevert "Fix #1801 vm: Use 'sandbox' as global_prototype"
2011-10-19 Thomas Parslowhttp: Added support for HTTP PATCH verb
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
next