platform/upstream/nodejs.git
2011-08-08 koichikImprove util.format() compatibility with browser.
2011-08-08 Mikeal RogersFixes https host header default port handling.
2011-08-08 isaacsTest for default host headers on default ports in https...
2011-08-07 Ben Noordhuisdocs: rename readline.md to readline.markdown
2011-08-07 Ben Noordhuisdocs: fix typo in tls API docs
2011-08-06 Ben Noordhuisbuild: don't try to `ls -lh` executables that don't...
2011-08-06 Ryan DahlUpgrade http_parser to 965f91bc76b2d1601e23
2011-08-06 koichik[doc] add link to npm search in Readme.md
2011-08-06 Tony Huangadd the document of the new api routine: path.relative
2011-08-05 Bert BelderMake test-child-process-exec-env work on windows
2011-08-05 Bert BelderChild processes: support windowsVerbatimArguments option
2011-08-05 Ben Noordhuisuv: fix build on systems that don't have pipe2()
2011-08-05 koichikDoc improvements
2011-08-05 Bert BelderUpgrade libuv to c834d5de9e4747e5138bed9140320b44622ab6de
2011-08-05 Ben NoordhuisRevert commits 12c8b27 and 88f416a, fixed properly...
2011-08-05 Ben Noordhuisuv: cherry-pick libuv commit 041d60e into node
2011-08-04 Ben Noordhuischild process: don't send signal if process is already...
2011-08-04 Ryan DahlUpgrade V8 to 3.5.3
2011-08-04 Ben Noordhuisnet_uv: add listenFD shim that throws when called
2011-08-04 Ben Noordhuischild process: bind to libuv's kill process API
2011-08-04 Ben Noordhuismodule: strip byte order marker when loading *.js and...
2011-08-04 Ben Noordhuistest: fix bad test in test-cli-eval.js
2011-08-03 Ben Noordhuisev: fix infinite loop in ev_walk()
2011-08-03 Ben Noordhuisdocs: add race warning to `child_process.kill()`
2011-08-03 Ben Noordhuistest: fix exec-after-fork race in test/simple/test...
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
next