aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Whacked about a page. All edits courtesy of suggestions from Matt Edman.Paul Syverson2007-06-06
| | | | svn:r10507
* Two todo itemsPeter Palfrader2007-06-05
| | | | svn:r10506
* r13267@catbus: nickm | 2007-06-05 16:54:20 -0400Nick Mathewson2007-06-05
| | | | | | | Man page and small tweaks for last patch. svn:r10505
* r13256@catbus: nickm | 2007-06-05 10:57:41 -0400Nick Mathewson2007-06-05
| | | | | | | Mark fields that need to be ipv6-ified. svn:r10503
* Attempt to address points brought up in #tor flamewar. In particular, movedMike Perry2007-06-05
| | | | | | | | | | | | | | | | | | | | "Who will enable this option?" section towards the top of the proposal, to attempt to get everyone on the same page right away as far as assumptions go. Also, added section on "Consideration of risks for node operators" where the additional risk of should-be-3-but-actually-2 hop users pose to node operators is discussed. Upon consideration of this, determined that two hop users should be made to rotate guards with some frequency on the order of days (basically, long enough to help scan the network for active adversary guards, and then move on). Please re-flame if you feel these or other issues have not been adequately addressed. svn:r10498
* r13252@catbus: nickm | 2007-06-04 18:57:21 -0400Nick Mathewson2007-06-04
| | | | | | | Code to check signatures on consensus directories. svn:r10492
* r13250@catbus: nickm | 2007-06-04 18:28:55 -0400Nick Mathewson2007-06-04
| | | | | | | Adapt code to parse v3 networkstatus votes so it can also parse a consensus. Make networkstatus_vote_t the catch-all type for votes and conensuses. Correct/clarify the second argument to directory-signature. svn:r10491
* r13243@catbus: nickm | 2007-06-04 15:17:15 -0400Nick Mathewson2007-06-04
| | | | | | | Start of code to compute consensus network-status stuff from a bunch of votes. Strangely, it does not yet feel like an enormous ugly hack. svn:r10489
* ok, clarify that line, so nick has a chance of knowing what i meantRoger Dingledine2007-06-04
| | | | svn:r10477
* i was about to mail nick asking him to do something more, but i realizedRoger Dingledine2007-06-04
| | | | | | | we had this snazzy thing called a todo file. here, nick. :) svn:r10476
* r13186@catbus: nickm | 2007-06-03 19:00:20 -0400Nick Mathewson2007-06-03
| | | | | | | Bind ports before setuid/setgid. svn:r10473
* Think a little harder about guard nodes. What if they could be made to beMike Perry2007-06-03
| | | | | | | | | | | reliable and not rotate as much for dialup, mobile, or transient network users, and what if users were actually notified more visibly who their guards were and came to trust the guard nodes they have? Some effects of this are considered. svn:r10470
* add mwenge's wishlist item: a tcp dns proxyRoger Dingledine2007-06-03
| | | | svn:r10469
* r13166@catbus: nickm | 2007-06-02 23:02:40 -0400Nick Mathewson2007-06-03
| | | | | | | First cut at code to parse and validate v3 networkstatus votes. svn:r10461
* First stab at magazine article. Must be at most half this long.Paul Syverson2007-06-01
| | | | svn:r10442
* r13127@catbus: nickm | 2007-05-31 21:43:05 -0400Nick Mathewson2007-06-01
| | | | | | | Mention that SocksPolicy applies to DNSPort. svn:r10438
* Add Two Hop Paths proposal as 115. Mark 112 superseded by 115.Mike Perry2007-06-01
| | | | svn:r10435
* fix these typos too while i'm at itRoger Dingledine2007-05-31
| | | | svn:r10431
* grammar fixes and terminology changes from startingRoger Dingledine2007-05-31
| | | | | | | to read karsten's distributed-storage proposal svn:r10430
* r13115@catbus: nickm | 2007-05-31 15:12:43 -0400Nick Mathewson2007-05-31
| | | | | | | Document DNSPort, DNSListenAddress, AutomapHostsOnResolve, AutomapHostsSuffixes, and DownloadExtraInfo in the manpage. svn:r10426
* clean up a few confusions brian levine pointed outRoger Dingledine2007-05-31
| | | | svn:r10415
* proposal 114: changed descriptor format, key length discussion, typosKarsten Loesing2007-05-30
| | | | svn:r10413
* r13068@catbus: nickm | 2007-05-29 14:58:13 -0400Nick Mathewson2007-05-29
| | | | | | | Add some code to mitigate bug 393: Choose at random from multiple hidden service ports with the same virtport. This allows limited ad-hoc round-robining. svn:r10398
* add proposal 114-distributed-storage.txtRoger Dingledine2007-05-28
| | | | svn:r10374
* cleanups on man page from edmanmRoger Dingledine2007-05-26
| | | | svn:r10350
* r12955@catbus: nickm | 2007-05-25 13:17:30 -0400Nick Mathewson2007-05-25
| | | | | | | First bare stubs of ipv6 work: commit some (untested, hence doublessly broken) implementations of inet_ntop/pton for systems that lack them. svn:r10326
* r12946@catbus: nickm | 2007-05-25 10:46:50 -0400Nick Mathewson2007-05-25
| | | | | | | Add an AutomapHostsOnResolve option. It seems to work. svn:r10324
* r12942@catbus: nickm | 2007-05-24 16:31:22 -0400Nick Mathewson2007-05-24
| | | | | | | Well, that was easier than I thought it would be. Tor is now a DNS proxy as well as a socks proxy. Probably some bugs remain, but since it A) has managed to resolve one address for me successfully, and B) will not affect anybody who leaves DNSPort unset, it feel like a good time to commit. svn:r10317
* r12916@catbus: nickm | 2007-05-24 12:43:45 -0400Nick Mathewson2007-05-24
| | | | | | | Add math functions to round values to the nearest power of 2. Make mempools more careful about making sure that the size of their chunks is a little less than a power of 2, not a little more. svn:r10304
* r12902@catbus: nickm | 2007-05-22 14:52:29 -0400Nick Mathewson2007-05-22
| | | | | | | First draft of code to generate votes. needs testing. does not yet upload or serve votes. Shares most of its code with the old generate_v2_networkstatus. svn:r10295
* r12899@catbus: nickm | 2007-05-22 13:51:26 -0400Nick Mathewson2007-05-22
| | | | | | | Extract common code from networkstatus_getinfo_helper_single() and generate_v2_networkstatus(). svn:r10294
* r12898@catbus: nickm | 2007-05-22 13:11:04 -0400Nick Mathewson2007-05-22
| | | | | | | More v3 directory code: have authorities load certificates; have everybody store certificates to disk and load them; provide a way to configure v3 authorities. svn:r10293
* weasel suggested: can we deprecate the FastFirstHopPK config option?Roger Dingledine2007-05-21
| | | | svn:r10236
* r12794@catbus: nickm | 2007-05-18 20:24:26 -0400Nick Mathewson2007-05-19
| | | | | | | Make caches-extra-info lines parseable. svn:r10215
* r12983@Kushana: nickm | 2007-05-18 16:46:15 -0400Nick Mathewson2007-05-18
| | | | | | | Note that we do not permit you to exit to port 0, no matter what. Closes bug 409. svn:r10211
* r12981@Kushana: nickm | 2007-05-18 14:12:19 -0400Nick Mathewson2007-05-18
| | | | | | | 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
* r12979@Kushana: nickm | 2007-05-18 12:52:50 -0400Nick Mathewson2007-05-18
| | | | | | | More work on merging stuff into dir-spec.txt svn:r10207
* polish r9726-r9903Roger Dingledine2007-05-13
| | | | svn:r10182
* a bit of that manual hacking for tor-design.html tooRoger Dingledine2007-05-12
| | | | svn:r10169
* hack up a blocking.html via tth and some manual hackingRoger Dingledine2007-05-12
| | | | svn:r10168
* r12726@catbus: nickm | 2007-05-11 06:41:47 -0400Nick Mathewson2007-05-11
| | | | | | | Checkpoint some more dir-spec.txt edits. svn:r10165
* r12708@catbus: nickm | 2007-05-10 15:18:08 -0400Nick Mathewson2007-05-10
| | | | | | | Patch from shibz: implement a getinfo status/version/... so a controller can tell whether the current version is recommended, whether any versions are good, and how many authorities agree. svn:r10162
* Backport candidate: count it as a failure if we fetch a valid Roger Dingledine2007-05-10
| | | | | | | | network-status but we don't want to keep it. Otherwise we'll keep fetching it and keep not wanting to keep it. Fixes part of bug 422. svn:r10153
* add a 'bridge' flag for dirserver config entriesRoger Dingledine2007-05-07
| | | | svn:r10128
* point to the dir-spec files more correctlyRoger Dingledine2007-05-07
| | | | svn:r10126
* Tor works fine in CentOS5/RHEL5. The nsis packaging works fine now. Andrew Lewman2007-05-06
| | | | svn:r10122
* fix some code comments, a wrapper, and add a todo itemRoger Dingledine2007-05-04
| | | | svn:r10111
* spec tweaksRoger Dingledine2007-05-04
| | | | svn:r10110
* Fork current dir-spec.txt into dir-spec-v2.txt in order to record the state ↵Nick Mathewson2007-05-03
| | | | | | of the world as of 0.1.2.13. Start revising dir-spec.txt to incorporate proposals 101, 103, and 104. svn:r10109
* r12643@catbus: nickm | 2007-05-03 13:43:47 -0400Nick Mathewson2007-05-03
| | | | | | | Note that extensions to the directory protocol should begin their item keywords with "x-" or "X-". svn:r10108