aboutsummaryrefslogtreecommitdiff
path: root/src/timer_wrap.cc
AgeCommit message (Expand)Author
2012-07-23export HandleWrap Unref Ref in tcp/udp/timer/pipeTimothy J Fontaine
2012-05-22deps: upgrade libuv to a478847Ben Noordhuis
2012-05-21Make UNWRAP macro generic.Oleg Efimov
2012-04-17MakeCallback: Consistent symbol usageisaacs
2012-03-10core: use proper #include directivesBen Noordhuis
2012-02-06Revert support for isolates.Ben 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-11-09Remove stray NODE_MODULE() semi-colons.Ben Noordhuis
2011-11-02Add missing copyright headersRyan Dahl
2011-10-19Display sys_errno when UV_UNKNOWN is returnedRyan Dahl
2011-10-14timer_wrap: add sanity check assertBen Noordhuis
2011-08-31Upgrade libuv to ea4271fRyan Dahl
2011-07-18Move HandleWrap rules to one placeRyan Dahl
2011-07-18Abstract out HandleWrap classRyan Dahl
2011-06-28Fix test-net-pingpong.js on windowsHenry Rawas
2011-06-28Upgrade libuv to f9b9bb44bd6e2b74729b5d1ff481adf4213e9a0bRyan Dahl
2011-06-14libuv wraps: Dispose of JS object on close()Ryan Dahl
2011-06-10Upgrade libuvRyan Dahl
2011-06-08Use timer_wrap instead of the old timer bindingBert Belder
2011-06-07Upgrade libuv to e58a1abff02d7bacf89a56de9050e27690a97bc5Ryan Dahl
2011-05-28Move MakeCallback and SetErrno to node.ccRyan Dahl
2011-05-28TimerWrap: mimic libev ref count semanticsRyan Dahl
2011-05-25Implement new wrap for uv timerRyan Dahl