tor/src/common
2008-12-26 21:26:03 +00:00
..
address.c get_interface_addr6(), and by extension get_interface_addr(), were pretty borked. Copying a tor_addr_t from a sockaddr_storage using memcpy is a poor notion. 2008-12-26 21:26:03 +00:00
address.h some fixes i found in my sandbox 2008-12-25 15:37:47 +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 Make freelist_len in memarea.c static; document a few variables. 2008-12-22 19:14:08 +00:00
compat.h Remove some cargo-cult gcc hacks around tor_assert and predict_unlikely; instead, use the standard convert-to-boolean hack of "svn st" 2008-12-11 20:23:46 +00:00
container.c Document our Bloom filter parameter choices. 2008-12-26 17:35:18 +00:00
container.h Stop marking bsearch_idx as pure; it is not. 2008-11-26 16:57:46 +00:00
crypto.c Make freelist_len in memarea.c static; document a few variables. 2008-12-22 19:14:08 +00:00
crypto.h Fix most DOCDOCs remaining and/or added by redox. 2008-12-22 17:53:04 +00:00
ht.h r14374@tombo: nickm | 2008-02-21 16:57:39 -0500 2008-02-21 21:57:47 +00:00
log.c Make freelist_len in memarea.c static; document a few variables. 2008-12-22 19:14:08 +00:00
log.h Change logging code to use fds instead of stdio. Fixes bug 861, and probably makes logging slightly faster. Not a backport candidate: bug 861 is too obscure and harmless. 2008-12-02 23:36:58 +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 Make freelist_len in memarea.c static; document a few variables. 2008-12-22 19:14:08 +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 Make freelist_len in memarea.c static; document a few variables. 2008-12-22 19:14:08 +00:00
torgzip.c r14374@tombo: nickm | 2008-02-21 16:57:39 -0500 2008-02-21 21:57:47 +00:00
torgzip.h Add DOCDOC comments for all undocumented functions. Add missing *s to other comments so that they will get recognized as doxygen. 2008-12-22 14:56:28 +00:00
torint.h make read_all and write_all return ssize_t. 2008-11-05 19:29:17 +00:00
tortls.c Fix a small memory leak of around 32 bytes per TLS connection opened. Bugfix on 0.2.1.1-alpha. 2008-12-18 15:00:09 +00:00
tortls.h Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch. 2008-12-18 16:11:24 +00:00
util.c Document most undocumented variables. 2008-12-23 17:56:31 +00:00
util.h Expose hex_decode_digit from util.c 2008-12-19 18:51:52 +00:00