Ryan Dahl
|
263e33a738
|
Revert "Get rid of the old timer binding"
This reverts commit cc82724fdc.
Conflicts:
src/node.cc
wscript
|
2011-06-29 15:06:40 +02:00 |
|
Bert Belder
|
cc82724fdc
|
Get rid of the old timer binding
|
2011-06-08 05:06:14 +02:00 |
|
Ryan Dahl
|
55048cdf79
|
Update copyright headers
|
2011-03-14 17:37:05 -07:00 |
|
Ryan Dahl
|
c10caca34c
|
Style
|
2011-02-03 16:58:05 -08:00 |
|
Ben Noordhuis
|
55c65cc2d5
|
Safe constructor for ObjectWrapped classes
New() methods should be invoked as constructors, not regular functions.
Corner cases like Script::New() may cause a SIGSEGV when the GC is run.
More details: http://groups.google.com/group/nodejs/browse_thread/thread/a7e5db68d4cd6356
|
2010-09-29 16:02:45 -07:00 |
|
Ryan Dahl
|
ec0266a56c
|
Update libev's clock when starting timers
Make the timeouts more accurate. See test/pummel/test-timers.js
|
2010-04-04 19:33:12 -07:00 |
|
Ryan Dahl
|
a01d8a0d68
|
Timer clean ups
Also bugfix getting pointer to C++ class in watcher
|
2010-03-23 17:28:26 -07:00 |
|
Ryan Dahl
|
b571900d9c
|
Fix node_timer bug; sometimes was not initializing watcher
|
2010-03-12 12:56:10 -08:00 |
|
Ryan Dahl
|
836e6a3fcb
|
Adjust object ref count after call to ev_timer_again
|
2010-03-12 12:27:41 -08:00 |
|
Ryan Dahl
|
9b67962a44
|
Add timer.again method
|
2010-03-11 12:38:42 -08:00 |
|
Ryan Dahl
|
e72b072d53
|
Decouple timer from EventEmitter
|
2010-03-05 15:31:26 -08:00 |
|
Zoka
|
fbef11b679
|
Use InstanceTemplate() instead of PrototypeTemplate() for accessor methods
This fixes crash that used to happen when Eclipse debugging session hits the
breakpoint that is set either in timer or connection callback.
|
2010-02-16 09:04:19 -08:00 |
|
Ryan Dahl
|
45a806a066
|
Statically define symbols
~7% improvement in hello world HTTP response bench.
|
2009-12-09 09:12:01 +01:00 |
|
Ryan Dahl
|
c1baa70fe5
|
Attach/Detach -> Ref/Unref
|
2009-12-07 17:55:19 +01:00 |
|
Ryan Dahl
|
686bec4f35
|
Only detach timers when active.
|
2009-11-19 19:08:47 +01:00 |
|
Ryan Dahl
|
a5df0f6a65
|
Prefix all source files with node_
|
2009-10-27 11:46:58 +01:00 |
|
Ryan
|
67af958f81
|
rename a few files to remove node_ prefix
|
2009-04-18 15:37:53 +02:00 |
|
Ryan
|
1a126ed11c
|
use the WAF build system
|
2009-04-04 14:50:15 +02:00 |
|