5137 Commits (649dbbbd833bd29d69d76afa74f5afd453003640)
 

Author SHA1 Message Date
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
Ben Noordhuis 09dc577931 build: move internals to separate header file 13 years ago
Ben Noordhuis b3d4938e3e build: add --without-isolates configure switch 13 years ago
Ben Noordhuis 66116924ed isolates: add atexit() functionality for isolates 13 years ago
Ben Noordhuis 356992fe4d isolates: isolate-ify the main loop 13 years ago
Ben Noordhuis e9f8e28426 uv: upgrade to f5c2a4a 13 years ago
Ben Noordhuis bc7bae1d6b Merge remote-tracking branch 'origin/v0.6' 13 years ago
Ryan Dahl b7c05e1b75 Upgrade V8 to 3.8.3 13 years ago
Ryan Dahl 448c5e07ca Revert "Add HandleScope to http-parser binding" 13 years ago
Andreas Madsen d483acc5d9 test: remove internet test from test/simple/ 13 years ago
koichik b037c16f55 test: fix test-sys.js fails if the time zone is not CET 13 years ago
koichik a848a3efbf net: fix Socket.pause null reference when called on a closed Stream 13 years ago
koichik e1c043f43a docs: fix docs to not suggest variable leaks 13 years ago
koichik a337ac7584 http: fix XMLHttpRequest piped in a writable file stream hangs next request 13 years ago
koichik b962ff35dd tls: fix test-https-client-reject fails 13 years ago
Ben Noordhuis 70e6f3f115 docs: document http.Server.close() semantics 13 years ago
koichik e6b6075024 http: Avoid 'data'/'end' events after pause() 13 years ago
koichik 7aa5924dc6 http: fix resource leak 13 years ago
Ben Noordhuis 0de6ec5f08 win: fix mismatched new[]/delete 13 years ago
Ben Noordhuis ed5bad754c bench: fix use of fd after close 13 years ago
Ryan Dahl 48a9a2d355 Add deprecation message for http.Client 13 years ago
Ryan Dahl c2d9e62f16 Merge remote branch 'origin/v0.6' 13 years ago
Ryan Dahl e4731f8168 Upgrade V8 to 3.8.2.1 13 years ago
Ryan Dahl d85c85aac1 Change 'real example' in addon doc 13 years ago
Ryan Dahl 624f70e88f GYP: rename options.gypi to config.gypi 13 years ago
Bert Belder c6347dcfb4 Add another nextTick benchmark 13 years ago
Phil Sung cf2513e1aa buffer: don't pollute global namespace in buffer.readInt* 13 years ago
Ben Noordhuis b261e37a34 test: ensure callback is executed 13 years ago
Ju-yeong Park 5976d58796 net: raise exception when the socket is closed 13 years ago
Dave Irvine 045bfe0da5 docs: document 'encoding' arg of hash.update() 13 years ago