aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* r16041@catbus: nickm | 2007-10-22 13:02:14 -0400Nick Mathewson2007-10-22
| | | | | | | Reattempt certificate downloads immediately on failure, as appropriate. svn:r12106
* r15997@catbus: nickm | 2007-10-21 20:25:40 -0400Nick Mathewson2007-10-22
| | | | | | | New code (disabled for now) to use the SSL context's cert store instead of using its "extra chain cert" list to get our identity certificate sent. This is a little close to what OpenSSL expects people to do, and it has the advantage that we should be able to keep the id cert from being sent by setting the NO_CHAIN_CERT bit. I have tried turning new code on, and it seemed to work fine. svn:r12086
* r15974@catbus: nickm | 2007-10-19 16:47:27 -0400Nick Mathewson2007-10-19
| | | | | | | When we decode to use consensus method 2 or later, compute Unnamed and Named more or less as described in 122. Don't actually use consensus method 2 yet, so we can be sure we didn't screw up v1.. svn:r12055
* r15968@catbus: nickm | 2007-10-19 14:39:51 -0400Nick Mathewson2007-10-19
| | | | | | | Implement code to compute which method to use to compute a consensus. Also, fix leak in consensus calculation. svn:r12054
* r15966@catbus: nickm | 2007-10-19 13:56:28 -0400Nick Mathewson2007-10-19
| | | | | | | Voting side of proposal 122 svn:r12052
* r15965@catbus: nickm | 2007-10-19 13:32:11 -0400Nick Mathewson2007-10-19
| | | | | | | Client-side implementation for proposal 122. svn:r12051
* r15964@catbus: nickm | 2007-10-19 12:43:49 -0400Nick Mathewson2007-10-19
| | | | | | | Sort out that need_to_mirror is for routerstatuses in v2 networkstatuses only. svn:r12050
* r15960@catbus: nickm | 2007-10-19 12:30:17 -0400Nick Mathewson2007-10-19
| | | | | | | Make authority_certs_fetch_missing() honor should_delay_dir_fetches() svn:r12048
* r15956@catbus: nickm | 2007-10-19 11:18:14 -0400Nick Mathewson2007-10-19
| | | | | | | Encode address in certificates. Also, make it possible to create certs reusing an old key. svn:r12046
* typoPeter Palfrader2007-10-19
| | | | svn:r12044
* r15951@catbus: nickm | 2007-10-18 22:27:38 -0400Nick Mathewson2007-10-19
| | | | | | | More TODO notes. svn:r12043
* r15949@catbus: nickm | 2007-10-18 22:18:41 -0400Nick Mathewson2007-10-19
| | | | | | | Add a bit of my TODO for tomorrow, so I can close my emacs for the evening. svn:r12042
* r15938@catbus: nickm | 2007-10-18 22:04:59 -0400Nick Mathewson2007-10-19
| | | | | | | Misc clarifications and corrections in dir-spec.txt svn:r12040
* various fixes from reading or-cvs the past few daysRoger Dingledine2007-10-18
| | | | svn:r12035
* Ammend 122 (Unnamed flag) with v2 discussionPeter Palfrader2007-10-18
| | | | svn:r12032
* r15931@catbus: nickm | 2007-10-18 14:34:05 -0400Nick Mathewson2007-10-18
| | | | | | | Changes to proposal 105 based on recent or-dev exchange with sjmurdoch. svn:r12031
* r15921@catbus: nickm | 2007-10-18 11:16:38 -0400Nick Mathewson2007-10-18
| | | | | | | Apply clarifications and comments from Karsten to rend-spec, with my own clarifications and comments. svn:r12027
* r15891@catbus: nickm | 2007-10-17 17:46:40 -0400Nick Mathewson2007-10-17
| | | | | | | Apply changes to rend-spec.txt from Karsten's proposal-114 work. Points that need to be clarified are marked with a [XXXX]. svn:r12007
* r15857@catbus: nickm | 2007-10-16 12:59:13 -0400Nick Mathewson2007-10-16
| | | | | | | Add proposal 123-autonaming.txt svn:r11988
* a few clarifications to the v3 auth dir policyRoger Dingledine2007-10-16
| | | | svn:r11974
* Update the "How to add a v3 directory authority" doc as best I can.Roger Dingledine2007-10-16
| | | | svn:r11973
* clean up some old syntax errors in the man pageRoger Dingledine2007-10-16
| | | | svn:r11972
* give PublishServerDescriptor a real man page entryRoger Dingledine2007-10-16
| | | | svn:r11971
* r15806@catbus: nickm | 2007-10-15 19:14:57 -0400Nick Mathewson2007-10-15
| | | | | | | Implement v3 networkstatus client code. Remove v2 networkstatus client code, except as needed for caches to fetch and serve v2 networkstatues and the routers they list. svn:r11957
* first cut of a policy for what new directory authorities we want.Roger Dingledine2007-10-15
| | | | svn:r11954
* Updated docs for osx dmg creation include torbutton.Andrew Lewman2007-10-15
| | | | svn:r11939
* r15770@catbus: nickm | 2007-10-14 13:21:08 -0400Nick Mathewson2007-10-14
| | | | | | | Remove some completed items from the TODO. svn:r11937
* Update my todo's.Andrew Lewman2007-10-14
| | | | svn:r11932
* Controllers should now specify cache=no or cache=yes when usingRoger Dingledine2007-10-12
| | | | | | | the +POSTDESCRIPTOR command. svn:r11892
* Disable the SETROUTERPURPOSE controller command: it is now obsolete.Roger Dingledine2007-10-11
| | | | svn:r11891
* un-deprecate FascistFirewallRoger Dingledine2007-10-11
| | | | svn:r11873
* r14885@Kushana: nickm | 2007-10-11 10:36:16 -0400Nick Mathewson2007-10-11
| | | | | | | Document minimal values for voting times. Use a macro instead of a magic number. Remove an "enforce this" xxxx020 that was already enforced. svn:r11868
* more todo items i've been ponderingRoger Dingledine2007-10-10
| | | | svn:r11857
* make a note in proposal 109 so we limit the number ofRoger Dingledine2007-10-10
| | | | | | | confused researchers svn:r11844
* r15636@catbus: nickm | 2007-10-10 15:28:12 -0400Nick Mathewson2007-10-10
| | | | | | | Retry consensus and certificate downloads properly. Do not fail when there are no certificates to download. Do not download certificates we already have when retrying. svn:r11841
* r15617@catbus: nickm | 2007-10-09 22:30:22 -0400Nick Mathewson2007-10-10
| | | | | | | Add small comments to a couple of proposals. svn:r11827
* r15612@catbus: nickm | 2007-10-09 19:11:55 -0400Nick Mathewson2007-10-09
| | | | | | | Clarify proposal 122 and add another note. svn:r11824
* update proposal 122 based onRoger Dingledine2007-10-09
| | | | | | | http://archives.seul.org/or/dev/Oct-2007/msg00006.html svn:r11822
* r15603@catbus: nickm | 2007-10-09 17:02:27 -0400Nick Mathewson2007-10-09
| | | | | | | Clarify "median". svn:r11819
* r14813@Kushana: nickm | 2007-10-09 11:10:48 -0400Nick Mathewson2007-10-09
| | | | | | | Use download_status_t for v2 networkstatuses and certs as well as for routers. Make functions to manipulate it. Next steps: use it for consensus networkstatuses, and get consensus download rescheduling working. svn:r11800
* r14812@Kushana: nickm | 2007-10-09 10:22:00 -0400Nick Mathewson2007-10-09
| | | | | | | Merge extra fields in local_routerstatus_t back into routerstatus_t. See changelog for rationale. svn:r11799
* r14799@Kushana: nickm | 2007-10-08 15:55:18 -0400Nick Mathewson2007-10-08
| | | | | | | Add code to download router descriptors listed in a v3 networkstatus consensus. svn:r11790
* r14770@Kushana: nickm | 2007-10-08 11:43:02 -0400Nick Mathewson2007-10-08
| | | | | | | Make router_digest_is_trusted_dir able to check for type. When looking for a V3 directory, only assume that the V3 authorities and caches have it: previous code assumed that all authorities had it. svn:r11789
* r14769@Kushana: nickm | 2007-10-07 14:00:17 -0400Nick Mathewson2007-10-08
| | | | | | | Fetch networkstatus consensus documents as needed. Disabled for clients until more caches support it. svn:r11788
* Update mingw build instructions due to new mingw and libevent.Andrew Lewman2007-10-08
| | | | svn:r11785
* r15533@catbus: nickm | 2007-10-04 12:30:21 -0400Nick Mathewson2007-10-04
| | | | | | | Add 122-unnamed-flag.txt svn:r11762
* r15530@catbus: nickm | 2007-10-04 12:16:27 -0400Nick Mathewson2007-10-04
| | | | | | | Add a bunch of function documentation; clean up a little code; fix some XXXXs; tag the nonsensical EXTRAINFO_PURPOSE_GENERAL as nonsesnse; note another bit of "do not cache special routers" code to nuke. svn:r11761
* r15519@catbus: nickm | 2007-10-03 15:53:57 -0400Nick Mathewson2007-10-04
| | | | | | | Replace a mention of bugs.noreply.org. svn:r11760
* r15510@catbus: nickm | 2007-10-02 16:14:42 -0400Nick Mathewson2007-10-02
| | | | | | | Add support for more vote URLs that weasel wanted. Weasel: please test this before I inflict it on anybody else. :) svn:r11749
* todo: Disable and mark as obsolete the setrouterpurpose controller command.Roger Dingledine2007-10-01
| | | | svn:r11725