platform/upstream/nodejs.git
2011-08-02 Bert BelderUpgrade libuv to ec143961d135adb3f49f5a2322774ef43e2520b9
2011-08-02 Bert BelderUpgrade libuv to dbaddc4423d61fa16cca299650f8378cffba9cce
2011-08-02 Ben Noordhuishttp: make http2 the default, legacy backend is availab...
2011-08-02 Mikeal RogersUpdate tests for http2.
2011-08-02 Bert BelderV8: Don't use mprotect on Cygwin as virtual memory...
2011-08-02 Bert BelderRemove platform_win32_winsock
2011-08-02 Ryan DahlNow working on v0.5.4
2011-08-02 Ryan DahlBump version to v0.5.3 v0.5.3
2011-08-02 Ryan DahlUpgrade libuv to b2ed24d
2011-08-02 Ryan DahlComplete removal of node_child_process_win32.cc
2011-08-02 Ryan DahlRemove node_child_process_win32.cc
2011-08-02 Ryan DahlMerge branch 'v0.4'
2011-08-02 Igor Zinkovskywindows: remove dependency on rpcrt4 and ole32
2011-08-02 Ryan DahlUpgrade libuv to 2e9a743
2011-08-02 Igor Zinkovskywindows: set stdio streams to binary mode
2011-08-02 Bert BelderPartial fix for test-child-process.cwd on windows
2011-08-02 Ryan Dahlwin: fix test-child-process-exec-cwd
2011-08-02 Ryan Dahlwin2k3: fix test-child-process-env
2011-08-02 Ryan DahlUpgrade libuv to c35548a
2011-08-01 Ben Noordhuistest: add targets `test-http2` and `test-all-http2`
2011-08-01 Ben NoordhuisUpgrade libuv to 404d697
2011-08-01 Ryan Dahlchild_process_uv: don't attempt to pass test-child...
2011-08-01 Ryan DahlAdd test-tls-securepair-server to test-uv
2011-08-01 Ryan Dahlchild_process_uv: fix test-child-process-stdin and...
2011-08-01 Tom Hughescmake: Update for libuv.
2011-08-01 Ryan DahlUpgrade libuv to 5af7423f
2011-08-01 Igor Zinkovskyfix test-child-process-env on windows
2011-08-01 Ryan DahlAdd a few more asserts to test/simple/test-child-proces...
2011-08-01 Ben NoordhuisUpgrade libuv to b700896
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 koichikDoc improvements
2011-07-29 koichikFix http.ClientRequest crashes if end() was called...
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 Tom HughesFix memleak in libeio.
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 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 koichikDoc improvements and change argument name.
2011-07-25 Ben Noordhuiseio: remove trailing comma from enumerations
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-25 isaacsNote that require.paths is gone in 0.5
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 SAWADA TadashiFix crypto encryption/decryption with Base64.
2011-07-23 Vicente Jimenez... Typos in ChangeLog file.
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 Bert BelderWindows/cygwin: no more GetConsoleTitleW errors on XP
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...
next