tor/src/common
2006-03-24 05:26:33 +00:00
..
.cvsignore Make cvsignores reflect build process 2003-06-21 19:09:09 +00:00
aes.c More cleanups noticed by weasel; also, remove macros that nobody uses. 2006-03-12 23:31:16 +00:00
aes.h Happy new year! 2006-02-09 05:46:49 +00:00
compat.c Check return value from GetVersionEx (even though the MSDN example doesnt) and zero out the LPOSVERSIONINFOEX struct before getting the version. This may fix the "johnboy" [major=-858993460,minor=-858993460] problem. 2006-03-24 05:26:33 +00:00
compat.h normalize whitespace. 2006-03-17 04:43:37 +00:00
container.c Happy new year! 2006-02-09 05:46:49 +00:00
container.h Happy new year! 2006-02-09 05:46:49 +00:00
crypto.c More cleanups noticed by weasel; also, remove macros that nobody uses. 2006-03-12 23:31:16 +00:00
crypto.h Happy new year! 2006-02-09 05:46:49 +00:00
ht.h Use INLINE (which we define) instead of __inline (which is nonstandard) in ht.h. Resolves bug 270; maybe sun C will work now. 2006-03-13 15:09:49 +00:00
log.c Fix bug in close_logs(): when we close and delete logs, remove them all from the global "logfiles" list. This should fix bug 222. 2006-03-13 00:54:21 +00:00
log.h Instead of listing a set of compilers that prefers __func__ to __FUNCTION__, use autoconf. Also, prefer __func__ in our own code: __func__ is a C99 standard, whereas __FUNCTION__ is not. [Fixes bug 254.] 2006-03-13 00:25:36 +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 Happy new year! 2006-02-09 05:46:49 +00:00
torgzip.c Fix memory leak when uncompressing concatenated zlib streams. Unit tests and tor client work; looks ok. 2006-03-21 20:31:27 +00:00
torgzip.h and don't warn when it happens here either, unless the user 2006-02-12 23:44:02 +00:00
torint.h Happy new year! 2006-02-09 05:46:49 +00:00
tortls.c Add some functions to escape values from the network before sending them to the log. Use them everywhere except for routerinfo->plaftorm, routerinfo->contact_info, and rend*.c. (need sleep now) 2006-03-05 09:50:26 +00:00
tortls.h Happy new year! 2006-02-09 05:46:49 +00:00
util.c add tor_strisprint() back in, this time with comments. 2006-03-15 23:35:55 +00:00
util.h add tor_strisprint() back in, this time with comments. 2006-03-15 23:35:55 +00:00