README 650 B

123456789101112131415161718192021222324
  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. eventdns.[ch]
  5. A fork of Libevent's DNS implementation, used by Tor when Libevent
  6. 2.0 or later is not available. Once Libevent 2.0 is required, we
  7. should throw this away; it has diverged from evdns.[ch], and is
  8. no longer easily mergeable.
  9. ht.h
  10. An implementation of a hash table in the style of Niels Provos's
  11. tree.h. Shared with Libevent.
  12. tinytest.[ch]
  13. tinydest_demos.c
  14. tinytest_macros.h
  15. A unit testing framework. https://github.com/nmathewson/tinytest