13 Commits (29e867aaa062e6d05e3469aa16a5f4089c294033)

Author SHA1 Message Date
Ryan Dahl ec0266a56c Update libev's clock when starting timers 15 years ago
Ryan Dahl a01d8a0d68 Timer clean ups 15 years ago
Ryan Dahl b571900d9c Fix node_timer bug; sometimes was not initializing watcher 15 years ago
Ryan Dahl 836e6a3fcb Adjust object ref count after call to ev_timer_again 15 years ago
Ryan Dahl 9b67962a44 Add timer.again method 15 years ago
Ryan Dahl e72b072d53 Decouple timer from EventEmitter 15 years ago
Zoka fbef11b679 Use InstanceTemplate() instead of PrototypeTemplate() for accessor methods 15 years ago
Ryan Dahl 45a806a066 Statically define symbols 15 years ago
Ryan Dahl c1baa70fe5 Attach/Detach -> Ref/Unref 15 years ago
Ryan Dahl 686bec4f35 Only detach timers when active. 15 years ago
Ryan Dahl a5df0f6a65 Prefix all source files with node_ 15 years ago
Ryan Dahl 602f9dbf3f SetClassName on internal classes. 15 years ago
Ryan 2f46540d30 Create NODE_UNIXTIME macros 15 years ago
Ryan 116f4dea05 lint 15 years ago
Ryan 041af82b8c Bugfix: Sockets not properly reattached if reconnected during disconnect event. 16 years ago
Ryan 22c3a1e2a5 Templatize ObjectWrap::Unwrap. Remove NODE_UNWRAP macro. 16 years ago
Ryan 1fc4dce08b Simplify and cleanup ObjectWrap. 16 years ago
Ryan d428eff023 Snakecase events . 16 years ago
Ryan e876d6629e Fix unused variable warnings. 16 years ago
Ryan 89320036a8 Timer::RepeatSetter wasn't getting the right value 16 years ago
Ryan b4af3b9fb5 Timers on Events 16 years ago
Ryan 3bdd042a6e Rename fatal_exception to FatalException 16 years ago
Ryan baed9d514d Inform V8 of external allocations. 16 years ago
Ryan 427e3f5dcb Introduce NODE_SET_PROTOTYPE_METHOD which properly sets the signature. 16 years ago
Ryan 740139408d Fix memory leak in timer. 16 years ago
Ryan f6c955b7f4 Move Timer class into node namespace. 16 years ago
Ryan cfd61622ae Reference counting. Network bugs. 16 years ago
Ryan fd392d0a50 Remove `if (pointer == NULL)` after allocations with `new`. 16 years ago
Ryan f213a27657 Refactor setTimeout to be a Timer object. 16 years ago