libuv/src
Saúl Ibarra Corretgé 54ce3f6c8e windows: further simplify the code for timers
- Remove the UV_HANDLE_ACTIVE flag. It's a duplicate from
  UV__HANDLE_ACTIVE, which was used solely on timers and loop watchers.

- Avoid duplicated code when running timers by stopping the handle and
  rearming it with the repeat time, thus having a single place where the
  timers are added and removed to and from the RB tree, respectively.
2014-09-10 09:52:00 +02:00
..
unix darwin: allocate enough space for select() hack 2014-09-08 08:37:36 +01:00
win windows: further simplify the code for timers 2014-09-10 09:52:00 +02:00
fs-poll.c unix: replace some asserts with returning errors 2014-08-11 18:42:48 +02:00
heap-inl.h heap: fix heap_remove() 2014-05-23 20:04:42 +04:00
inet.c unix, windows: fix parsing scoped IPv6 addresses 2014-05-25 23:30:46 +02:00
queue.h queue: strengthen type checks 2013-11-02 13:55:57 +01:00
threadpool.c windows: don't use atexit for cleaning up the threadpool 2014-07-28 09:38:57 +02:00
uv-common.c unix, windows: move includes for EAI constants 2014-08-21 21:31:02 +02:00
uv-common.h fs: introduce uv_readdir_next() and report types 2014-08-14 17:19:45 +04:00
version.c Now working on v0.10.28 2014-05-01 09:23:46 -07:00