platform/upstream/nodejs.git
2011-10-28 Ben Noordhuisdocs: addons: fix NODE_SET_METHOD example
2011-10-28 Zachary Scottdocs: tty: stdin must be initialized before calling...
2011-10-28 Ben Noordhuisdocs: fix home page link to API docs
2011-10-28 Ben Noordhuiszlib: compile without -ansi
2011-10-27 Igor Zinkovskyremove node_io_watcher
2011-10-27 koichikdocs: add zlib.createXxx() functions
2011-10-27 Ben Noordhuisv8: implement VirtualMemory class on SunOS
2011-10-27 Ryan DahlUpgrade V8 to 3.7.1
2011-10-26 Tj Holowaychukcluster: Add some docs, improve cluster.isWorker()
2011-10-26 Ryan Dahlnode cluster is now a module instead of CLI interface
2011-10-26 Nathan RajlichAdd test cases for #1944.
2011-10-26 Nathan RajlichMore bulletproof `util.inspect()` function.
2011-10-26 Nathan RajlichAdd test case for #1941.
2011-10-26 Nathan RajlichDon't use `instanceof` in lib/util.js "is" checks.
2011-10-26 Ryan DahlReturn IPv4 addresses before IPv6 addresses from getadd...
2011-10-26 Nathan RajlichAdd docs for the type checking functions in `util.js`.
2011-10-26 Nathan RajlichAdd test case for the util.js type checking functions.
2011-10-26 Nathan RajlichExport the type checking functions from `util.js`.
2011-10-26 Ryan DahlDon't compile in node_dtrace.cc when not supported
2011-10-26 Zachary Scottdocs: update email address
2011-10-26 Zachary Scottdocs: update socket.io url
2011-10-26 koichiktls: add address(), remoteAddress/remotePort
2011-10-26 koichiktls: does not emit 'end' from EncryptedStream
2011-10-26 Ben Noordhuisbuild: fix sunos gyp build, include platform file
2011-10-26 Ben Noordhuissunos: don't use exceptions
2011-10-26 Ben Noordhuisgyp: support older bash versions
2011-10-25 Ben Noordhuisuv: upgrade to 0cb2213
2011-10-25 Igor Zinkovskyfix test-http-curl-chunk-problem.js and test-pipe-file...
2011-10-25 Ben Noordhuishttp: fix gcc 3.x build, don't use always_inline
2011-10-25 Ben Noordhuistest: spawn process.argv[0], not 'node'
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
next