platform/upstream/nodejs.git
2011-07-26 Mikeal Rogersdoc: http2 documentation
2011-07-26 Mikeal Rogershttp: http2 implementation
2011-07-26 Felix GeisendörferEmit 'close' after all connections have closed
2011-07-25 Ben Noordhuiscli: don't print result of --eval
2011-07-25 Alexander UvarovDocs for Socket::bytesRead, Socket::bytesWritten
2011-07-25 Alexander UvarovAdd Socket::bytesRead, Socket::bytesWritten
2011-07-25 isaacsFinish removing require.paths
2011-07-24 Stefan BühlerFix crypto hmac to accept binary keys + add test cases...
2011-07-23 Ben Noordhuisprocess: add process.features, remove process.useUV
2011-07-23 koichikAdd an optional length argument to Buffer.write()
2011-07-23 Daniel Pihlströmconvert nonbuffer data to string in fs.writeFile/Sync
2011-07-23 Jeroen Janssenbuild: add wscript detection for node_version
2011-07-23 koichikDoc improvements
2011-07-22 Bert BelderWindows/cygwin: no more GetConsoleTitleW errors on XP
2011-07-22 Ryan DahlNow working on v0.5.3
2011-07-22 Ryan DahlBump version to v0.5.2 v0.5.2
2011-07-22 Bert BelderUpgrade libuv to 2806b0386b266ee7377459b49156a60a15b1dfea
2011-07-22 Ryan DahlMerge branch 'v0.4'
2011-07-22 Ryan Dahlwin: fix simple/test-tls-client-abort.js
2011-07-22 Ryan Dahlnet_uv: Fix test-net-server-bind
2011-07-22 Ryan DahlMerge branch 'V8-3.4'
2011-07-22 Ryan DahlUpgrade V8 to 3.4.14
2011-07-21 Ben Noordhuisnet_uv: throw if Server.prototype.close() is called...
2011-07-21 Ben Noordhuistest: test pipe API with raw net.Stream() object
2011-07-21 Ben Noordhuisnet_uv: emit 'close' event in Server.prototype.close()
2011-07-21 Ben Noordhuisnet_uv: release uv handle in Socket.prototype.destroy()
2011-07-21 Ben Noordhuisnet_uv: defer handle creation to connect() or bind...
2011-07-21 Ryan DahlAdd tls tests to test-uv
2011-07-21 Ryan Dahlescape backslashes for windows pipe name
2011-07-21 Ryan DahlRemove logos from package
2011-07-21 Ben Noordhuistest: make test-http-unix-socket use common.PIPE
2011-07-21 Ben Noordhuistest: add test-net-pingpong to `make test-uv` list
2011-07-21 Ben Noordhuistest: add common.PIPE, pipe name for tests
2011-07-21 Bert BelderUpgrade libuv to 1028a9c6a75fde47b848c09c450fc066249fac1b
2011-07-21 Bert BelderAdd tests for process.nextTick bugs on windows
2011-07-21 Trent Mickhttp: fix setting ServerResponse.statusCode in writeHead
2011-07-21 Yoshihiro Kikuchitest: added test/simple/test-fs-watch-file.js
2011-07-21 Yoshihiro Kikuchifs: added an argument check in fs.watchFile
2011-07-21 Ryan Dahlupgrade libuv to 6e50576
2011-07-21 Ben Noordhuisuv: back-port c4611a4 from libuv
2011-07-21 Ben Noordhuisuv: upgrade to afc9987
2011-07-21 Ben Noordhuistest: beef up checks in test-http-unix-socket.js, add...
2011-07-21 Ben Noordhuisnet: add bindings to libuv pipe API
2011-07-21 isaacsClose #1357 Load json files with require()
2011-07-20 Ben Noordhuisurl: throw descriptive error if url argument to parse...
2011-07-20 Ben Noordhuiscrypto: check for SSL_COMP_get_compression_methods()
2011-07-20 Ryan Dahlprocess.stdout/process.stderr should use net_legacy...
2011-07-20 Ben NoordhuisUpgrade libuv to ce5eb6d
2011-07-20 Ryan DahlNow working on v0.4.11
2011-07-20 Ryan DahlBump version to v0.4.10 v0.4.10
2011-07-19 Ryan DahlUse ms instead of sec for gc idle times
2011-07-19 Ryan DahlRemove toc on logo page
2011-07-19 isaacsClose #1360 url: Allow _ in hostnames.
2011-07-19 isaacsClose #1360 url: Allow _ in hostnames.
2011-07-19 Reid BurkeProperly respond to HEAD during end(body) hot path
2011-07-19 Ryan Dahlcomplete upgrade
2011-07-19 Ryan DahlUpgrade libuv to d4563a1
2011-07-19 Ryan Dahlnet_uv: properly initialize writeQueueSize
2011-07-19 Ryan Dahlnet_uv: Fix simple/test-http-expect-continue.js
2011-07-19 Ryan DahlFinally remove node::EventEmitter
2011-07-19 Ryan DahlRemove StatWatcher's dep on C++ EventEmitter
2011-07-18 Ryan DahlUpgrade libuv to 4eff34da4
2011-07-18 Ryan DahlMove HandleWrap rules to one place
2011-07-18 Ben NoordhuisReplace reinterpret_cast with BitCast in deoptimizer...
2011-07-18 Ryan DahlChange text on homepage about Web Workers
2011-07-18 Ryan DahlPipeWrap should use HandleWrap::Close
2011-07-18 Ryan DahlAbstract out HandleWrap class
2011-07-18 Ryan DahlAdd pipe_wrap
2011-07-18 Ryan DahlAbstract StreamWrap from TCPWrap
2011-07-18 Ryan DahlOutput size of binaries on 'make'
2011-07-17 isaacsClose #1349 Delimit NODE_PATH with ; on Windows
2011-07-17 Pierre-Alexandre... node-amqp is now being maintained by Theo Schlossnagle...
2011-07-16 Ben NoordhuisFix Math.pow crashes on machines without SSE2.
2011-07-16 Ben NoordhuisRevert dcf6955: Fix V8 mingw32 build
2011-07-16 Steve EngledowImprove --help message and Fix -e/--eval switch
2011-07-16 koichikFix message tests
2011-07-16 Devon GovettMore accurite error messages when writing beyond the...
2011-07-16 Igor ZinkovskyApply PTW32_STATIC_LIB define to debug build of eio
2011-07-16 Ryan DahlMerge branch 'V8-3.4'
2011-07-16 Ryan DahlUpgrade V8 to 3.4.12.1
2011-07-16 koichikDoc improvements
2011-07-15 Henry Rawasnet_uv: getsockname binding
2011-07-15 vegorov@chromium.orgCorrectly propagate toolchain setting in SConstruct.
2011-07-15 vegorov@chromium.orgMinGW32: define STRUNCATE and change strncpy_s implemen...
2011-07-15 Bert Belderlibuv: stop g++ from complaining about anonymous struct...
2011-07-15 isaacsClose #1348 Remove require.paths
2011-07-15 isaacsRemove duplicate docs about main module
2011-07-15 AJ ONealDocument that 'Buffer' is a global variable
2011-07-15 Ryan DahlAdd 'make test-uv-debug'
2011-07-15 Henry Rawasconnect-timeout callbacks after close
2011-07-15 Ryan DahlUpgrade libuv to 1be48f12a0
2011-07-15 Ryan Dahlwindows: fix simple/test-executable-path
2011-07-15 Ryan DahlUse uv_exepath
2011-07-15 Wojciech Wnętrzakadded information about relative paths in File System...
2011-07-15 Wojciech Wnętrzakadded information about relative paths in File System...
2011-07-15 Shigeki Ohtsuev: define HAVE_SYNC_FILE_RANGE if kernel >= 2.6.17...
2011-07-15 Henry Rawasconnect-buffer play back queued write and end
2011-07-14 Ryan DahlNow working on v0.5.2
2011-07-14 Ryan DahlBump to v0.5.1 v0.5.1
2011-07-14 Ryan DahlMerge branch 'v0.4'
next