platform/upstream/nodejs.git
2011-08-01 Ryan Dahlwindows: Fix test-module-load-list
2011-08-01 Ryan DahlRemove debug code
2011-08-01 Ryan Dahlchild_process_uv: Handle spawn errors
2011-08-01 Ben NoordhuisUpgrade libuv to 023f99a
2011-08-01 Ryan Dahllink to rpcrt4 and ole32 on win32
2011-08-01 Ryan DahlUpgrade libuv to e9bee51
2011-08-01 Ryan Dahlchild_process_uv: fix test/simple/test-child-process-env
2011-07-31 Ryan Dahlchild_process_uv: fix simple/test-child-process-cwd
2011-07-31 Ryan Dahlchild_process_uv: add exec, fix simple/test-child-proce...
2011-07-31 Ryan DahlForgot to add child_process_uv.js
2011-07-31 Ryan Dahlinitial pass at lib/child_process_uv.js
2011-07-30 koichikAdd %% escape to util.format()
2011-07-30 Paul QuernaAdd stdlib include for free(), fixing build on linux...
2011-07-30 Ryan Dahladd wrapper for uv_spawn
2011-07-30 Ben Noordhuisutil: add sprintf-like format() function
2011-07-29 Fedor IndutnyAdd support for TLS SNI
2011-07-29 Ryan DahlUpgrade libuv to 7108ca88
2011-07-29 Robert Mustacchijslint cleanup: path.js, readline.js, repl.js, tls...
2011-07-29 isaacsRevert "AMD compatibility for node"
2011-07-29 koichikFix http.ClientRequest crashes if end() was called...
2011-07-29 koichikFix http.ClientRequest crashes if end() was called...
2011-07-28 Fedor Indutnycrypto: dispose persistent properties on class destruction
2011-07-28 Ryan DahlFix test-module-load-list for use-uv
2011-07-28 Ryan DahlLazy load a few modules
2011-07-28 Ryan DahlAdd process.moduleLoadList for better startup transparency
2011-07-28 Ryan DahlDon't always enable debug on startup
2011-07-27 Ryan DahlSpeed up startup time
2011-07-27 Ryan DahlRemove pkg-conf file
2011-07-27 Ben Noordhuisuv: upgrade to fc7bc2b
2011-07-27 Aku KotkavuoAdd missing parentheses in buffer docs.
2011-07-27 Ben Noordhuiswrap: upgrade pipe_wrap and tcp_wrap to new libuv API
2011-07-27 Igor Zinkovskystdio binding + javascript to enable process.stdin...
2011-07-27 Ben Noordhuisuv: upgrade to a1adfe3
2011-07-26 SAWADA TadashiFix crypto encryption/decryption with Base64.
2011-07-26 Ben NoordhuisInclude "platform.h", not <platform.h> - conflicts...
2011-07-26 Felix GeisendörferFix test-net-stream.js
2011-07-26 Ben Noordhuishttp: add --use-http2 switch
2011-07-26 Ben Noordhuishttp: make http and http2 co-exist
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
next