summaryrefslogtreecommitdiff
path: root/src/node_timer.cc
Commit message (Expand)AuthorAgeFilesLines
* Safe constructor for ObjectWrapped classesBen Noordhuis2010-09-291-0/+4
* Update libev's clock when starting timersRyan Dahl2010-04-041-0/+5
* Timer clean upsRyan Dahl2010-03-231-3/+4
* Fix node_timer bug; sometimes was not initializing watcherRyan Dahl2010-03-121-2/+4
* Adjust object ref count after call to ev_timer_againRyan Dahl2010-03-121-0/+13
* Add timer.again methodRyan Dahl2010-03-111-0/+13
* Decouple timer from EventEmitterRyan Dahl2010-03-051-10/+32
* Use InstanceTemplate() instead of PrototypeTemplate() for accessor methodsZoka2010-02-161-1/+1
* Statically define symbolsRyan Dahl2009-12-091-6/+10
* Attach/Detach -> Ref/UnrefRyan Dahl2009-12-071-3/+3
* Only detach timers when active.Ryan Dahl2009-11-191-2/+4
* Prefix all source files with node_Ryan Dahl2009-10-271-0/+114
* rename a few files to remove node_ prefixRyan2009-04-181-210/+0
* use the WAF build systemRyan2009-04-041-0/+210