aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* back out a little bit of r11817 to preserve current behavior.Roger Dingledine2007-10-09
| | | | | | | some other behavior changes left in. svn:r11821
* i heard that users know the phrase 'system clock' better than 'clock'. hm.Roger Dingledine2007-10-09
| | | | svn:r11820
* r15603@catbus: nickm | 2007-10-09 17:02:27 -0400Nick Mathewson2007-10-09
| | | | | | | Clarify "median". svn:r11819
* r15599@catbus: nickm | 2007-10-09 16:44:36 -0400Nick Mathewson2007-10-09
| | | | | | | Fix the bug that was making moria1 set valid-after wrong in its votes: we were looking at the preferred timing when we should have been looking at the consensus timing. svn:r11818
* r15598@catbus: nickm | 2007-10-09 16:37:35 -0400Nick Mathewson2007-10-09
| | | | | | | Turn all "Is DirPort nonzero? Because if it is, we must be a directory" logic into calls to dirserver_mode(). svn:r11817
* r15597@catbus: nickm | 2007-10-09 16:17:42 -0400Nick Mathewson2007-10-09
| | | | | | | Make authority_certs_fetch_missing only fetch certificates which we are not currently downloading; fix XXXX020s in networkstatus.c svn:r11816
* r15593@catbus: nickm | 2007-10-09 15:31:10 -0400Nick Mathewson2007-10-09
| | | | | | | Fix an infinite loop when parsing multiple votes. svn:r11813
* r15590@catbus: nickm | 2007-10-09 15:14:42 -0400Nick Mathewson2007-10-09
| | | | | | | Change dirvote_get_vote to take named flags rather than 3 boolean inputs. Fix a bug that was caused by the order of the boolean inputs in or.h not matching the order of boolean inputs in dirvote.c. svn:r11812
* r15589@catbus: nickm | 2007-10-09 15:08:00 -0400Nick Mathewson2007-10-09
| | | | | | | Fix dumb typo in vote retrieval: we want to check the pending votes to see what we are missing; not the previous period. svn:r11811
* r15587@catbus: nickm | 2007-10-09 15:05:27 -0400Nick Mathewson2007-10-09
| | | | | | | When parsing two concatenated networkstatuses (as we do when voting), detect the end of the first one properly. svn:r11810
* make r11808 build on my 64-bitRoger Dingledine2007-10-09
| | | | svn:r11809
* r15581@catbus: nickm | 2007-10-09 14:36:47 -0400Nick Mathewson2007-10-09
| | | | | | | Recompute voting schedule whenever a consensus is set. svn:r11808
* Bugfixes in fetching certificates for a consensus: fetch tor/keys/fp/X, not ↵Nick Mathewson2007-10-09
| | | | | | tor/keys/X. Also, count signatures where no certificate is known as "missing a certificate" not as "unknown authority." svn:r11805
* r15574@catbus: nickm | 2007-10-09 13:01:53 -0400Nick Mathewson2007-10-09
| | | | | | | Fix the "400 OK" issue when replying to a vote. svn:r11801
* 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
* Commit this stuff somewhere before I delete it accidentallyPeter Palfrader2007-10-08
| | | | svn:r11794
* for once, it was "no-tab man" that struck again.Roger Dingledine2007-10-08
| | | | svn:r11793
* r14802@Kushana: nickm | 2007-10-08 17:21:30 -0400Nick Mathewson2007-10-08
| | | | | | | Refactor out about a third of routerlist.c into a new networkstatus.c. I\m not sure that I got everything that needed to move, but so far so good. svn:r11791
* 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
* Update version. Need to figure out a better way to do this goingAndrew Lewman2007-10-06
| | | | | | | forward. svn:r11782
* Use the standard polipo config file for now.Andrew Lewman2007-10-06
| | | | svn:r11781
* Update osx addsysuser for leopard.Andrew Lewman2007-10-06
| | | | svn:r11780
* 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
* r15512@catbus: nickm | 2007-10-02 16:27:43 -0400Nick Mathewson2007-10-02
| | | | | | | Make some functions static; remove some dead code. svn:r11750
* 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
* r15436@catbus: nickm | 2007-10-01 21:17:27 -0400Nick Mathewson2007-10-02
| | | | | | | Fix disgusting O(n^2) behavior in router_parse_list_from_string. Noticed by Li-Hui Zhou; found with oprofile. svn:r11738
* todo: Disable and mark as obsolete the setrouterpurpose controller command.Roger Dingledine2007-10-01
| | | | svn:r11725
* whoops, we've been failing to update the ReleaseNotes fileRoger Dingledine2007-09-28
| | | | svn:r11702
* r14682@Kushana: nickm | 2007-09-28 15:23:38 -0400Nick Mathewson2007-09-28
| | | | | | | From little acorns: redo our string and digest hashing code to be faster, since this stuff may be critical-path. svn:r11700
* r15422@catbus: nickm | 2007-09-27 16:42:35 -0400Nick Mathewson2007-09-27
| | | | | | | Use descriptor annotations to record the source, download t time, and purpose of every descriptor we add to the store. The remaining to-do item is to stop setting do_not_cache on bridges. svn:r11680
* r15421@catbus: nickm | 2007-09-27 15:44:17 -0400Nick Mathewson2007-09-27
| | | | | | | When we are a bridge directory, add bridges with purpose BRIDGE, not with purpose CONTROLLER. Roger, is this right? svn:r11679
* r15420@catbus: nickm | 2007-09-27 15:40:25 -0400Nick Mathewson2007-09-27
| | | | | | | Remove annotated_desc_store store (which we never used). Instead, shift name of router store to cached-descriptors, but initialize it from cached-routers as needed svn:r11678
* Add a "fingerprint" in a smart placePeter Palfrader2007-09-27
| | | | svn:r11670
* r15418@catbus: nickm | 2007-09-27 12:37:59 -0400Nick Mathewson2007-09-27
| | | | | | | Fix a stupid logic error in authority_cert_get_by_sk_digest: the presence of an authority lacking a v3 cert does not mean that subsequent authorities lack them too. svn:r11668
* r15416@catbus: nickm | 2007-09-27 12:30:19 -0400Nick Mathewson2007-09-27
| | | | | | | Fix a copy-paste error in dir-spec.txt svn:r11667
* r15412@catbus: nickm | 2007-09-27 12:04:24 -0400Nick Mathewson2007-09-27
| | | | | | | More annotated-store work: handle annotations in lists correctly. Add ability to prepend annotations to a routerdesc (and to every rtouredesc in a list), while verifying that the routerdesc is not already annotated. svn:r11665
* minor typoRoger Dingledine2007-09-27
| | | | svn:r11658
* r15400@catbus: nickm | 2007-09-26 12:13:12 -0400Nick Mathewson2007-09-26
| | | | | | | Backend for descriptor annotations: parse annotations as keywords; only allow them to appear in the cache; do not serve them as part of the descriptor if we are a dirserver. Still need mechanism to set annotations. Still need to rename cache file. svn:r11654
* r15381@catbus: nickm | 2007-09-26 10:48:00 -0400Nick Mathewson2007-09-26
| | | | | | | Add hidden-service-authentication.etxt as proposal 121. svn:r11653
* Updates to the SUSE init script. Suggestions by Lars Vodgt.Andrew Lewman2007-09-25
| | | | svn:r11647
* r15371@catbus: nickm | 2007-09-25 19:53:13 -0400Nick Mathewson2007-09-25
| | | | | | | Always set status_out when adding a vote. svn:r11646
* r15367@catbus: nickm | 2007-09-25 19:31:11 -0400Nick Mathewson2007-09-25
| | | | | | | It is amazing how reliable missing svk st are at breaking code. svn:r11644
* Fix a spurious %. Caught by devilproxytor.Andrew Lewman2007-09-25
| | | | svn:r11642
* Take some more, ask a question or two.Andrew Lewman2007-09-25
| | | | svn:r11622