| .. |
|
aix-common.c
|
unix: remove unnecessary linebreaks
|
2018-10-15 14:51:11 -04:00 |
|
aix.c
|
unix: don't attempt to invalidate invalid fd
|
2019-02-10 10:11:19 -05:00 |
|
android-ifaddrs.c
|
core: move all include files except uv.h to uv/
|
2018-06-14 18:39:32 +02:00 |
|
async.c
|
include,src: introduce UV__ERR() macro
|
2018-02-08 22:38:02 -05:00 |
|
atomic-ops.h
|
sunos: fix argument/prototype mismatch in atomics
|
2019-03-16 13:22:56 -04:00 |
|
bsd-ifaddrs.c
|
unix: enable IPv6 tests on OpenBSD
|
2019-01-14 11:24:42 -05:00 |
|
bsd-proctitle.c
|
core,bsd: refactor process_title functions
|
2018-10-18 10:11:40 +02:00 |
|
core.c
|
unix,win: add uv_gettimeofday()
|
2019-03-25 20:23:49 -04:00 |
|
cygwin.c
|
unix: return 0 retrieving rss on cygwin
|
2018-09-21 10:51:38 -04:00 |
|
darwin-proctitle.c
|
unix: harden string copying, introduce strscpy()
|
2018-12-04 17:08:09 +01:00 |
|
darwin.c
|
include,src: introduce UV__ERR() macro
|
2018-02-08 22:38:02 -05:00 |
|
dl.c
|
misc: remove unnecessary null pointer checks
|
2015-11-17 09:18:55 +01:00 |
|
freebsd.c
|
core,bsd: refactor process_title functions
|
2018-10-18 10:11:40 +02:00 |
|
fs.c
|
unix,win: add uv_fs_{open,read,close}dir()
|
2019-03-26 18:47:51 -04:00 |
|
fsevents.c
|
fsevents: really watch files with fsevents on macos 10.7+
|
2019-01-04 13:14:10 -05:00 |
|
getaddrinfo.c
|
test,sunos: fix statement not reached warnings
|
2019-03-16 13:22:16 -04:00 |
|
getnameinfo.c
|
unix,win: limit concurrent DNS calls to nthreads/2
|
2018-08-21 10:48:24 +02:00 |
|
ibmi.c
|
ibmi: return 0 from uv_resident_set_memory()
|
2018-09-18 11:54:27 -04:00 |
|
internal.h
|
sunos: disable __attribute__((unused))
|
2019-03-16 13:20:40 -04:00 |
|
kqueue.c
|
bsd: plug uv_fs_event_start() error path fd leak
|
2019-02-26 03:46:46 +01:00 |
|
linux-core.c
|
unix: don't attempt to invalidate invalid fd
|
2019-02-10 10:11:19 -05:00 |
|
linux-inotify.c
|
linux: get rid of strncpy() call
|
2018-12-04 17:08:20 +01:00 |
|
linux-syscalls.c
|
linux: use statx() to obtain file birth time
|
2019-02-12 11:16:44 +01:00 |
|
linux-syscalls.h
|
linux: use statx() to obtain file birth time
|
2019-02-12 11:16:44 +01:00 |
|
loop-watcher.c
|
include,src: introduce UV__ERR() macro
|
2018-02-08 22:38:02 -05:00 |
|
loop.c
|
unix,win: merge handle flags
|
2018-06-29 22:24:52 +02:00 |
|
netbsd.c
|
unix: harden string copying, introduce strscpy()
|
2018-12-04 17:08:09 +01:00 |
|
no-fsevents.c
|
include,src: introduce UV__ERR() macro
|
2018-02-08 22:38:02 -05:00 |
|
no-proctitle.c
|
include,src: introduce UV__ERR() macro
|
2018-02-08 22:38:02 -05:00 |
|
openbsd.c
|
core,bsd: refactor process_title functions
|
2018-10-18 10:11:40 +02:00 |
|
os390-syscalls.c
|
zos: use correct pointer type in strnlen
|
2018-06-29 04:38:28 -07:00 |
|
os390-syscalls.h
|
linux: remove epoll syscall wrappers
|
2018-09-06 13:07:13 +02:00 |
|
os390.c
|
unix: don't attempt to invalidate invalid fd
|
2019-02-10 10:11:19 -05:00 |
|
pipe.c
|
udp: add support for UDP connected sockets
|
2019-03-16 12:05:37 -04:00 |
|
poll.c
|
unix: catch some cases of watching fd twice
|
2018-05-30 13:24:19 +02:00 |
|
posix-hrtime.c
|
unix: factor out reusable POSIX hrtime impl
|
2017-03-03 15:52:42 +01:00 |
|
posix-poll.c
|
unix: don't attempt to invalidate invalid fd
|
2019-02-10 10:11:19 -05:00 |
|
process.c
|
unix,win: merge handle flags
|
2018-06-29 22:24:52 +02:00 |
|
procfs-exepath.c
|
include,src: introduce UV__ERR() macro
|
2018-02-08 22:38:02 -05:00 |
|
proctitle.c
|
darwin: speed up uv_set_process_title()
|
2018-11-04 18:37:56 +01:00 |
|
pthread-fixes.c
|
unix: fix bug in barrier fallback implementation
|
2016-04-26 09:35:47 +02:00 |
|
signal.c
|
unix,win: merge handle flags
|
2018-06-29 22:24:52 +02:00 |
|
spinlock.h
|
unix: add spinlock.h
|
2013-10-20 13:58:34 +02:00 |
|
stream.c
|
unix,stream: fix zero byte writes
|
2019-01-17 10:07:14 +01:00 |
|
sunos.c
|
sunos: add perror() output prior to abort()
|
2019-03-16 13:19:43 -04:00 |
|
sysinfo-loadavg.c
|
unix: factor out reusable sysinfo loadavg impl
|
2017-05-21 16:12:16 +02:00 |
|
sysinfo-memory.c
|
unix: factor out reusable sysinfo memory lookup
|
2017-05-21 16:12:14 +02:00 |
|
tcp.c
|
unix: refactor getsockname/getpeername methods
|
2019-03-16 12:05:23 -04:00 |
|
thread.c
|
test,sunos: fix statement not reached warnings
|
2019-03-16 13:22:16 -04:00 |
|
tty.c
|
stream: autodetect direction
|
2018-09-19 18:19:28 +02:00 |
|
udp.c
|
test,sunos: fix statement not reached warnings
|
2019-03-16 13:22:16 -04:00 |