Nick Mathewson fd4c624677 Belt *or* suspenders will be sufficient when casting things to unsigned char. 21 лет назад
..
.cvsignore 03544caca7 Make cvsignores reflect build process 23 лет назад
Makefile.am ce79bab7f1 Split util into util (general utilities), container (smartlist and strmap), and compat (cross-platform compatability). 21 лет назад
aes.c 7fbd297532 Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 21 лет назад
aes.h 7fbd297532 Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 21 лет назад
compat.c 2297c57ba5 note an improvement on our uname we might want to make one day 21 лет назад
compat.h fe6eb34a10 Solaris CC freaks out if isspace and friends get anything other than an int. We learned that, so we casted. But it is also a bad idea to cast a signed char to an int and expect things to work on win32. Now we cast to unsigned char, then to int, then pass to isspace. Ug 21 лет назад
container.c fe6eb34a10 Solaris CC freaks out if isspace and friends get anything other than an int. We learned that, so we casted. But it is also a bad idea to cast a signed char to an int and expect things to work on win32. Now we cast to unsigned char, then to int, then pass to isspace. Ug 21 лет назад
container.h 7fbd297532 Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 21 лет назад
crypto.c fd4c624677 Belt *or* suspenders will be sufficient when casting things to unsigned char. 21 лет назад
crypto.h 7fbd297532 Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 21 лет назад
fakepoll.c 41ba4575b3 Fix windows build. 21 лет назад
fakepoll.h 6e88abf418 If we are using select, make sure we stay within FD_SETSIZE. 21 лет назад
log.c a3477223de clarify why strlcpy is safe in truncated log messages 21 лет назад
log.h f19e9b8577 doxygen uses backslashes, not forward-slashes 21 лет назад
strlcat.c 971b002d93 Include strlcpy and strlcat where not available, so our string ops can be less error-prone. 22 лет назад
strlcpy.c 971b002d93 Include strlcpy and strlcat where not available, so our string ops can be less error-prone. 22 лет назад
test.h 7fbd297532 Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 21 лет назад
torgzip.c 7fbd297532 Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 21 лет назад
torgzip.h 7fbd297532 Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 21 лет назад
torint.h 50a314c931 int is not necessarily the same size as size_t 21 лет назад
tortls.c a6aa5eebd6 Fix some memory leaks and unlikely segfaults 21 лет назад
tortls.h 7fbd297532 Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 21 лет назад
util.c fe6eb34a10 Solaris CC freaks out if isspace and friends get anything other than an int. We learned that, so we casted. But it is also a bad idea to cast a signed char to an int and expect things to work on win32. Now we cast to unsigned char, then to int, then pass to isspace. Ug 21 лет назад
util.h ad7db5e43a Add casei versions of strcmpstart/strcmpend 21 лет назад