tor/src/common
2004-12-05 11:58:30 +00:00
..
.cvsignore Make cvsignores reflect build process 2003-06-21 19:09:09 +00:00
aes.c Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 2004-11-29 22:25:31 +00:00
aes.h Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 2004-11-29 22:25:31 +00:00
compat.c Be more proactive about noticing underflows: size_t values greater than 0x800...00 are likely to be trouble. 2004-12-02 04:33:01 +00:00
compat.h Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 2004-11-29 22:25:31 +00:00
container.c fix comment 2004-12-04 13:58:34 +00:00
container.h Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 2004-11-29 22:25:31 +00:00
crypto.c Be more proactive about noticing underflows: size_t values greater than 0x800...00 are likely to be trouble. 2004-12-02 04:33:01 +00:00
crypto.h Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 2004-11-29 22:25:31 +00:00
fakepoll.c Fix windows build. 2004-12-01 03:51:59 +00:00
fakepoll.h If we are using select, make sure we stay within FD_SETSIZE. 2004-12-01 03:15:59 +00:00
log.c clarify why strlcpy is safe in truncated log messages 2004-11-30 06:15:06 +00:00
log.h doxygen uses backslashes, not forward-slashes 2004-11-30 06:17:35 +00:00
Makefile.am Split util into util (general utilities), container (smartlist and strmap), and compat (cross-platform compatability). 2004-11-01 20:41:47 +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 Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 2004-11-29 22:25:31 +00:00
torgzip.c Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 2004-11-29 22:25:31 +00:00
torgzip.h Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 2004-11-29 22:25:31 +00:00
torint.h int is not necessarily the same size as size_t 2004-12-05 11:58:30 +00:00
tortls.c Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 2004-11-29 22:25:31 +00:00
tortls.h Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 2004-11-29 22:25:31 +00:00
util.c Be more proactive about noticing underflows: size_t values greater than 0x800...00 are likely to be trouble. 2004-12-02 04:33:01 +00:00
util.h Add casei versions of strcmpstart/strcmpend 2004-11-30 03:10:56 +00:00