README 870 B

12345678910111213141516171819202122232425262728293031
  1. OpenBSD_malloc_Linux.c:
  2. The OpenBSD malloc implementation, ported to Linux. Used only when
  3. --enable-openbsd-malloc is passed to the configure script.
  4. strlcat.c
  5. strlcpy.c
  6. Implementations of strlcat and strlcpy, the more sane replacements
  7. for strcat and strcpy. These are nonstandard, and some libc
  8. implementations refuse to add them for religious reasons.
  9. eventdns.[ch]
  10. A fork of Libevent's DNS implementation, used by Tor when Libevent
  11. 2.0 or later is not available. Once Libevent 2.0 is required, we
  12. should throw this away; it has diverged from evdns.[ch], and is
  13. no longer easily mergeable.
  14. ht.h
  15. An implementation of a hash table in the style of Niels Provos's
  16. tree.h. Shared with Libevent.
  17. tinytest.[ch]
  18. tinydest_demos.c
  19. tinytest_macros.h
  20. A unit testing framework. https://github.com/nmathewson/tinytest