aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* r16195@catbus: nickm | 2007-10-26 18:48:52 -0400Nick Mathewson2007-10-26
| | | | | | | base "Guard" flag on WFU rather than MTBF. Note an issue in the TODO. Roger: thoughts? svn:r12219
* r16194@catbus: nickm | 2007-10-26 18:37:02 -0400Nick Mathewson2007-10-26
| | | | | | | Keep circuitless TLS connections open for 1.5 x MaxCircuitDirtiness: this ensures that we don't thrash closing and repoening connections to our guards. svn:r12218
* r16192@catbus: nickm | 2007-10-26 18:12:33 -0400Nick Mathewson2007-10-26
| | | | | | | Rearrange TODO a little more svn:r12217
* some more before-the-freeze itemsRoger Dingledine2007-10-26
| | | | svn:r12216
* some more todo items from talking to nickRoger Dingledine2007-10-26
| | | | svn:r12215
* the tor mirrors are probably increasingly out of dateRoger Dingledine2007-10-26
| | | | svn:r12212
* r16175@catbus: nickm | 2007-10-26 10:55:52 -0400Nick Mathewson2007-10-26
| | | | | | | Clean up TODO a little; add pre-freeze section svn:r12204
* r16174@catbus: nickm | 2007-10-26 10:55:26 -0400Nick Mathewson2007-10-26
| | | | | | | Better log on vote from unknown authority. Make get_by_v3_authority_id retrun only v3 authorities. svn:r12203
* New upstream versionPeter Palfrader2007-10-26
| | | | svn:r12198
* the other half of the question for nickRoger Dingledine2007-10-26
| | | | svn:r12196
* ask nick about a possible bugRoger Dingledine2007-10-25
| | | | svn:r12193
* r16159@catbus: nickm | 2007-10-25 12:53:38 -0400Nick Mathewson2007-10-25
| | | | | | | Drop support for OpenSSL 0.9.6. svn:r12191
* r16157@catbus: nickm | 2007-10-25 10:36:34 -0400Nick Mathewson2007-10-25
| | | | | | | Free v2_network_status_map on exit. svn:r12189
* r16154@catbus: nickm | 2007-10-25 10:29:47 -0400Nick Mathewson2007-10-25
| | | | | | | Fix more memory leaks, with help from dmalloc. svn:r12188
* r16153@catbus: nickm | 2007-10-25 10:21:42 -0400Nick Mathewson2007-10-25
| | | | | | | do not set authority cert bodies twice: fixes memory leak bug 536. svn:r12187
* Add a vidalia bundle taskAndrew Lewman2007-10-25
| | | | svn:r12186
* Stop leaking memory every time we parse a v3 certificate. BugfixRoger Dingledine2007-10-25
| | | | | | | on 0.2.0.1-alpha. svn:r12185
* r16145@catbus: nickm | 2007-10-25 00:41:27 -0400Nick Mathewson2007-10-25
| | | | | | | Bump trunk version to 0.2.0.9-alpha-dev svn:r12183
* Refuse to start if both ORPort and UseBridges are set. BugfixRoger Dingledine2007-10-25
| | | | | | | on 0.2.0.x. svn:r12182
* finish cleaning up r12175Roger Dingledine2007-10-25
| | | | svn:r12179
* ispell dir-spec; inspired by r12175.Roger Dingledine2007-10-25
| | | | svn:r12178
* r16136@catbus: nickm | 2007-10-24 23:40:15 -0400Nick Mathewson2007-10-25
| | | | | | | Proposal 103 is closed too: it has been implemented and merged into dir-spec. Proposal 111 is "finished": it has been implemented, but still needs to be merged into the spec. svn:r12177
* r16135@catbus: nickm | 2007-10-24 23:36:55 -0400Nick Mathewson2007-10-25
| | | | | | | Proposals 101 and 104 are now implemented and merged into dir-spec.txt. svn:r12176
* r16134@catbus: nickm | 2007-10-24 23:34:59 -0400Nick Mathewson2007-10-25
| | | | | | | Merge 122 into dir-spec.txt; mark it closed. svn:r12175
* r16130@catbus: nickm | 2007-10-24 23:28:00 -0400Nick Mathewson2007-10-25
| | | | | | | Fix null-pointer dereference in set_current_consensus. svn:r12174
* bump to 0.2.0.9-alpha in preparation for a releaseRoger Dingledine2007-10-25
| | | | svn:r12173
* more cleanupsRoger Dingledine2007-10-25
| | | | svn:r12172
* r16128@catbus: nickm | 2007-10-24 22:52:16 -0400Nick Mathewson2007-10-25
| | | | | | | Fix windows mmap changes. svn:r12171
* r16124@catbus: nickm | 2007-10-24 22:11:09 -0400Nick Mathewson2007-10-25
| | | | | | | We want to extend the valid_until for "reasonably live", not the valid_after time svn:r12169
* r16115@catbus: nickm | 2007-10-24 21:52:33 -0400Nick Mathewson2007-10-25
| | | | | | | Tolerate a slightly dead consensus when deciding whether to download descriptors and build circuits. svn:r12167
* r16112@catbus: nickm | 2007-10-24 15:52:03 -0400Nick Mathewson2007-10-24
| | | | | | | Fix logic for downloading consensuses: make getting an duplicate or not-currently-valid consensus count as a failure. Make running out of time to get certificates count as a failure. Delay while fetching certificates. svn:r12159
* r16111@catbus: nickm | 2007-10-24 15:03:57 -0400Nick Mathewson2007-10-24
| | | | | | | Allow multiple download schedules to exist. At the moment, we use one for consensus, and the other one for everything else. svn:r12158
* r16108@catbus: nickm | 2007-10-24 14:41:12 -0400Nick Mathewson2007-10-24
| | | | | | | Refactor the arguments for router_pick_{directory_|trusteddir}server[_impl] so that they all take the same flags, and so that their flags have names. Fix their documentation too. svn:r12157
* r16101@catbus: nickm | 2007-10-24 11:44:40 -0400Nick Mathewson2007-10-24
| | | | | | | Detect mmap failures from empty descriptor files, and only warn if the file was not supposed to be empty. Fixes bug 533 svn:r12154
* r16100@catbus: nickm | 2007-10-24 11:33:52 -0400Nick Mathewson2007-10-24
| | | | | | | Make tor_mmap_file() set and preserve errno in a useful way. svn:r12153
* r16097@catbus: nickm | 2007-10-24 10:16:31 -0400Nick Mathewson2007-10-24
| | | | | | | answer question from arma svn:r12151
* ready or not, 0.2.0.9-alpha comes out today. let's be ready.Roger Dingledine2007-10-24
| | | | | | | (nick, i added a question for you in here.) svn:r12141
* <edmanm> 3. CommandsRoger Dingledine2007-10-24
| | | | | | | | | | | | | <edmanm> All commands and other keywords are case-insensitive. <edmanm> that lying control-spec.txt! <edmanm> getinfo Address <edmanm> 552 Unrecognized key "Address" <edmanm> getinfo address <edmanm> 250-address=72.230.11.78 <edmanm> 250 OK svn:r12140
* Update torbutton version and spacing updates for the readme.Andrew Lewman2007-10-24
| | | | svn:r12138
* update torbutton version.Andrew Lewman2007-10-24
| | | | svn:r12137
* Authorities no longer send back "400 you're unreachable please fixRoger Dingledine2007-10-24
| | | | | | | | it" errors to Tor servers that aren't online all the time. We're supposed to tolerate these servers now. svn:r12136
* trivial changes that have been sitting in my sandboxRoger Dingledine2007-10-24
| | | | svn:r12135
* Disabled remote http config varAndrew Lewman2007-10-23
| | | | svn:r12134
* Don't complain that "your server has not managed to confirm that itsRoger Dingledine2007-10-23
| | | | | | | | ports are reachable" if we haven't been able to build any circuits yet. Bug found by spending four hours without a v3 consensus. svn:r12133
* uh. yeah. nothing to see here.Roger Dingledine2007-10-23
| | | | svn:r12130
* When there's no concensus, we were forming a vote every 30Roger Dingledine2007-10-23
| | | | | | | | | | | | | | | | | | | | | | | | minutes, but writing the "valid-after" line in our vote based on our configured V3AuthVotingInterval: so unless the intervals matched up, we immediately rejected our own vote because it didn't start at the voting interval that caused us to construct a vote. This caused log entries like: Oct 23 01:16:16.303 [notice] Choosing expected valid-after time as 2007-10-23 05:30:00: consensus_set=0, interval=1800 ... Oct 23 01:20:01.203 [notice] Choosing valid-after time in vote as 2007-10-23 06:00:00: consensus_set=0, interval=3600 Oct 23 01:20:01.290 [warn] Rejecting vote with valid-after time of 2007-10-23 06:00:00; we were expecting 2007-10-23 05:30:00 Oct 23 01:20:01.291 [warn] Couldn't store my own vote! (I told myself, 'Bad valid-after time'.) Nick, you should look at this, as it's your design. :) svn:r12129
* r16057@catbus: nickm | 2007-10-23 00:08:31 -0400Nick Mathewson2007-10-23
| | | | | | | What the heck is wrong with me that I can not type un? svn:r12128
* <phobos> I want TorbuttonInfo.plist and TorbuttonDesc.plist includedRoger Dingledine2007-10-23
| | | | | | | in the tarball. svn:r12123
* Remove torbutton plists from makefile, as there is nothing to be updatedAndrew Lewman2007-10-23
| | | | | | | in the torbutton plists. svn:r12118
* Add torbutton to the osx packages.Andrew Lewman2007-10-23
| | | | svn:r12116