libuv/src/unix
Stephen Gallagher e318b06a0e include: split off libev function prototypes
This patch creates a new header - ev-proto.h - which contains all of the
protoypes for libev functions. This allows us to create a shared object of
libuv without exposing libev internal functions.
2012-11-07 16:55:49 +01:00
..
ev include: split off libev function prototypes 2012-11-07 16:55:49 +01:00
linux Merge branch 'v0.8' 2012-10-25 04:43:19 +02:00
aix.c aix: add initial platform support for aix using gcc/gxlc 2012-09-14 01:23:28 +02:00
async.c Revert "unix: avoid iterating over all async handles" 2012-10-24 14:58:49 +02:00
core.c unix: support signal handlers outside the main loop 2012-10-17 01:25:02 +02:00
cygwin.c Merge branch 'v0.8' 2012-08-18 03:57:41 +02:00
darwin.c darwin: fix uv_hrtime() thread safety issue 2012-11-07 16:20:18 +01:00
dl.c unix: assume that dlopen() clobbers dlerror() 2012-06-28 01:54:02 +02:00
error.c unix: map EDQUOT to UV_ENOSPC 2012-09-21 17:08:27 +02:00
freebsd.c Merge branch 'v0.8' 2012-08-18 03:57:41 +02:00
fs.c unix: set req type to UV_FS 2012-11-02 14:23:23 +01:00
fsevents.c darwin: make it possible to compile for iOS 2012-10-29 23:45:52 +01:00
getaddrinfo.c unix: port getaddrinfo to new thread pool 2012-10-01 22:53:59 +02:00
internal.h include: split off libev function prototypes 2012-11-07 16:55:49 +01:00
kqueue.c darwin: emit relative path in fsevents 2012-09-18 00:29:29 +02:00
loop-watcher.c unix, windows: remove handle init counters 2012-08-10 02:00:11 +02:00
loop.c Revert "unix: avoid iterating over all async handles" 2012-10-24 14:58:49 +02:00
netbsd.c unix: support missing api on NetBSD 2012-09-11 17:23:43 +02:00
openbsd.c Merge branch 'v0.8' 2012-08-18 03:57:41 +02:00
pipe.c unix: NULL pipe_fname in uv__pipe_close() 2012-11-01 15:51:06 +01:00
poll.c unix, windows: remove handle init counters 2012-08-10 02:00:11 +02:00
process.c unix: do not set environ unless one is provided 2012-11-03 01:37:22 +01:00
signal.c unix: support signal handlers outside the main loop 2012-10-17 01:25:02 +02:00
stream.c Revert "unix: use select() for specific fds on OS X" 2012-11-04 01:23:12 +01:00
sunos.c darwin: emit relative path in fsevents 2012-09-18 00:29:29 +02:00
tcp.c unix: rethink relaxed accept() approach 2012-09-18 00:16:43 +02:00
thread.c unix, windows: add thread barrier support 2012-10-09 17:30:52 +02:00
threadpool.c unix: remove unnecessary pthread_join ESRCH check 2012-10-10 01:11:09 +02:00
timer.c unix, windows: remove handle init counters 2012-08-10 02:00:11 +02:00
tty.c Revert "unix: reopen tty as /dev/tty" 2012-11-04 01:07:14 +01:00
udp.c unix, windows: add uv_tcp_open and uv_udp_open 2012-09-17 18:09:51 +02:00