- 08 Apr, 2013 1 commit
-
-
CustomEventEmitter: Remove setTimeout in favor of process.nextTick()
Jan Aagaard Meier committed
-
- 03 Apr, 2013 4 commits
-
-
Michael Weibel committed
-
Hope this fixes the tests. Thanks @janmeier
Michael Weibel committed -
According to [process.nextTick() documentation](http://nodejs.org/api/process.html#process_process_nexttick_callback), using setTimeout is not recommended: On the next loop around the event loop call this callback. This is not a simple alias to setTimeout(fn, 0), it's much more efficient. I'm not sure why you didn't use `nextTick()` yet, so if it was intended, please close :) I'm currently testing this change and it seems to work better than with setTimeout. What I'm unsure is the run function - it's not needed anymore imho.
Michael Weibel committed -
Sascha Depold committed
-
- 02 Apr, 2013 1 commit
-
-
Sascha Depold committed
-
- 28 Mar, 2013 5 commits
-
-
Sascha Depold committed
-
Sascha Depold committed
-
Sascha Depold committed
-
Sascha Depold committed
-
Sascha Depold committed
-
- 27 Mar, 2013 1 commit
-
- 24 Mar, 2013 6 commits
-
-
Sascha Depold committed
-
Sascha Depold committed
-
Sascha Depold committed
-
-
Sascha Depold committed
-
- 23 Mar, 2013 2 commits
-
-
Sascha Depold committed
-
Sascha Depold committed
-
- 21 Mar, 2013 1 commit
-
-
solotimes committed
-
- 17 Mar, 2013 1 commit
-
-
Jan Aagaard Meier committed
-
- 13 Mar, 2013 1 commit
-
-
Sascha Depold committed
-
- 11 Mar, 2013 7 commits
-
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
- 07 Mar, 2013 1 commit
-
-
Sascha Depold committed
-
- 06 Mar, 2013 8 commits
-
-
Mick Hansen committed
-
Add DECIMAL data type support (thanks to @alexyoung)
Mick Hansen committed -
Alex Young committed
-
… and scale. Fixes #232
Alex Young committed -
Ivan Popovski committed
-
Ivan Popovski committed
-
Alex Young committed
-
- 05 Mar, 2013 1 commit
-
-
- added test to check factory size
Rob Raux committed
-