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
AgeCommit message (Expand)Author
2013-11-13src: fix Context::Scope usageBen Noordhuis
2013-11-12src: add HandleScope in HandleWrap::OnCloseTimothy J Fontaine
2013-11-01node: add AsyncListener supportTrevor Norris
2013-10-30src: shorten Object{Wrap,Unwrap}Trevor Norris
2013-10-30src: use function to get internal pointerTrevor Norris
2013-10-17cpplint: disallow if one-linersFedor Indutny
2013-10-17cpplint: disallow comma-first in C++Fedor Indutny
2013-09-06src: add multi-context supportBen Noordhuis
2013-09-06handle_wrap: properly don't abort on unwrapTrevor Norris
2013-08-12src: fix build break from generic macro nameTrevor Norris
2013-08-12src: centralize class wrap/unwrapTrevor Norris
2013-08-09src: use v8::String::NewFrom*() functionsBen Noordhuis
2013-08-07src: remove no-op HandleWrap::Initialize()Ben Noordhuis
2013-08-01src: more lint after cpplint tighteningBen Noordhuis
2013-07-06lib, src: upgrade after v8 api changeBen Noordhuis
2013-06-18src: clean up `using` directivesBen Noordhuis
2013-06-04src: replace ngx-queue.h with queue.hBen Noordhuis
2013-05-30src: simplify HandleWrap initializationBen Noordhuis
2013-04-19src: replace Holder() with This()Trevor Norris
2013-04-18Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis
2013-04-17handle_wrap: fix NULL pointer dereferenceBen Noordhuis
2013-03-20src: pass Isolate to all applicable apiTrevor Norris
2013-03-20bindings: update apiTrevor Norris
2013-03-13core: Move UNWRAP_NO_ABORT to handle_wrap.hisaacs
2013-03-06handle_wrap: add close callback supportBen Noordhuis
2013-03-06handle_wrap: replace unref_ field with flags_ fieldBen Noordhuis
2013-02-26src, test: downgrade to v8 3.14 apiBen Noordhuis
2013-01-07src: pass node_isolate to Undefined()Ben Noordhuis
2013-01-07src: pass node_isolate to Null()Ben Noordhuis
2013-01-02bindings: update to new v8 apisFedor Indutny
2012-09-22handle_wrap: don't abort if wrap == NULLBen Noordhuis
2012-06-07child_process: spawn().ref() and spawn().unref()Fedor Indutny
2012-05-22deps: upgrade libuv to a478847Ben Noordhuis
2012-05-22Make UNWRAP macro generic.Oleg Efimov
2012-05-15process: add _getActiveHandles(), _getActiveRequests()Ben Noordhuis
2012-03-10core: use proper #include directivesBen Noordhuis
2012-02-06Revert support for isolates.Ben Noordhuis
2012-01-20fs, handle_wrap: use Loop(), not uv_default_loop()Ben Noordhuis
2012-01-12Merge branch 'v0.6'Fedor Indutny
2012-01-09handle_wrap: guard against uninitialized handle or double closeBen Noordhuis
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-29isolates: isolate-ify the main loopBen Noordhuis
2011-12-06Fix #2257 pause/resume semantics for stdinisaacs
2011-11-02Add missing copyright headersRyan Dahl
2011-10-20Display sys_errno when UV_UNKNOWN is returnedRyan Dahl
2011-09-28Move process.stdout unref hack to handle_wrap.ccRyan Dahl
2011-07-27stdio binding + javascript to enable process.stdin.listen()Igor Zinkovsky
2011-07-21upgrade libuv to 6e50576Ryan Dahl
2011-07-18Abstract out HandleWrap classRyan Dahl