- 20 May, 2007 1 commit
-
-
Roger Dingledine authored
items we should probably look into. svn:r10227
-
- 18 May, 2007 1 commit
-
-
Nick Mathewson authored
First cut at code to download extra-info docs. Also note a bad bug in directory.c (look for the string BUG BUG BUG). svn:r10209
-
- 15 May, 2007 1 commit
-
-
Nick Mathewson authored
Make --enable-gcc-warnings happy on the upcoming gcc 4.2 svn:r10195
-
- 13 May, 2007 1 commit
-
-
Roger Dingledine authored
svn:r10182
-
- 09 May, 2007 1 commit
-
-
Nick Mathewson authored
Change authority_type_t to a set of flags; use it more consistently. svn:r10144
-
- 08 May, 2007 3 commits
-
-
Roger Dingledine authored
It is becoming increasingly clear to me that bridges should be a special case of entry guards, not a whole separate pile of nearly identical functions. svn:r10141
-
Roger Dingledine authored
logging the second stanza of the key fingerprint, not the first. svn:r10140
-
Roger Dingledine authored
into a string: "v1", "v2", bridge", "". Continue to support "0" and "1". svn:r10136
-
- 07 May, 2007 1 commit
-
-
Roger Dingledine authored
svn:r10128
-
- 04 May, 2007 5 commits
-
-
Roger Dingledine authored
svn:r10118
-
Roger Dingledine authored
svn:r10117
-
Roger Dingledine authored
svn:r10115
-
Roger Dingledine authored
sure that's reflected in your router descriptor. svn:r10114
-
Roger Dingledine authored
svn:r10112
-
- 02 May, 2007 1 commit
-
-
Roger Dingledine authored
authorities should set. This will let future authorities choose not to serve V2 directory information. Also, go through and revamp all the authdir_mode stuff so it tries to do the right thing if you're an auth but not a V1 or V2 auth. svn:r10092
-
- 01 May, 2007 2 commits
-
-
Nick Mathewson authored
Remove the _UploadExtraInfo option, since I tried turning it on and moria[12] seem not to have exploded. svn:r10089
-
Nick Mathewson authored
Add code to upload extrainfos to authorities running 0.2.0.0-alpha-dev (r10070) or later. svn:r10086
-
- 30 Apr, 2007 2 commits
-
-
Nick Mathewson authored
Initial version of patch from Karsten Loesing: Add an HSAuthorityRecordStats option to track statistics of overall hidden service usage without logging information that would be useful to an attacker. svn:r10067
-
Roger Dingledine authored
use by the controller, when we don't want Tor to build any circuits preemptively. svn:r10054
-
- 16 Apr, 2007 1 commit
-
-
Nick Mathewson authored
from an SVN repository, use the current svn revision in the platform string and in the output of --version. svn:r9976
-
- 11 Apr, 2007 1 commit
-
-
Nick Mathewson authored
Add code to shrink the cell memory pool by discarding empty chunks that have been empty for the last 60 seconds. Also, instead of having test.c duplicate declarations for exposed functions, put them inside #ifdef foo_PRIVATE blocks in the headers. This prevents bugs where test.c gets out of sync. svn:r9944
-
- 20 Mar, 2007 1 commit
-
-
Roger Dingledine authored
now that's just defined as answers to directory requests. svn:r9881
-
- 09 Mar, 2007 1 commit
-
-
Nick Mathewson authored
We have a PATH_SEPARATOR macro. How about we use it? svn:r9782
-
- 05 Mar, 2007 1 commit
-
-
Nick Mathewson authored
Remove dnsworkers and related code. there goes another 550 lines of code. svn:r9736
-
- 04 Mar, 2007 1 commit
-
-
Nick Mathewson authored
Make all LD_BUG log messsages get prefixed with "Bug: ". Remove manually-generated "Bug: "s from log-messages. (Apparently, we remembered to add them about 40% of the time.) svn:r9733
-
- 01 Mar, 2007 2 commits
-
-
Nick Mathewson authored
Niels has accepted the patch from Scott Lamb to implement better signal handling: I can take "get the pthread_sigprocmask situation under control" off my plate. svn:r9696
-
Nick Mathewson authored
Twiddle constants wrt uploading hidden service descriptors. svn:r9694
-
- 28 Feb, 2007 2 commits
-
-
Roger Dingledine authored
svn:r9686
-
Nick Mathewson authored
Clamp declarable bandwidth at INT32_MAX, not INT_MAX. svn:r9677
-
- 25 Feb, 2007 1 commit
-
-
Nick Mathewson authored
Add a lower-bound on MaxAdvertisedBandwidth. svn:r9652
-
- 24 Feb, 2007 1 commit
-
-
Roger Dingledine authored
svn:r9634
-
- 16 Feb, 2007 2 commits
-
-
Nick Mathewson authored
Move all struct-offset-manipulation macros into util.h, and use them consistently. Because there are days when "SUBTYPE_P(handle, subtype, _base)" is just easier to read and write than "(basetp*)(((handle) - STRUCT_OFFSET(subtype, _base))". svn:r9592
-
Nick Mathewson authored
Tech config.c about libevent 1.3, and resolve all docdoc elements in config.c svn:r9591
-
- 12 Feb, 2007 1 commit
-
-
Nick Mathewson authored
Update copyright dates. svn:r9570
-
- 09 Feb, 2007 1 commit
-
-
Roger Dingledine authored
and hup, stop triggering an assert based on an empty onion_key. svn:r9540
-
- 08 Feb, 2007 1 commit
-
-
Nick Mathewson authored
Resolve some XXXX012 items: - Remove PathlenCoinWeight: if we want it again, we can add it back in. - Ditto with RelayBandwidth*. - Decide to leave in the "hey, you didn't set end_reason!" BUG log message, but stop telling people to bug me personally. - Postpone strengthening assert_connection_ok(): it's important, but it's also a good way to introduce weird bugs. - Move some expensive consistency checking from dns_free_all() into assert_cache_ok(). svn:r9533
-
- 06 Feb, 2007 1 commit
-
-
Nick Mathewson authored
Implement an --ignore-missing-torrc option svn:r9501
-
- 02 Feb, 2007 2 commits
-
-
Nick Mathewson authored
Removing the last DOCDOC comment hurt so much that I had to use Doxygen to identify undocumented macros and comments, and add 150 more DOCDOCs to point out where they were. Oops. Hey, kids! Fixing some of these could be your first Tor patch! svn:r9477
-
Nick Mathewson authored
Fail when we are unable to parse the nameserver configuration. svn:r9475
-
- 30 Jan, 2007 1 commit
-
-
Nick Mathewson authored
Audit non-const char arguments; make a lot more of them const. svn:r9466
-