tor/src/common
2008-11-26 16:57:46 +00:00
..
address.c Fix a possible negative shift in address comparison. May fix bug 845 and bug 811 2008-10-29 13:29:54 +00:00
address.h Try once again to make BSD compilation happy. 2008-08-08 12:58:17 +00:00
aes.c r18753@catbus: nickm | 2008-03-11 14:56:39 -0400 2008-03-11 18:56:41 +00:00
aes.h r17963@catbus: nickm | 2008-02-07 10:14:25 -0500 2008-02-07 16:10:33 +00:00
ciphers.inc fix a few typos, and give the bootstrap phase stuff a changelog entry. 2008-06-13 04:26:05 +00:00
compat.c Cast uid_t and gid_t to unsigned before passing to printf %u. 2008-11-26 16:13:12 +00:00
compat.h define get_uint8 and set_uint8 macros to make code cleaner. 2008-11-12 14:39:25 +00:00
container.c Resolve a warning under gcc 4.4 trunk. 2008-11-22 02:19:14 +00:00
container.h Stop marking bsearch_idx as pure; it is not. 2008-11-26 16:57:46 +00:00
crypto.c Clean up some redundant stuff in crypto_dh_new(). 2008-09-05 20:18:22 +00:00
crypto.h The first of Karsten's proposal 121 patches: configure and maintain client authorization data. Tweaked a bit: see comments on or-dev. 2008-08-08 14:36:11 +00:00
ht.h r14374@tombo: nickm | 2008-02-21 16:57:39 -0500 2008-02-21 21:57:47 +00:00
log.c Update _log_global_min_severity after switch_logs_debug(), so that USR2 will work again. Bugfix on 0.1.2.8-beta. Spotted by Geoff Down. 2008-11-17 19:58:51 +00:00
log.h More logging for mtbf/wfu calculations. 2008-09-23 18:24:20 +00:00
Makefile.am r17358@pc-10-8-1-079: nickm | 2008-07-25 16:41:03 +0200 2008-07-25 14:43:24 +00:00
memarea.c The chunk_size field in memarea_t was never actually set. Remove the whole thing. 2008-11-05 20:34:22 +00:00
memarea.h The chunk_size field in memarea_t was never actually set. Remove the whole thing. 2008-11-05 20:34:22 +00:00
mempool.c r17659@tombo: nickm | 2008-08-06 12:22:11 -0400 2008-08-06 16:22:25 +00:00
mempool.h r18051@catbus: nickm | 2008-02-12 15:20:43 -0500 2008-02-12 20:20:52 +00:00
OpenBSD_malloc_Linux.c Fix the rest of the GCC warnings on OpenBSD_malloc_linux.c 2008-07-06 18:33:35 +00:00
strlcat.c r8860@totoro: nickm | 2006-10-03 14:48:33 -0400 2006-10-03 19:00:07 +00:00
strlcpy.c r8860@totoro: nickm | 2006-10-03 14:48:33 -0400 2006-10-03 19:00:07 +00:00
test.h Refactor unit test macros and tor_free_all() logic a bit so as to make it easier to free memory on failing tests, in order to suppress scanner warnings and to make dmalloc() usable with tests. 2008-09-09 20:43:31 +00:00
torgzip.c r14374@tombo: nickm | 2008-02-21 16:57:39 -0500 2008-02-21 21:57:47 +00:00
torgzip.h Update some copyright notices: it is now 2008. 2008-02-07 05:31:47 +00:00
torint.h make read_all and write_all return ssize_t. 2008-11-05 19:29:17 +00:00
tortls.c Refactor some code and add some asserts based on scanner results. 2008-09-05 21:19:53 +00:00
tortls.h r15161@31-33-107: nickm | 2008-04-10 11:11:58 -0400 2008-04-10 15:12:24 +00:00
util.c make read_all and write_all return ssize_t. 2008-11-05 19:29:17 +00:00
util.h make read_all and write_all return ssize_t. 2008-11-05 19:29:17 +00:00