tor/src/common
Roger Dingledine 130d0e4d1d fix typo noticed by scrimbly
svn:r5522
2005-12-07 19:49:18 +00:00
..
.cvsignore Make cvsignores reflect build process 2003-06-21 19:09:09 +00:00
aes.c Ive spent about 10 hours benchmarking permutations on our counter-mode implementation. This is the one that flies. (Avoid OpenSSL; optimizze rijndael calling convention to avoid needing to marshall and unmarshall counter.) This should speed up cell encryption by about 27%. 2005-12-01 18:30:39 +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 Make new logging stuff work on windows; fix a couple of windows typos. 2005-11-15 03:05:23 +00:00
compat.h fix typo noticed by scrimbly 2005-12-07 19:49:18 +00:00
container.c Make more arguments const; do not call hash tables trees. 2005-12-03 02:00:51 +00:00
container.h Make more arguments const; do not call hash tables trees. 2005-12-03 02:00:51 +00:00
crypto.c get rid of nick's crazy voodoo dh checking. 2005-12-06 23:09:44 +00:00
crypto.h and its header 2005-11-30 22:23:27 +00:00
ht.h HT_NEXT invalidates the last iterator; fix rmv-related segfault. 2005-11-26 00:42:25 +00:00
log.c Remove some functions that were around for hupping log files. We handle 2005-11-30 06:45:30 +00:00
log.h remove some functions that are not used; #if0 out some files that are not likely to be used. 2005-11-30 06:27:59 +00:00
Makefile.am Replace balanced trees with hash tables: this should make stuff significantly faster. 2005-11-23 04:18:45 +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 Remove superfluous strdup 2005-12-05 01:30:11 +00:00
util.h Move code to check for zero digests into util.c 2005-11-30 02:47:59 +00:00