Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-01-10isolates: drain message queue completelyBen Noordhuis
2012-01-09child_process: fix segfault after failed spawnBen Noordhuis
2012-01-09handle_wrap: guard against uninitialized handle or double closeBen Noordhuis
2012-01-09Merge remote branch 'origin/v0.6'Ryan Dahl
2012-01-09Avoid unnecessary buffer to string conversion.Ben Noordhuis
2012-01-07Now working on v0.6.8isaacs
2012-01-072012.01.06, Version 0.6.7 (stable)v0.6.7isaacs
2012-01-07Revert "crypto: add SecureContext.clearOptions() method"Ryan Dahl
2012-01-06child_process: add isolates supportBen Noordhuis
2012-01-06isolates: remove global isolates listBen Noordhuis
2012-01-06isolates: implement message passingBen Noordhuis
2012-01-05typed arrays: add Buffer -> TypedArray constructorMikael Bourges-Sevenier
2012-01-05cluster improvements: Worker class and isolate internal messagesAndreas Madsen
2012-01-04Potential fix for #2438Ryan Dahl
2012-01-02Merge remote-tracking branch 'origin/v0.6'Ben Noordhuis
2012-01-02crypto: add SecureContext.clearOptions() methodBen Noordhuis
2011-12-29dgram: fix memory leak in error pathBen Noordhuis
2011-12-29Include ngx-queue.h, fix Windows build.Ben Noordhuis
2011-12-29Add process.features.isolatesRyan Dahl
2011-12-29move isolate V8 functions out of node.ccRyan Dahl
2011-12-29Add node::Loop() and don't inc node_isolate.h in *.ccRyan Dahl
2011-12-29Remove node_isolate.h from node.hRyan Dahl
2011-12-29node_file.cc should use NODE_LOOP()Ryan Dahl
2011-12-29Join all threads at end of main threadRyan Dahl
2011-12-29Move prog_start_time init after isolate assignedRyan Dahl
2011-12-29Add link-list of all isolatesRyan Dahl
2011-12-29Move uv loop initialization into isolateRyan Dahl
2011-12-29move thread_id to node_isolate.ccRyan Dahl
2011-12-29isolates: replace SLIST with ngx_queue_tBen Noordhuis
2011-12-29isolates: add process.tid property, pass args to isolateBen Noordhuis
2011-12-29isolates: have node::Isolate manage the v8::ContextBen Noordhuis
2011-12-29isolates: rename node::Isolate member isolate_ to v8_isolate_Ben Noordhuis
2011-12-29Separate per-process and per-thread init logic.Ben Noordhuis
2011-12-29Remove per-process globals from per-thread context.Ben Noordhuis
2011-12-29isolates have globals stored in struct globalsRyan Dahl
2011-12-29isolates: add _newIsolate() and _joinIsolate() to process objectBen Noordhuis
2011-12-29build: move internals to separate header fileBen Noordhuis
2011-12-29isolates: add atexit() functionality for isolatesBen Noordhuis
2011-12-29isolates: isolate-ify the main loopBen Noordhuis
2011-12-29Merge remote-tracking branch 'origin/v0.6'Ben Noordhuis
2011-12-29Revert "Add HandleScope to http-parser binding"Ryan Dahl
2011-12-26win: fix mismatched new[]/deleteBen Noordhuis
2011-12-22Merge remote branch 'origin/v0.6'Ryan Dahl
2011-12-22Add HandleScope to http-parser bindingRyan Dahl
2011-12-20Add missing return statement in _debugPause() binding.Ben Noordhuis
2011-12-19pause commandFedor Indutny
2011-12-19module: improve process.dlopen() error messagesBen Noordhuis
2011-12-17Merge remote branch 'origin/v0.6'Ryan Dahl
2011-12-16simple DTrace ustack helperDave Pacheco
2011-12-16crypto: rewrite HexDecode without snprintfRoman Shtylman