tor/src/common
2004-04-26 03:09:17 +00:00
..
.cvsignore Make cvsignores reflect build process 2003-06-21 19:09:09 +00:00
aes.c Delete trailing whitespace and expand tabs; remove unused aes decrypt code 2004-04-07 19:57:40 +00:00
aes.h Document stuff, reduce magic numbers, add emacs magic 2004-04-06 03:44:36 +00:00
crypto.c use tor_assert and PUBLIC_KEY_OK 2004-04-25 19:59:38 +00:00
crypto.h Fix base32 implementation; make base32 implementation follow standard; add more tests for base32 2004-04-08 20:56:33 +00:00
fakepoll.c Document stuff, reduce magic numbers, add emacs magic 2004-04-06 03:44:36 +00:00
fakepoll.h Document stuff, reduce magic numbers, add emacs magic 2004-04-06 03:44:36 +00:00
log.c Document stuff, reduce magic numbers, add emacs magic 2004-04-06 03:44:36 +00:00
log.h Document stuff, reduce magic numbers, add emacs magic 2004-04-06 03:44:36 +00:00
Makefile.am ship strlcat and strlcpy with the tarball, but don't compile them 2004-03-19 06:39:52 +00:00
strlcat.c Include strlcpy and strlcat where not available, so our string ops can be less error-prone. 2004-03-17 07:28:09 +00:00
strlcpy.c Include strlcpy and strlcat where not available, so our string ops can be less error-prone. 2004-03-17 07:28:09 +00:00
test.h Add some wrappers around SPLAY_* for the common map-from-string-to-X case. 2004-03-19 22:07:24 +00:00
torint.h Document stuff, reduce magic numbers, add emacs magic 2004-04-06 03:44:36 +00:00
tortls.c Call tls_log_errors at a more appropriate location; we can remove the other calls in tor_tls_verify once we are sure they never happen. 2004-04-26 03:09:17 +00:00
tortls.h Merge flagday into main branch. 2004-04-24 22:17:50 +00:00
util.c Check for machine/limits.h in addition to sys/limits.h 2004-04-25 23:47:26 +00:00
util.h Add a tor_assert macro that logs failed assertions. 2004-04-25 19:37:39 +00:00