| Commit message (Collapse) | Author | Age |
|
|
|
| |
svn:r14116
|
|
|
|
|
|
|
| |
Only dump all guard node status to the log when the guard node status actually changes. Downgrade the 4 most common remaining INFO log messages to DEBUG.
svn:r14069
|
|
|
|
|
|
|
|
| |
perhaps we would even replace the v1 directory with a static
page saying 'this is a tor server, let me tell you what that is'.
svn:r13797
|
|
|
|
|
|
|
| |
More 64-to-32 fixes. Partial backport candidate. still not done.
svn:r13680
|
|
|
|
|
|
|
| |
Defer a couple of XXX020rc items, based on recommendation from arma.
svn:r13654
|
|
|
|
|
|
|
| |
so it doesn't return failure when any authority disappears.
svn:r13645
|
|
|
|
| |
svn:r13641
|
|
|
|
|
|
|
| |
Answer one xxx020 item; move 7 other ones to a new "XXX020rc" category: they should get fixed before we cut a release candidate. arma: please review these to see whether you have fixes/answers for any. Please check out the other 14 XXX020s to see if any look critical for the release candidate.
svn:r13640
|
|
|
|
|
|
|
| |
add a flag to suppress overwriting the certificates file with new certificates, so we do not overwrite all certs when starting as an authority.
svn:r13630
|
|
|
|
|
|
|
|
| |
version of it, when handling a "/tor/networkstatus-bridges"
directory request. Now compare correctly. Noticed by Veracode.
svn:r13609
|
|
|
|
| |
svn:r13585
|
|
|
|
|
|
|
|
|
| |
would stop building circuits and start refusing connections after
24 hours, since we false believed that Tor was dormant. Reported
by nwf; bugfix on 0.1.2.x.
svn:r13583
|
|
|
|
|
|
|
|
|
|
|
| |
Resolved problems with (re-)fetching hidden service descriptors.
Before, v0 descriptors were not fetched at all (fix on 0.2.0.18-alpha),
re-fetching of v2 descriptors did not stop when a v0 descriptor was
received (fix on 0.2.0.18-alpha), and re-fetching of v2 descriptors did
not work in all cases (fix on 0.2.0.19-alpha).
svn:r13540
|
|
|
|
|
|
|
| |
Defer, downgrade, or address more XXX020s. The remaining ones are all ones we should deal with before release.
svn:r13530
|
|
|
|
|
|
|
| |
Patch from karsten: make hidden service code respect SafeLogging.
svn:r13493
|
|
|
|
|
|
|
|
| |
address if the connection appears to be coming from the same /24
network; it was producing too many wrong guesses.
svn:r13464
|
|
|
|
|
|
|
| |
at IP address X and he says we look like we're coming from IP address X.
svn:r13442
|
|
|
|
| |
svn:r13440
|
|
|
|
| |
svn:r13412
|
|
|
|
|
|
|
| |
Fix or downgrade a few XXX020 items.
svn:r13393
|
|
|
|
|
|
|
| |
As planned, rename networkstatus_vote_t to networkstatus_t, now that v3 networkstatuses are working and standard and v2 networkstatuses are obsolete.
svn:r13383
|
|
|
|
|
|
|
| |
Bugfix from weasel: possible fix for 593: make connection_write_to_buf("") work when using zlib compression.
svn:r13347
|
|
|
|
|
|
| |
can have certificates for dirservers we do not recognize.
svn:r13304
|
|
|
|
|
|
|
| |
help prevent future versions of bug 593.
svn:r13288
|
|
|
|
| |
svn:r13287
|
|
|
|
|
|
|
|
|
| |
responses that need to be compressed on the fly, causing clients
asking for those items to always fail. Bugfix on 0.2.0.x; fixes
bug 593.
svn:r13268
|
|
|
|
| |
svn:r13267
|
|
|
|
|
|
|
| |
if we have a perfectly good v0 renddesc.
svn:r13265
|
|
|
|
|
|
|
| |
REND_NUMBER_OF_CONSECUTIVE_REPLICAS v2 hsdirs.
svn:r13263
|
|
|
|
| |
svn:r13258
|
|
|
|
|
|
|
| |
leaking on error cases
svn:r13257
|
|
|
|
| |
svn:r13256
|
|
|
|
|
|
|
| |
fail to reach the dirserver too.
svn:r13251
|
|
|
|
| |
svn:r13250
|
|
|
|
| |
svn:r13241
|
|
|
|
|
|
|
| |
the request isn't encrypted.
svn:r13175
|
|
|
|
|
|
|
| |
add some missing checks for failing return values.
svn:r13130
|
|
|
|
|
|
|
| |
Do not send bridge descriptors over unencrypted connections.
svn:r13094
|
|
|
|
|
|
|
| |
Add connection_dir_is_encrypted() so that we can refrain from sending bridge descriptors over an unencrypted link.
svn:r13093
|
|
|
|
|
|
|
| |
Change set_current_consensus interface to take a flags variable. Do not try to fetch certificates until after we have tried loading the fallback consensus. Should fix bug 583.
svn:r13058
|
|
|
|
|
|
|
| |
Consequence of fix for 539: when a client gets a 503 response with a nontrivial body, pretend it got a 200 response. This lets clients use information erroneously sent to them by old buggy servers.
svn:r13054
|
|
|
|
| |
svn:r13045
|
|
|
|
|
|
|
| |
its hsdir status
svn:r13037
|
|
|
|
| |
svn:r12934
|
|
|
|
| |
svn:r12930
|
|
|
|
|
|
|
|
| |
snapshot of known bridge routerstatuses from their DirPort to
anybody who knows that password. Unset by default.
svn:r12929
|
|
|
|
|
|
|
| |
bridge communities.
svn:r12927
|
|
|
|
|
|
|
| |
When we decide to send a 503 in response to a request for server descriptors, disable spooling so that we do not then send the descriptors anyway. Fixes bug 539.
svn:r12882
|
|
|
|
|
|
|
| |
Fix some xxx020 items.
svn:r12864
|
|
|
|
| |
svn:r12826
|