libuv/src/unix
Ben Noordhuis 7f44933c43 include: remove uv_strlcat() and uv_strlcpy()
It was pointed out that they don't quite work like their BSD namesakes
and they arguably shouldn't have been part of the API anyway.

Fixes #983.
2013-11-03 03:50:23 +01:00
..
aix.c linux: use CLOCK_MONOTONIC_COARSE if available 2013-10-29 21:24:42 +01:00
async.c unix: sanity-check fds before closing 2013-10-01 03:55:54 +02:00
atomic-ops.h unix: add atomic-ops.h 2013-10-20 13:58:34 +02:00
core.c linux: use CLOCK_MONOTONIC_COARSE if available 2013-10-29 21:24:42 +01:00
darwin-proctitle.c Merge branch 'v0.10' 2013-10-28 20:59:10 +04:00
darwin.c linux: use CLOCK_MONOTONIC_COARSE if available 2013-10-29 21:24:42 +01:00
dl.c openbsd: fix dlerror() const correctness warning 2013-08-05 02:45:59 +02:00
freebsd.c linux: use CLOCK_MONOTONIC_COARSE if available 2013-10-29 21:24:42 +01:00
fs.c sunos: remove futimes() macro 2013-08-12 07:46:22 +02:00
fsevents.c fsevents: report errors to user 2013-10-31 01:06:37 +04:00
getaddrinfo.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
internal.h linux: use CLOCK_MONOTONIC_COARSE if available 2013-10-29 21:24:42 +01:00
kqueue.c unix, windows: add uv_fs_event_start/stop functions 2013-10-12 20:37:05 +02:00
linux-core.c linux: use CLOCK_MONOTONIC_COARSE if available 2013-10-29 21:24:42 +01:00
linux-inotify.c unix, windows: add uv_fs_event_start/stop functions 2013-10-12 20:37:05 +02:00
linux-syscalls.c linux: move files out of src/unix/linux 2013-01-29 17:07:41 +01:00
linux-syscalls.h unix: support for android builds 2013-05-25 21:16:52 +02:00
loop-watcher.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
loop.c linux: use CLOCK_MONOTONIC_COARSE if available 2013-10-29 21:24:42 +01:00
netbsd.c linux: use CLOCK_MONOTONIC_COARSE if available 2013-10-29 21:24:42 +01:00
openbsd.c linux: use CLOCK_MONOTONIC_COARSE if available 2013-10-29 21:24:42 +01:00
pipe.c include: remove uv_strlcat() and uv_strlcpy() 2013-11-03 03:50:23 +01:00
poll.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
process.c Merge remote-tracking branch 'origin/v0.10' 2013-10-18 17:29:19 +02:00
proctitle.c unix: clean up __attribute__((quux)) usage 2013-08-12 07:41:49 +02:00
pthread-fixes.c unix: support for android builds 2013-05-25 21:16:52 +02:00
signal.c Merge remote-tracking branch 'origin/v0.10' 2013-10-18 17:29:19 +02:00
spinlock.h unix: add spinlock.h 2013-10-20 13:58:34 +02:00
stream.c unix: move uv_shutdown() assertion 2013-10-27 11:39:23 +01:00
sunos.c linux: use CLOCK_MONOTONIC_COARSE if available 2013-10-29 21:24:42 +01:00
tcp.c unix: sanity-check fds before closing 2013-10-01 03:55:54 +02:00
thread.c linux: use CLOCK_MONOTONIC_COARSE if available 2013-10-29 21:24:42 +01:00
threadpool.c unix: clean up __attribute__((quux)) usage 2013-08-12 07:41:49 +02:00
timer.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
tty.c unix: make uv_tty_reset_mode() async signal-safe 2013-10-20 13:58:34 +02:00
udp.c unix: sanity-check fds before closing 2013-10-01 03:55:54 +02:00
uv-dtrace.d unix: dtrace probes for tick-start and tick-stop 2013-04-10 14:10:05 +02:00