libuv/src
Ben Noordhuis 1bb1ba27dd unix: fix compiler warning in async.c
Include missing <string.h> header. Fixes the following compiler warning:

  src/unix/async.c:182:7: warning: implicit declaration of
  function ‘memmove’ [-Wimplicit-function-declaration]
2012-10-20 23:36:00 +02:00
..
unix unix: fix compiler warning in async.c 2012-10-20 23:36:00 +02:00
win unix, windows: add thread barrier support 2012-10-09 17:30:52 +02:00
fs-poll.c unix, windows: fix memory leak in fs-poll.c 2012-10-01 23:43:32 +02:00
inet.c Add libuv-ified versions of inet_pton and inet_ntop 2012-08-07 01:03:47 +02:00
uv-common.c Add uv_thread_self. 2012-09-13 16:08:07 +02:00
uv-common.h windows: make active and closing handle state independent 2012-08-27 23:56:35 +02:00