.. |
.cvsignore
|
Make cvsignores reflect build process
|
2003-06-21 19:09:09 +00:00 |
aes.c
|
Bite the bullet and limit all our source lines to 80 characters, the way IBM intended.
|
2005-12-14 20:40:40 +00:00 |
aes.h
|
Bite the bullet and limit all our source lines to 80 characters, the way IBM intended.
|
2005-12-14 20:40:40 +00:00 |
compat.c
|
On systems that don't have getrlimit (like windows), we were artificially
|
2006-01-23 23:39:13 +00:00 |
compat.h
|
check for EADDRINUSE in a cross-platform way (unless i'm wrong)
|
2006-02-03 12:25:46 +00:00 |
container.c
|
check for integer overflows in more places, when adding elements to
|
2006-01-02 04:40:18 +00:00 |
container.h
|
Bite the bullet and limit all our source lines to 80 characters, the way IBM intended.
|
2005-12-14 20:40:40 +00:00 |
crypto.c
|
Split PARANOIA_B into B1 and B2.
|
2006-01-22 18:22:04 +00:00 |
crypto.h
|
I believe this resolves bug 234, the mysterious crash on 0.1.1.9
|
2006-02-02 10:10:07 +00:00 |
ht.h
|
Choose directory servers from routerstatus list, not from routerinfo list. This way, as soon was we have a networkstatus, we can ask a cache to give us routers, rather than needing to ask the directories.
|
2005-12-14 22:00:58 +00:00 |
log.c
|
Apply Matt Ghali's --with-syslog-facility patch
|
2006-02-01 02:15:44 +00:00 |
log.h
|
Fix bug 230: add a rollback function to reverse all changes since the last mark_logs_temp(), and move log initialization into the two-phase part of option setting.
|
2006-01-11 19:40:14 +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
|
Make GCC very happy, even with lots of warnings set. Also, try to fix some reported Solaris x86 warnings.
|
2005-08-12 17:24:53 +00:00 |
torgzip.c
|
Bite the bullet and limit all our source lines to 80 characters, the way IBM intended.
|
2005-12-14 20:40:40 +00:00 |
torgzip.h
|
Allow tor_gzip_uncompress to extract as much as possible from truncated compressed data. Also, fix a bug where truncated compressed data could break tor_gzip_uncompress. [This last part is a backport candidate.]
|
2005-10-13 22:48:09 +00:00 |
torint.h
|
Fix logic to set TIME_T_MAX; apparently, everybody had thought of the prospect of a signed time_t but me.
|
2005-07-25 18:10:08 +00:00 |
tortls.c
|
Split 0119_PARANOIA into 0119_PARANOIA_[ABC]. A is "this is suspicious, and we have not tried running without this yet". B is "this is suspicious, but the last time we tested, it was okay." C is "How could this possibly be the cause?"
|
2006-01-17 23:08:38 +00:00 |
tortls.h
|
Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain. Domains are now bitmasks... just in case. Make some err msgs non-general.
|
2005-10-25 07:05:03 +00:00 |
util.c
|
Refuse to use RunAsDaemon when torrc is a relative path. Fixes bug 229.
|
2006-01-10 20:00:20 +00:00 |
util.h
|
Refuse to use RunAsDaemon when torrc is a relative path. Fixes bug 229.
|
2006-01-10 20:00:20 +00:00 |