| .. |
|
eio
|
Add support for DragonFly BSD by sharing code for FreeBSD.
|
2011-11-13 19:46:24 +01:00 |
|
ev
|
unix: don't rely on libev to track timer state
|
2012-03-01 16:41:58 +01:00 |
|
cares.c
|
Fixes #76. Unify OS error reporting
|
2011-09-27 19:05:33 -07:00 |
|
core.c
|
unix: don't rely on libev to track timer state
|
2012-03-01 16:41:58 +01:00 |
|
cygwin.c
|
Fix missing increments of loop->counters
|
2011-12-12 18:01:26 +01:00 |
|
darwin.c
|
Change return type of uv_get_*_memory() functions
|
2011-10-21 10:09:59 -07:00 |
|
dl.c
|
unix: it's legal for dlsym() to return NULL
|
2011-12-18 16:49:40 +01:00 |
|
error.c
|
unix: map EROFS to UV_EROFS
|
2012-05-01 16:52:48 +02:00 |
|
freebsd.c
|
Add support for DragonFly BSD by sharing code for FreeBSD.
|
2011-11-13 19:46:24 +01:00 |
|
fs.c
|
unix: add uv_fs_read64, uv_fs_write64 and uv_fs_ftruncate64
|
2012-04-06 01:47:18 +02:00 |
|
internal.h
|
unix: don't rely on libev to track timer state
|
2012-03-01 16:41:58 +01:00 |
|
kqueue.c
|
unix: fix fs_event refcount bug on darwin
|
2012-03-01 16:42:05 +01:00 |
|
linux.c
|
linux: add IN_MOVE_SELF to inotify event mask
|
2012-04-25 01:27:43 +02:00 |
|
netbsd.c
|
Fix typo that broke libuv on NetBSD: psysconf() -> sysconf()
|
2011-11-13 19:42:57 +01:00 |
|
openbsd.c
|
Change return type of uv_get_*_memory() functions
|
2011-10-21 10:09:59 -07:00 |
|
pipe.c
|
unix: call pipe handle connection cb on accept() error
|
2012-04-22 19:32:47 +02:00 |
|
process.c
|
Temporary API to support spawn with uid and gid options
|
2012-04-27 17:41:56 +02:00 |
|
stream.c
|
unix: handle EWOULDBLOCK in uv__read()
|
2012-04-22 19:32:47 +02:00 |
|
sunos.c
|
unix: unref fs event watcher
|
2012-01-02 10:42:27 +01:00 |
|
tcp.c
|
windows: add tests for uv_tcp_simultaneous_accepts
|
2011-11-01 01:13:13 -07:00 |
|
tty.c
|
unix: don't flush tty on switch to raw mode
|
2012-02-13 22:41:36 +01:00 |
|
udp.c
|
unix: explain SO_REUSEADDR and SO_REUSEPORT
|
2012-01-31 16:52:27 +01:00 |
|
uv-eio.c
|
move eio stuff into src/unix
|
2011-08-31 00:24:07 -07:00 |
|
uv-eio.h
|
move eio stuff into src/unix
|
2011-08-31 00:24:07 -07:00 |