summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-08-25Set up Tonga as the default bridge directory authority.tor-0.2.0.6-alphaRoger Dingledine
svn:r11276
2007-08-25bump to 0.2.0.6-alpha in preparation for tomorrow's releaseRoger Dingledine
svn:r11275
2007-08-25formatting cleanupsRoger Dingledine
svn:r11273
2007-08-25revert the recommended-guard-version thing. it did not do what weRoger Dingledine
want, which is to expire old guards *every* time somebody moves from an old version to the new one. also, refine which version numbers count as 'new enough'. svn:r11272
2007-08-24 r14205@Kushana: nickm | 2007-08-24 10:29:26 -0400Nick Mathewson
Remove a bunch of completed items from the TODO. svn:r11271
2007-08-24 r14204@Kushana: nickm | 2007-08-24 10:24:36 -0400Nick Mathewson
Fix a bug in last patch; add support for getting extrainfo documents by the control port (since it is silly to tell tools to do it without actually giving them an interface). svn:r11270
2007-08-24 r14203@Kushana: nickm | 2007-08-24 10:15:58 -0400Nick Mathewson
Add a hacked-up GETINFO desc/all-recent-extrainfo-hack so that torstat can keep working with a minimum of fuss, until it learns about extrainfo documents. svn:r11269
2007-08-24 r14202@Kushana: nickm | 2007-08-24 09:55:30 -0400Nick Mathewson
Add purposes for new things we need to fetch for v3 directory system. svn:r11268
2007-08-24 r14200@kushana: nickm | 2007-08-24 08:33:41 -0400Nick Mathewson
In new code, let's try to prefer named flags to mazes of twisted boolean arguments, all alike. svn:r11267
2007-08-24more cleanups on r11258. looks good now.Roger Dingledine
svn:r11266
2007-08-24make the last patch do what i actually want. it was a bit trickyRoger Dingledine
since we want the default guardversion to be 0 (which is what it is if there's no guardversion line), yet when we're validating a freshly configed and defaulted state, we don't want to complain. svn:r11264
2007-08-24cleanups on r11258Roger Dingledine
svn:r11263
2007-08-24clean up changelog a bitRoger Dingledine
svn:r11259
2007-08-24patch from mike perry to a) stop overloading guards as much, andRoger Dingledine
b) raise the max-believable-bandwidth to 10MB/s. svn:r11258
2007-08-23a single quote != a single double quote. i can't hear theRoger Dingledine
circus music from here, perhaps we should move closer. svn:r11256
2007-08-22 r14185@Kushana: nickm | 2007-08-22 11:07:01 -0400Nick Mathewson
Add some voting-related documentation. svn:r11255
2007-08-22 r14184@Kushana: nickm | 2007-08-22 11:06:37 -0400Nick Mathewson
Unmap cached-extrainfo on exit. Fixes bug 484. svn:r11254
2007-08-22backport candidate:Roger Dingledine
Make it possible to read the PROTOCOLINFO response in a way that conforms to our control-spec. Reported by Matt Edman. svn:r11251
2007-08-22backport candidate:Roger Dingledine
Stop leaking part of the descriptor when we run into a particularly unparseable piece of it. Bugfix on 0.1.2.x. svn:r11249
2007-08-22backport candidate:Roger Dingledine
Fix a minor memory leak when we fail to find enough suitable servers to choose a circuit. Bugfix on 0.1.2.x. svn:r11247
2007-08-21 r14764@catbus: nickm | 2007-08-21 03:23:12 -0400Nick Mathewson
Add a perl script to regenerate proposal 000-index.txt so that it always matches the statuses and titles in the other proposals, and so that it has a sorted-by-status section. svn:r11243
2007-08-21 r14763@catbus: nickm | 2007-08-21 03:11:06 -0400Nick Mathewson
Correct status on proposal 119. svn:r11242
2007-08-21 r14762@catbus: nickm | 2007-08-21 03:10:54 -0400Nick Mathewson
Add a proper header to proposal 117. svn:r11241
2007-08-21 r14758@catbus: nickm | 2007-08-21 01:36:03 -0400Nick Mathewson
Finish implementing and documenting proposal 108: Authorities now use MTBF data to set their stability flags, once they have at least 4 days of data to use. svn:r11240
2007-08-21 r14757@catbus: nickm | 2007-08-21 01:35:24 -0400Nick Mathewson
Merge a condensed proposal 108 (without too much implementation detail, since that's implementation detail, into dir-spec.txt. svn:r11239
2007-08-21 r14756@catbus: nickm | 2007-08-21 01:34:30 -0400Nick Mathewson
Mark proposal 108 as closed, and mark dir-voting related proposals as accepted svn:r11238
2007-08-21Stop putting the authentication cookie in a file called "0"Roger Dingledine
in your working directory if you don't specify anything for the new CookieAuthFile option. Reported by Matt Edman. svn:r11237
2007-08-20It works better if we don't print a 404 header after our bodyPeter Palfrader
svn:r11236
2007-08-20call it EXPORTMALLINFO, not EXPORTMEMINFOPeter Palfrader
svn:r11235
2007-08-20Appease check-spacesPeter Palfrader
svn:r11234
2007-08-20We do not mix variable declarations and codePeter Palfrader
svn:r11233
2007-08-20Optionally export mallinfo() output on the DirPortPeter Palfrader
svn:r11232
2007-08-20Remove /tor/dir-all-weaselhack, it's useless without FULL_V1_DIRECTORIES definedPeter Palfrader
svn:r11231
2007-08-20Handle unexpected whitespace better in malformed descriptors. BugRoger Dingledine
found using Benedikt Boss's new Tor fuzzer! Bugfix on 0.2.0.x. svn:r11229
2007-08-20Let directory authorities startup even when they can't generate Roger Dingledine
a descriptor immediately, e.g. because they don't know their address. svn:r11228
2007-08-20 r14740@catbus: nickm | 2007-08-20 13:00:52 -0400Nick Mathewson
Only load MTBF data if we are running tor svn:r11226
2007-08-20 r14733@catbus: nickm | 2007-08-20 12:32:44 -0400Nick Mathewson
Clean up MTBF storage code. Do not count times that we have been down toward the current run. Handle backward timewarps correctly. Store MTBF data on exit in addition to periodically. svn:r11225
2007-08-20updated change historyKarsten Loesing
svn:r11224
2007-08-20renamed config option HSDir as HidServDirectoryV2Karsten Loesing
svn:r11223
2007-08-20avoid double-punctuation when we're reporting errors from theRoger Dingledine
config functions to the controller. svn:r11221
2007-08-20 r14731@catbus: nickm | 2007-08-20 12:02:09 -0400Nick Mathewson
Clean up authdir_X functions a little. svn:r11220
2007-08-20 r14729@catbus: nickm | 2007-08-20 11:58:02 -0400Nick Mathewson
Trigger load and save of MTBF data. svn:r11219
2007-08-20 r14726@catbus: nickm | 2007-08-20 11:42:07 -0400Nick Mathewson
Make v3-only authorities check reachability svn:r11218
2007-08-20 r14723@catbus: nickm | 2007-08-20 10:57:52 -0400Nick Mathewson
Add a changelog entry for last commit. svn:r11216
2007-08-20 r14722@catbus: nickm | 2007-08-20 10:54:29 -0400Nick Mathewson
Add debugging warning to not abort in the case of bug 483. This is probably not an actual error case, so we should figure out what is really causing it and do something more sensible. svn:r11215
2007-08-19ask nick a question about a grammar problem that could be a meaning problemRoger Dingledine
svn:r11207
2007-08-19minor tweaksRoger Dingledine
svn:r11206
2007-08-19script contributed by mike perry to make tor traffic low priorityRoger Dingledine
svn:r11205
2007-08-19New upstream versionPeter Palfrader
svn:r11203
2007-08-19 r14693@catbus: nickm | 2007-08-19 11:31:01 -0400Nick Mathewson
Add changelog for last entry. svn:r11196