summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2007-09-24 r15310@catbus: nickm | 2007-09-24 11:36:08 -0400Nick Mathewson
Patch from Robert Hogan: fix a couple of status-event related typos. Backport candidate. svn:r11604
2007-09-23fix a syntax error in the man pageRoger Dingledine
svn:r11589
2007-09-22Remove openssl static libs from the win32 distrubution. They are staticallyAndrew Lewman
compiled into the exe. Add some, take some, remove some TODO items. svn:r11583
2007-09-22 r15279@catbus: nickm | 2007-09-22 02:00:06 -0400Nick Mathewson
V3 authority work: fetch missing votes and/or signatures as needed. svn:r11575
2007-09-21The manpage now tells uses that they can use identity fingerprints in most ↵Peter Palfrader
places where they can use nicknames. Based on patch from karsten svn:r11570
2007-09-21a dir-spec typo (in two places) caught by steveRoger Dingledine
svn:r11557
2007-09-20Resume listing "AUTHORITY" flag for authorities in network status.Roger Dingledine
Bugfix on 0.2.0.3-alpha; reported by Alex de Joode. svn:r11530
2007-09-19i feel guilty wasting a revision number on this, but qbiRoger Dingledine
mentioned it, so... svn:r11515
2007-09-19another bug we should resolve sometimeRoger Dingledine
svn:r11513
2007-09-18Start using the v2 intro format for hidden service connections. NowRoger Dingledine
clients specify their chosen rendezvous point by identity digest rather than by (potentially ambiguous) nickname. This change could speed up hidden service connections dramatically. svn:r11499
2007-09-18clean up r11496Roger Dingledine
svn:r11498
2007-09-18Drop support for v1 rendezvous descriptors, since we never usedRoger Dingledine
them anyway, and the code has probably rotted by now. Based on patch from Karsten Loesing. svn:r11496
2007-09-18actually, there is a tordnsel implementationRoger Dingledine
svn:r11493
2007-09-18two dir-spec cleanups from steveRoger Dingledine
svn:r11485
2007-09-18 r15143@catbus: nickm | 2007-09-18 11:49:46 -0400Nick Mathewson
Add getinfo status/good-server-descriptor and status/reachability-succeeded. Patch from Robert Hogan. svn:r11483
2007-09-18 r15140@catbus: nickm | 2007-09-18 11:34:54 -0400Nick Mathewson
Get rid of a needless malloc() when parsing address policies. Original patch from "Some guy on #tor", via arma. Altered to have a sufficiently large buffer, and not use the buffer so much, and to save a strlcpy. svn:r11480
2007-09-17Servers used to decline to publish their DirPort if theirRoger Dingledine
BandwidthRate, RelayBandwidthRate, or MaxAdvertisedBandwidth were below a threshold. Now they only look at BandwidthRate and RelayBandwidthRate. svn:r11465
2007-09-17a few more todo bugs i've accumulatedRoger Dingledine
svn:r11462
2007-09-17 r14447@Kushana: nickm | 2007-09-17 13:31:50 -0400Nick Mathewson
Track weighted fractional uptime in addition to weighted mtbf: we want to use mtbf for stable, but fractional uptime for guard. svn:r11456
2007-09-13 r14425@Kushana: nickm | 2007-09-13 13:00:57 -0400Nick Mathewson
Do not load state when options->command is not RUN_TOR. (Resolves bug 499; backport candidate) svn:r11437
2007-09-12 r14392@Kushana: nickm | 2007-09-12 11:04:20 -0400Nick Mathewson
Complete implementation of proposal 104: remove bandwidth history lines from router descriptors. svn:r11434
2007-09-11 r15049@catbus: nickm | 2007-09-11 16:05:50 -0400Nick Mathewson
When we get a consensus for which we are missing the right certificates, keep it around pending more certificates; do not just drop it. svn:r11430
2007-09-11 r15048@catbus: nickm | 2007-09-11 14:20:39 -0400Nick Mathewson
Add code to warn about mauthorities on a consensus when they are not what we expect to find. svn:r11429
2007-09-11 r15046@catbus: nickm | 2007-09-11 13:38:36 -0400Nick Mathewson
Check V3 authority certificates for expiry, and warn the authority op as they get old. svn:r11427
2007-09-11 r15045@catbus: nickm | 2007-09-11 11:52:29 -0400Nick Mathewson
Reject incoming votes when the valid-after time does not match the period that we're trying to vote for. svn:r11426
2007-09-08 r14359@Kushana: nickm | 2007-09-08 15:07:17 -0400Nick Mathewson
Add some generic skew-and-tolerance functions so we can handle time more sanely. svn:r11406
2007-09-08 r14358@Kushana: nickm | 2007-09-08 13:45:16 -0400Nick Mathewson
Implement certificate fetch functions. svn:r11405
2007-08-30 r14859@catbus: nickm | 2007-08-30 17:10:15 -0400Nick Mathewson
0-pad minutes and seconds when displaying weighted mtbf in info logs. svn:r11324
2007-08-30another easy bug for nick to tackleRoger Dingledine
svn:r11322
2007-08-30Tor logs the libevent version on startup, for debugging purposes.Roger Dingledine
This is great. But it does this before configuring the logs, so it only goes to stdout and is then lost. svn:r11313
2007-08-29 r14832@catbus: nickm | 2007-08-29 15:00:27 -0400Nick Mathewson
Use (and debug) new file-writing functions in order to simplify code that formerly built big strings in RAM. svn:r11301
2007-08-29 r14830@catbus: nickm | 2007-08-29 13:50:10 -0400Nick Mathewson
Make controllers accept LF as well as CRLF. Update spec to reflect this. Remove now-dead code. Make controller warning about v0 protocol more accurate. svn:r11299
2007-08-29 r14826@catbus: nickm | 2007-08-29 13:19:55 -0400Nick Mathewson
Add a line to the state file for each guard to let us know which version added the guard. If the line is absent, assume the guard was added by whatever version of Tor last wrote the state file. Remove guards if the version that added them was using a bad guard selection algorithm. (Previously, we removed guards if the version that wrote the file was using a bad guard selection algorithm, even if the guards themselves were chosen by a good version.) svn:r11298
2007-08-29 r14825@catbus: nickm | 2007-08-29 12:30:04 -0400Nick Mathewson
More items for the TODO (from last Friday mtg with Roger) svn:r11297
2007-08-27 r14819@catbus: nickm | 2007-08-27 19:40:11 -0400Nick Mathewson
Sort all of the items in the TODO. That took longer than I had hoped, but I think it was useful. svn:r11292
2007-08-27 r14817@catbus: nickm | 2007-08-27 18:16:49 -0400Nick Mathewson
Mark TODO items with what sections I would like to move them to. Pending scan by arma, the next commits will remove these annotations and move the items around. svn:r11291
2007-08-27 r14227@Kushana: nickm | 2007-08-27 11:33:28 -0400Nick Mathewson
Add a new ClientDNSRejectInternalAddresses option (default: on) to refuse to believe that any address can map to or from an internal address. This blocks some kinds of potential browser-based attacks, especially on hosts using DNSPort. Also clarify behavior in some comments. Backport candiate? svn:r11287
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 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-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-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-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-20updated change historyKarsten Loesing
svn:r11224
2007-08-20renamed config option HSDir as HidServDirectoryV2Karsten Loesing
svn:r11223