tor/src/common
2005-11-14 21:17:38 +00:00
..
.cvsignore Make cvsignores reflect build process 2003-06-21 19:09:09 +00:00
aes.c Stop leaking storage for EVP keys. (This would be a critical bug if it had ever appeared in a released version.) 2005-10-03 20:53:27 +00:00
aes.h Change end-of-file NLNL convention. It turns out arma I and I agree. 2005-06-09 19:03:31 +00:00
compat.c Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain. Domains are now bitmasks... just in case. Make some err msgs non-general. 2005-10-25 07:05:03 +00:00
compat.h Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain. Domains are now bitmasks... just in case. Make some err msgs non-general. 2005-10-25 07:05:03 +00:00
container.c cleanups and a smidgen more docs 2005-11-01 03:47:55 +00:00
container.h cleanups and a smidgen more docs 2005-11-01 03:47:55 +00:00
crypto.c Oops. It looks like there *was* an easy way to make openssl do what we wanted. 2005-11-14 19:18:31 +00:00
crypto.h Per comments at the bottom of openssl/FAQ, call even more functions to 2005-10-25 19:01:48 +00:00
log.c When logging via syslog, include the pid whenever we provide 2005-11-13 22:28:07 +00:00
log.h using an unsigned int for something that requires at least 3 bytes 2005-11-01 06:15:48 +00:00
Makefile.am Make Tor use Niels Provos's libevent instead of it's current 2005-01-12 06:42:32 +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 Make GCC very happy, even with lots of warnings set. Also, try to fix some reported Solaris x86 warnings. 2005-08-12 17:24:53 +00:00
torgzip.c Start dividing log messages into logging domains. No, LD_ is not the best of identifiers. src/or has not been converted yet. Domains dont do anything yet. 2005-10-18 21:58:19 +00:00
torgzip.h Allow tor_gzip_uncompress to extract as much as possible from truncated compressed data. Also, fix a bug where truncated compressed data could break tor_gzip_uncompress. [This last part is a backport candidate.] 2005-10-13 22:48:09 +00:00
torint.h Fix logic to set TIME_T_MAX; apparently, everybody had thought of the prospect of a signed time_t but me. 2005-07-25 18:10:08 +00:00
tortls.c Hm; looks like the callback business was unnecessary, since DHparams_dup() copies dh->length. 2005-11-14 21:17:38 +00:00
tortls.h Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain. Domains are now bitmasks... just in case. Make some err msgs non-general. 2005-10-25 07:05:03 +00:00
util.c Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain. Domains are now bitmasks... just in case. Make some err msgs non-general. 2005-10-25 07:05:03 +00:00
util.h tor_assert had a misleading comment 2005-11-01 06:12:51 +00:00