aboutsummaryrefslogtreecommitdiff
path: root/src/ext/README
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-10-12 17:09:33 -0400
committerNick Mathewson <nickm@torproject.org>2012-10-12 17:14:28 -0400
commit48b3ae8fe02a526f5d84a1823731ac78433e0067 (patch)
tree9792544158a19fe9f2f2764f43a246d63ce49215 /src/ext/README
parentc3162d39bdc17f82ffd6b73677e23728e523a4b3 (diff)
downloadtor-48b3ae8fe02a526f5d84a1823731ac78433e0067.tar
tor-48b3ae8fe02a526f5d84a1823731ac78433e0067.tar.gz
Move strlcpy and strlcat into src/ext too
Diffstat (limited to 'src/ext/README')
-rw-r--r--src/ext/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ext/README b/src/ext/README
index 2be58d4f4..2c303c106 100644
--- a/src/ext/README
+++ b/src/ext/README
@@ -4,6 +4,13 @@ OpenBSD_malloc_Linux.c:
The OpenBSD malloc implementation, ported to Linux. Used only when
--enable-openbsd-malloc is passed to the configure script.
+strlcat.c
+strlcpy.c
+
+ Implementations of strlcat and strlcpy, the more sane replacements
+ for strcat and strcpy. These are nonstandard, and some libc
+ implementations refuse to add them for religious reasons.
+
eventdns.[ch]
A fork of Libevent's DNS implementation, used by Tor when Libevent