5197 Commits (075acfa2d6c823ec9ccedba5fdbca172752d1e4a)
 

Author SHA1 Message Date
Ben Noordhuis 075acfa2d6 uv: upgrade to 56a31f0 13 years ago
Emerson Macedo aa67b1f375 fs: add appendFile() and appendFileSync() functions 13 years ago
Mikael Bourges-Sevenier 5b05429bf0 typed arrays: add Buffer -> TypedArray constructor 13 years ago
Shigeki Ohtsu 55c21970fd build: compile without -fvisibility=hidden 13 years ago
Shigeki Ohtsu a993d22c0f build: set product_prefix to empty for Linux 13 years ago
Andreas Madsen e2f1e50c60 typos 13 years ago
Andreas Madsen 5f08c3cfa1 cluster improvements: Worker class and isolate internal messages 13 years ago
Ben Noordhuis e21643d618 build: fix npm-cli.js install 13 years ago
Ryan Dahl 557fc396b4 Upgrade V8 to 3.8.4 13 years ago
Ben Noordhuis c123ac05dc Merge remote-tracking branch 'origin/v0.6' 13 years ago
Ben Noordhuis 6f8839d2ac crypto: add SecureContext.clearOptions() method 13 years ago
Ben Noordhuis 884f689efe test: add #2293 regression test 13 years ago
Ben Noordhuis 41f2725639 uv: upgrade to 38fc6ad 13 years ago
Ben Noordhuis c2fb062f60 docs: fix typo on community page 13 years ago
isaacs 8e57398b20 Fix #2034 repl message for .clear when useGlobal=true 13 years ago
Ben Noordhuis 539598b11f test: don't create temp files in fixtures dir 13 years ago
Ben Noordhuis 8b2abed03d bench: add /echo endpoint to http_simple 13 years ago
Ryan Dahl 432a2e4d39 Add test for #2438 13 years ago
Ryan Dahl 4b3824b682 Merge remote branch 'origin/isolates2' 13 years ago
Ben Noordhuis c24276f008 net: defer net.Server 'close' event to next tick 13 years ago
Ben Noordhuis 3f5bb15f35 dgram: fix memory leak in error path 13 years ago
Damon Oehlman 744ed46970 repl: fix repl.start not passing the `ignoreUndefined` arg to the REPLServer constructor 13 years ago
Jeremy Martin 8c3a757ffc docs: tiny typo in http.markdown 13 years ago
Ben Noordhuis 0c3b357985 Merge branch 'isolates2' 13 years ago
Ben Noordhuis add4cfcf5f Merge branch 'v0.6' 13 years ago
Ben Noordhuis fa43f04f6a Include ngx-queue.h, fix Windows build. 13 years ago
Ben Noordhuis 25ca13ec1a uv: upgrade to 85f6b79 13 years ago
Ben Noordhuis cdb5864fc3 Make msbuild run in parallel. 13 years ago
Ryan Dahl 4428b70cba Add isolate version of test-child-process-fork 13 years ago
Ryan Dahl 649dbbbd83 Add process.features.isolates 13 years ago
Ryan Dahl 5fc0c27d5c move isolate V8 functions out of node.cc 13 years ago
Ryan Dahl 20ba454ef9 Add node::Loop() and don't inc node_isolate.h in *.cc 13 years ago
Ben Noordhuis dd0188ec08 uv: upgrade to d6a06b8 13 years ago
Ryan Dahl 40c98a977b Add shared-buffer isolate addon test 13 years ago
Ryan Dahl f168f7d702 Remove node_isolate.h from node.h 13 years ago
Ryan Dahl 2c560c5405 Change isolate test to demo EIO bug 13 years ago
Ryan Dahl a0f3eb015a node_file.cc should use NODE_LOOP() 13 years ago
Ryan Dahl 268476549e Join all threads at end of main thread 13 years ago
Ryan Dahl 4d02e77f44 Move prog_start_time init after isolate assigned 13 years ago
Ryan Dahl 4f46ee4400 Add link-list of all isolates 13 years ago
Ryan Dahl 863f17f68c Move uv loop initialization into isolate 13 years ago
Ryan Dahl 45bb10cc32 move thread_id to node_isolate.cc 13 years ago
Ben Noordhuis 6eeb59abf6 isolates: replace SLIST with ngx_queue_t 13 years ago
Ben Noordhuis 809fdf26fb isolates: add process.tid property, pass args to isolate 13 years ago
Ben Noordhuis ca19e792c6 isolates: have node::Isolate manage the v8::Context 13 years ago
Ben Noordhuis ea97d6ed5f isolates: rename node::Isolate member isolate_ to v8_isolate_ 13 years ago
Ben Noordhuis 5866f1a9aa Separate per-process and per-thread init logic. 13 years ago
Ben Noordhuis 2df81c57f6 Remove per-process globals from per-thread context. 13 years ago
Ryan Dahl 828bf50a0e isolates have globals stored in struct globals 13 years ago
Ben Noordhuis eb6e60432b isolates: add _newIsolate() and _joinIsolate() to process object 13 years ago