539 Commits (544e5ee1fbddcc09418e1e99bd05d39bcee1ab3c)

Author SHA1 Message Date
Shigeki Ohtsu 59c3923672 process: show detailed error message in process.dlopen() 13 years ago
Andreas Madsen 3f4062309e core: ignore too many arguments, don't assert 13 years ago
Maciej Małecki 977e211421 debugger: rename `process.debug_port` to `process.debugPort` 13 years ago
Bert Belder 8f2694bb53 Make win32 ansi api usage explicit 13 years ago
Bert Belder 9364699be1 Revert "Windows: support non-ansi command line arguments" 13 years ago
Bert Belder d91bc7cb09 Windows: get rid of process._cwdForDrive() 13 years ago
Bert Belder 077f9d7293 Windows: use unicode environment 13 years ago
Bert Belder ef032cbe85 Windows: support non-ansi command line arguments 13 years ago
Fedor Indutny 3f43b1c039 debugger: export `debug_port` to `process` 13 years ago
Marcel Laverdet 9a6012edd9 Re-add top-level v8::Locker 13 years ago
Ben Noordhuis 74a8215a86 Revert support for isolates. 13 years ago
Ben Noordhuis 7543c38dca Revert "Add explicit v8 locker" 13 years ago
Marcel Laverdet 11d1eca9f3 Add explicit v8 locker 14 years ago
Bert Belder 68db20656e Rename some occurrences of `process_1` back to `process` 13 years ago
Igor Zinkovsky de78922b12 ref isolate loop 13 years ago
Ben Noordhuis 03cb903e7e isolates: remove references to uv_thread_self() 13 years ago
Fedor Indutny 99679c6430 IsolateDebugger C++ 13 years ago
Fedor Indutny 44e7033279 fixed debugger segfaults 13 years ago
Ben Noordhuis 9a79bb694e Avoid unnecessary buffer to string conversion. 13 years ago
Ben Noordhuis 1e73e4c62f isolates: remove global isolates list 13 years ago
Ben Noordhuis dadc30318f isolates: implement message passing 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
Ryan Dahl f168f7d702 Remove node_isolate.h from node.h 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 809fdf26fb isolates: add process.tid property, pass args to 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
Ben Noordhuis eb6e60432b isolates: add _newIsolate() and _joinIsolate() to process object 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
Ryan Dahl 036e59394a Add process.features.isolates 13 years ago
Ryan Dahl 533a455274 move isolate V8 functions out of node.cc 13 years ago
Ryan Dahl 9d792f3183 Add node::Loop() and don't inc node_isolate.h in *.cc 13 years ago
Ryan Dahl 87bb848268 Remove node_isolate.h from node.h 13 years ago
Ryan Dahl 41062e71a7 Join all threads at end of main thread 13 years ago
Ryan Dahl 2d8c1fe1ed Move prog_start_time init after isolate assigned 13 years ago
Ryan Dahl 1a433b9637 Add link-list of all isolates 13 years ago
Ryan Dahl 78a25696f1 Move uv loop initialization into isolate 13 years ago
Ryan Dahl 39a492799d move thread_id to node_isolate.cc 13 years ago
Ben Noordhuis d329fc7b09 isolates: add process.tid property, pass args to isolate 13 years ago
Ben Noordhuis 3aadd4fe76 Separate per-process and per-thread init logic. 13 years ago
Ben Noordhuis 8a538ce372 Remove per-process globals from per-thread context. 13 years ago
Ben Noordhuis edbec3f8f3 isolates: add _newIsolate() and _joinIsolate() to process object 13 years ago
Ben Noordhuis 2a7a2ca986 isolates: add atexit() functionality for isolates 13 years ago