summaryrefslogtreecommitdiff
path: root/src/timer_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* src, test: downgrade to v8 3.14 apiBen Noordhuis2013-02-251-6/+6
* src: pass node_isolate to Integer::NewBen Noordhuis2013-01-071-6/+6
* export HandleWrap Unref Ref in tcp/udp/timer/pipeTimothy J Fontaine2012-07-231-0/+2
* deps: upgrade libuv to a478847Ben Noordhuis2012-05-221-37/+0
* Make UNWRAP macro generic.Oleg Efimov2012-05-211-17/+5
* MakeCallback: Consistent symbol usageisaacs2012-04-171-1/+4
* core: use proper #include directivesBen Noordhuis2012-03-101-2/+2
* Revert support for isolates.Ben Noordhuis2012-02-061-10/+9
* Add node::Loop() and don't inc node_isolate.h in *.ccRyan Dahl2011-12-291-10/+10
* Remove node_isolate.h from node.hRyan Dahl2011-12-291-0/+1
* isolates: isolate-ify the main loopBen Noordhuis2011-12-291-9/+9
* Remove stray NODE_MODULE() semi-colons.Ben Noordhuis2011-11-091-1/+1
* Add missing copyright headersRyan Dahl2011-11-021-0/+21
* Display sys_errno when UV_UNKNOWN is returnedRyan Dahl2011-10-191-5/+7
* timer_wrap: add sanity check assertBen Noordhuis2011-10-141-0/+3
* Upgrade libuv to ea4271fRyan Dahl2011-08-311-9/+9
* Move HandleWrap rules to one placeRyan Dahl2011-07-181-21/+0
* Abstract out HandleWrap classRyan Dahl2011-07-181-37/+8
* Fix test-net-pingpong.js on windowsHenry Rawas2011-06-281-2/+0
* Upgrade libuv to f9b9bb44bd6e2b74729b5d1ff481adf4213e9a0bRyan Dahl2011-06-281-1/+1
* libuv wraps: Dispose of JS object on close()Ryan Dahl2011-06-141-3/+6
* Upgrade libuvRyan Dahl2011-06-101-3/+4
* Use timer_wrap instead of the old timer bindingBert Belder2011-06-081-4/+0
* Upgrade libuv to e58a1abff02d7bacf89a56de9050e27690a97bc5Ryan Dahl2011-06-071-3/+3
* Move MakeCallback and SetErrno to node.ccRyan Dahl2011-05-281-37/+0
* TimerWrap: mimic libev ref count semanticsRyan Dahl2011-05-281-37/+53
* Implement new wrap for uv timerRyan Dahl2011-05-251-0/+263