platform/upstream/nodejs.git
2012-01-05 Ben Noordhuisuv: upgrade to 56a31f0
2012-01-05 Emerson Macedofs: add appendFile() and appendFileSync() functions
2012-01-05 Mikael Bourges... typed arrays: add Buffer -> TypedArray constructor
2012-01-05 Shigeki Ohtsubuild: compile without -fvisibility=hidden
2012-01-05 Shigeki Ohtsubuild: set product_prefix to empty for Linux
2012-01-05 Andreas Madsentypos
2012-01-05 Andreas Madsencluster improvements: Worker class and isolate internal...
2012-01-04 Ben Noordhuisbuild: fix npm-cli.js install
2012-01-03 Ryan DahlUpgrade V8 to 3.8.4
2012-01-02 Ben NoordhuisMerge remote-tracking branch 'origin/v0.6'
2012-01-02 Ben Noordhuiscrypto: add SecureContext.clearOptions() method
2012-01-02 Ben Noordhuistest: add #2293 regression test
2012-01-02 Ben Noordhuisuv: upgrade to 38fc6ad
2012-01-01 Ben Noordhuisdocs: fix typo on community page
2011-12-31 isaacsFix #2034 repl message for .clear when useGlobal=true
2011-12-31 Ben Noordhuistest: don't create temp files in fixtures dir
2011-12-30 Ben Noordhuisbench: add /echo endpoint to http_simple
2011-12-29 Ryan DahlAdd test for #2438
2011-12-29 Ryan DahlMerge remote branch 'origin/isolates2'
2011-12-29 Ben Noordhuisnet: defer net.Server 'close' event to next tick
2011-12-29 Ben Noordhuisdgram: fix memory leak in error path
2011-12-29 Damon Oehlmanrepl: fix repl.start not passing the `ignoreUndefined...
2011-12-29 Jeremy Martindocs: tiny typo in http.markdown
2011-12-29 Ben NoordhuisMerge branch 'isolates2'
2011-12-29 Ben NoordhuisMerge branch 'v0.6'
2011-12-29 Ben NoordhuisInclude ngx-queue.h, fix Windows build.
2011-12-29 Ben Noordhuisuv: upgrade to 85f6b79
2011-12-29 Ben NoordhuisMake msbuild run in parallel.
2011-12-29 Ryan DahlAdd isolate version of test-child-process-fork
2011-12-29 Ryan DahlAdd process.features.isolates
2011-12-29 Ryan Dahlmove isolate V8 functions out of node.cc
2011-12-29 Ryan DahlAdd node::Loop() and don't inc node_isolate.h in *.cc
2011-12-29 Ben Noordhuisuv: upgrade to d6a06b8
2011-12-29 Ryan DahlAdd shared-buffer isolate addon test
2011-12-29 Ryan DahlRemove node_isolate.h from node.h
2011-12-29 Ryan DahlChange isolate test to demo EIO bug
2011-12-29 Ryan Dahlnode_file.cc should use NODE_LOOP()
2011-12-29 Ryan DahlJoin all threads at end of main thread
2011-12-29 Ryan DahlMove prog_start_time init after isolate assigned
2011-12-29 Ryan DahlAdd link-list of all isolates
2011-12-29 Ryan DahlMove uv loop initialization into isolate
2011-12-29 Ryan Dahlmove thread_id to node_isolate.cc
2011-12-29 Ben Noordhuisisolates: replace SLIST with ngx_queue_t
2011-12-29 Ben Noordhuisisolates: add process.tid property, pass args to isolate
2011-12-29 Ben Noordhuisisolates: have node::Isolate manage the v8::Context
2011-12-29 Ben Noordhuisisolates: rename node::Isolate member isolate_ to v8_is...
2011-12-29 Ben NoordhuisSeparate per-process and per-thread init logic.
2011-12-29 Ben NoordhuisRemove per-process globals from per-thread context.
2011-12-29 Ryan Dahlisolates have globals stored in struct globals
2011-12-29 Ben Noordhuisisolates: add _newIsolate() and _joinIsolate() to proce...
2011-12-29 Ben Noordhuisbuild: move internals to separate header file
2011-12-29 Ben Noordhuisbuild: add --without-isolates configure switch
2011-12-29 Ben Noordhuisisolates: add atexit() functionality for isolates
2011-12-29 Ben Noordhuisisolates: isolate-ify the main loop
2011-12-29 Ben Noordhuisuv: upgrade to f5c2a4a
2011-12-29 Ben NoordhuisMerge remote-tracking branch 'origin/v0.6'
2011-12-29 Ben Noordhuisuv: upgrade to 0db56ea
2011-12-28 Ben NoordhuisInclude ngx-queue.h, fix Windows build.
2011-12-28 Ben Noordhuisuv: upgrade to 85f6b79
2011-12-28 Ben NoordhuisMake msbuild run in parallel.
2011-12-28 Ryan DahlUpgrade V8 to 3.8.3
2011-12-28 Ryan DahlRevert "Add HandleScope to http-parser binding"
2011-12-28 Andreas Madsentest: remove internet test from test/simple/
2011-12-28 koichiktest: fix test-sys.js fails if the time zone is not CET
2011-12-28 koichiknet: fix Socket.pause null reference when called on...
2011-12-28 Ryan DahlAdd isolate version of test-child-process-fork
2011-12-27 Ryan DahlAdd process.features.isolates
2011-12-27 Ryan Dahlmove isolate V8 functions out of node.cc
2011-12-27 Ryan DahlAdd node::Loop() and don't inc node_isolate.h in *.cc
2011-12-27 Ben Noordhuisuv: upgrade to d6a06b8
2011-12-27 Ryan DahlAdd shared-buffer isolate addon test
2011-12-27 Ryan DahlRemove node_isolate.h from node.h
2011-12-27 Ryan DahlChange isolate test to demo EIO bug
2011-12-27 Ryan Dahlnode_file.cc should use NODE_LOOP()
2011-12-27 Ryan DahlJoin all threads at end of main thread
2011-12-27 Ryan DahlMove prog_start_time init after isolate assigned
2011-12-27 Ryan DahlAdd link-list of all isolates
2011-12-27 Ryan DahlMove uv loop initialization into isolate
2011-12-27 Ryan Dahlmove thread_id to node_isolate.cc
2011-12-27 Ben Noordhuisisolates: replace SLIST with ngx_queue_t
2011-12-27 Ben Noordhuisisolates: add process.tid property, pass args to isolate
2011-12-27 Ben Noordhuisisolates: have node::Isolate manage the v8::Context
2011-12-27 Ben Noordhuisisolates: rename node::Isolate member isolate_ to v8_is...
2011-12-27 Ben NoordhuisSeparate per-process and per-thread init logic.
2011-12-27 Ben NoordhuisRemove per-process globals from per-thread context.
2011-12-27 Ryan Dahlisolates have globals stored in struct globals
2011-12-27 Ben Noordhuisisolates: add _newIsolate() and _joinIsolate() to proce...
2011-12-27 Ben Noordhuisbuild: move internals to separate header file
2011-12-27 Ben Noordhuisbuild: add --without-isolates configure switch
2011-12-27 Ben Noordhuisisolates: add atexit() functionality for isolates
2011-12-27 Ben Noordhuisisolates: isolate-ify the main loop
2011-12-27 Ben Noordhuisuv: upgrade to f5c2a4a
2011-12-27 koichikdocs: fix docs to not suggest variable leaks
2011-12-27 koichikhttp: fix XMLHttpRequest piped in a writable file strea...
2011-12-27 koichiktls: fix test-https-client-reject fails
2011-12-26 Ben Noordhuisdocs: document http.Server.close() semantics
2011-12-26 koichikhttp: Avoid 'data'/'end' events after pause()
2011-12-26 koichikhttp: fix resource leak
2011-12-26 Ben Noordhuiswin: fix mismatched new[]/delete
2011-12-26 Ben Noordhuisbench: fix use of fd after close
next