libuv/src
Ben Noordhuis d4737abd6d unix: remove dead code in process.c
uv_spawn() saves and restores the environ in case the child clobbers it -
which is impossible because the child process runs in a separate address space.
2012-08-08 23:20:28 +02:00
..
unix unix: remove dead code in process.c 2012-08-08 23:20:28 +02:00
win Remove c-ares integrations 2012-08-07 01:03:52 +02:00
fs-poll.c unix, windows: stat: never pass NULL to cb 2012-06-20 17:56:37 +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 Use uv_inet_ntop/uv_inet_pton, instead of the c-ares implementations 2012-08-07 01:03:51 +02:00
uv-common.h unix, windows: share uv__handle_init() 2012-06-13 01:28:58 +02:00