- 19 Sep, 2007 3 commits
-
-
Roger Dingledine authored
svn:r11503
-
Roger Dingledine authored
svn:r11501
-
Roger Dingledine authored
rewriting the hexdigest back to an ambiguous nickname. if this patches it, we should write a changelog and then backport. svn:r11500
-
- 18 Sep, 2007 10 commits
-
-
Roger Dingledine authored
clients specify their chosen rendezvous point by identity digest rather than by (potentially ambiguous) nickname. This change could speed up hidden service connections dramatically. svn:r11499
-
Roger Dingledine authored
svn:r11498
-
Roger Dingledine authored
them anyway, and the code has probably rotted by now. Based on patch from Karsten Loesing. svn:r11496
-
Roger Dingledine authored
svn:r11493
-
Roger Dingledine authored
svn:r11490
-
Roger Dingledine authored
step of integrating his new hidden service stuff svn:r11489
-
Roger Dingledine authored
svn:r11485
-
Nick Mathewson authored
Add getinfo status/good-server-descriptor and status/reachability-succeeded. Patch from Robert Hogan. svn:r11483
-
Nick Mathewson authored
Split "Have all the authorities accepted our server descriptor?" into its own function. Patch from Robert Hogan. svn:r11482
-
Nick Mathewson authored
Get rid of a needless malloc() when parsing address policies. Original patch from "Some guy on #tor", via arma. Altered to have a sufficiently large buffer, and not use the buffer so much, and to save a strlcpy. svn:r11480
-
- 17 Sep, 2007 6 commits
-
-
Roger Dingledine authored
BandwidthRate, RelayBandwidthRate, or MaxAdvertisedBandwidth were below a threshold. Now they only look at BandwidthRate and RelayBandwidthRate. svn:r11465
-
Roger Dingledine authored
and TorControl.py, as they use the old v0 controller protocol, and are obsoleted by TorFlow anyway. svn:r11464
-
Roger Dingledine authored
svn:r11463
-
Roger Dingledine authored
svn:r11462
-
Nick Mathewson authored
Unify all of the divergent median/nth-percentile code in container.[ch] svn:r11457
-
Nick Mathewson authored
Track weighted fractional uptime in addition to weighted mtbf: we want to use mtbf for stable, but fractional uptime for guard. svn:r11456
-
- 15 Sep, 2007 1 commit
-
-
Nick Mathewson authored
Oops; make Makefile.am work on mingw again. svn:r11445
-
- 14 Sep, 2007 1 commit
-
-
Nick Mathewson authored
Fix a couple typos in control.c; spotted by Robert Hogan. svn:r11440
-
- 13 Sep, 2007 1 commit
-
-
Nick Mathewson authored
Do not load state when options->command is not RUN_TOR. (Resolves bug 499; backport candidate) svn:r11437
-
- 12 Sep, 2007 3 commits
-
-
Nick Mathewson authored
Complete implementation of proposal 104: remove bandwidth history lines from router descriptors. svn:r11434
-
Nick Mathewson authored
Remove some needless complexity from the code to add signatures to a consensus: previously, we had a path to add new signatures, and a second path to replace signatures. But the second path sufficed as a common case, and the code isn't invoked nearly enough to justify the optimization of having the first path. svn:r11433
-
Nick Mathewson authored
Try to fix an automake problem by renaming a variable. svn:r11432
-
- 11 Sep, 2007 6 commits
-
-
Nick Mathewson authored
When we get a consensus for which we are missing the right certificates, keep it around pending more certificates; do not just drop it. svn:r11430
-
Nick Mathewson authored
Add code to warn about mauthorities on a consensus when they are not what we expect to find. svn:r11429
-
Nick Mathewson authored
Fix a memory leak when reloading v3 authority certificate and keys. svn:r11428
-
Nick Mathewson authored
Check V3 authority certificates for expiry, and warn the authority op as they get old. svn:r11427
-
Nick Mathewson authored
Reject incoming votes when the valid-after time does not match the period that we're trying to vote for. svn:r11426
-
Nick Mathewson authored
remove yet more pointless differences between our eventdns.c and the evdns.c in libevent. svn:r11425
-
- 10 Sep, 2007 5 commits
-
-
Nick Mathewson authored
remove more pointless differences between our eventdns.c and the evdns.c in libevent. svn:r11416
-
Nick Mathewson authored
Change comments in eventdns.c to C-style, so we can more easily diff it against the version in libevent to reconcile them (again). svn:r11415
-
Nick Mathewson authored
Undo brokenness from merge conflict. svn:r11414
-
Nick Mathewson authored
Fix a couple of memory leaks in eventdns.c; found by niels. Not backport candidates, since they only affect DNSPort users. svn:r11413
-
Nick Mathewson authored
svn:r11412
-
- 08 Sep, 2007 3 commits
-
-
Nick Mathewson authored
Another round of whitespeace fixes. svn:r11407
-
Nick Mathewson authored
Add some generic skew-and-tolerance functions so we can handle time more sanely. svn:r11406
-
Nick Mathewson authored
Implement certificate fetch functions. svn:r11405
-
- 06 Sep, 2007 1 commit
-
-
Nick Mathewson authored
svn:r11395
-