Age | Commit message (Collapse) | Author |
|
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
|
|
Replace a mention of bugs.noreply.org.
svn:r11760
|
|
Make some functions static; remove some dead code.
svn:r11750
|
|
Add support for more vote URLs that weasel wanted. Weasel: please test this before I inflict it on anybody else. :)
svn:r11749
|
|
Fix disgusting O(n^2) behavior in router_parse_list_from_string. Noticed by Li-Hui Zhou; found with oprofile.
svn:r11738
|
|
svn:r11725
|
|
svn:r11702
|
|
From little acorns: redo our string and digest hashing code to be faster, since this stuff may be critical-path.
svn:r11700
|
|
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
|
|
When we are a bridge directory, add bridges with purpose BRIDGE, not with purpose CONTROLLER. Roger, is this right?
svn:r11679
|
|
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
|
|
svn:r11670
|
|
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
|
|
Fix a copy-paste error in dir-spec.txt
svn:r11667
|
|
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
|
|
svn:r11658
|
|
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
|
|
Add hidden-service-authentication.etxt as proposal 121.
svn:r11653
|
|
svn:r11647
|
|
Always set status_out when adding a vote.
svn:r11646
|
|
It is amazing how reliable missing svk st are at breaking code.
svn:r11644
|
|
svn:r11642
|
|
svn:r11622
|
|
svn:r11619
|
|
devilproxytor.
svn:r11618
|
|
svn:r11617
|
|
svn:r11616
|
|
Patch from Robert Hogan: fix a couple of status-event related typos. Backport candidate.
svn:r11604
|
|
existing torrc files.
svn:r11595
|
|
svn:r11594
|
|
svn:r11589
|
|
svn:r11588
|
|
svn:r11587
|
|
compiled into the exe. Add some, take some, remove some TODO items.
svn:r11583
|
|
Bump version to 0.2.0.7-alpha-dev
svn:r11576
|
|
V3 authority work: fetch missing votes and/or signatures as needed.
svn:r11575
|
|
svn:r11572
|
|
svn:r11571
|
|
places where they can use nicknames. Based on patch from karsten
svn:r11570
|
|
handle non-default values of PublishServerDescriptor.
svn:r11569
|
|
run tor. this resolves a segfault in 'tor --list-fingerprints'
introduced by r11437.
backport candidate due to r11438.
svn:r11566
|
|
svn:r11563
|
|
Mark most bugfixes with version introducing bug.
svn:r11561
|
|
Oops; we had vote_delay and dist_delay switched when computing when to generate our consensus. Harmless so far, but let's get that fixed.
svn:r11558
|
|
svn:r11557
|
|
to save them, let the installer put new files in place, and let the user
copy back their custom configs, for now.
svn:r11555
|
|
users configure that and specify a bridge with an identity
fingerprint, now they will lookup the bridge descriptor at the
default bridge authority via a one-hop tunnel, but once circuits
are established they will switch to a three-hop tunnel for later
connections to the bridge authority.
svn:r11550
|
|
svn:r11548
|
|
19:00 < weasel> Sep 21 01:00:01.926 [warn] Consensus published.
19:00 < weasel> hah
19:00 < nickm> ha indeed
19:00 < nickm> a winner is me
19:00 < weasel> _warn_ :)
19:01 < nickm> watch out! It could go off at any moment!
19:01 * weasel backs away
svn:r11546
|
|
Fix a bug that made servers send a "404 Not found" in response to
attempts to fetch their server descriptor. This caused Tor servers
to take many minutes to establish reachability for their DirPort,
and it totally crippled bridges. Bugfix on 0.2.0.5-alpha.
svn:r11545
|