| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
Niels has accepted the patch from Scott Lamb to implement better signal handling: I can take "get the pthread_sigprocmask situation under control" off my plate.
svn:r9696
|
|
|
|
|
|
|
| |
Note a piece of code that needs to get resolved, before we forget it.
svn:r9695
|
|
|
|
|
|
|
| |
Twiddle constants wrt uploading hidden service descriptors.
svn:r9694
|
|
|
|
|
|
|
| |
Back out insufficiently evidenced FULL_UNROLL in aes.c
svn:r9693
|
|
|
|
|
|
|
| |
On mingw, use "%I64u" to printf/scanf 64-bit integers, instead of the usual GCC "%llu". This prevents a bug when saving 64-bit int configuration values on mingw; the high-order 32 bits would get truncated. If the value was then reloaded, disaster would occur. (Fixes bug 400 and maybe also bug 397.) Backport candidate.
svn:r9691
|
|
|
|
|
|
|
|
|
| |
"stable". Also, stop letting hibernating or obsolete servers affect
uptime and bandwidth cutoffs.
- Stop listing hibernating servers in the v1 directory.
svn:r9690
|
|
|
|
| |
svn:r9689
|
|
|
|
|
|
|
| |
Try to build without warnings on mingw with verbose warnings on. First attempt.
svn:r9688
|
|
|
|
|
|
|
| |
Try to fix eventdns bug 326 again, this time by noting that rcode 2 (serverfailed) does not really mean "The server is useless."
svn:r9687
|
|
|
|
| |
svn:r9686
|
|
|
|
|
|
|
| |
Correct an MSC_VER check.
svn:r9685
|
|
|
|
|
|
|
| |
Add an MSC_VER check I missed.
svn:r9684
|
|
|
|
|
|
|
| |
Re-number misnumbered spec sections. No more having to refer to "the first of two section 6.1s."
svn:r9683
|
|
|
|
|
|
|
| |
compile fix on mingw: mingw does not define _MSC_VER.
svn:r9682
|
|
|
|
|
|
|
| |
add another u64-related unit test.
svn:r9681
|
|
|
|
| |
svn:r9680
|
|
|
|
|
|
|
| |
Add unit tests for tor_parse_uint64
svn:r9678
|
|
|
|
|
|
|
| |
Clamp declarable bandwidth at INT32_MAX, not INT_MAX.
svn:r9677
|
|
|
|
| |
svn:r9675
|
|
|
|
| |
svn:r9673
|
|
|
|
|
|
|
| |
Add some missing (redundant but helpful in most cases) static declarations, and remove a function nobody was calling.
svn:r9672
|
|
|
|
|
|
|
| |
Fix a bug found by Udo van den Heuvel: avoid an assertion failure when a controller sets and clears EntryNodes before the next call to choose_random_entry(). Also make a function static.
svn:r9669
|
|
|
|
| |
svn:r9664
|
|
|
|
|
|
|
| |
try to make aes encryption of cells about 30-40% faster where applicable. offer not available for all architectures or all versions of openssl.
svn:r9663
|
|
|
|
|
|
|
| |
Add a missing set to onion_key_set_at to avoid premature rotates.
svn:r9662
|
|
|
|
|
|
|
| |
Add a quick-and-dirty AES benchmark function to the bottom of aes.c so I can go collecting data.
svn:r9660
|
|
|
|
|
|
|
| |
Note some optimizations that are probably not worth it for 0.1.2.x based on preliminary profiling.
svn:r9659
|
|
|
|
|
|
|
| |
Bump version to 0.1.2.8-beta-dev
svn:r9658
|
|
|
|
| |
svn:r9656
|
|
|
|
| |
svn:r9655
|
|
|
|
| |
svn:r9654
|
|
|
|
|
|
|
| |
current tor -trunk.
svn:r9653
|
|
|
|
|
|
|
| |
Add a lower-bound on MaxAdvertisedBandwidth.
svn:r9652
|
|
|
|
|
|
|
| |
Fix connection_get_by_type_state_rendquery(): This has been bogus for most of 0.1.2.x. Thanks to Karsten Loesing for finding the bug; fixes bug 399.
svn:r9651
|
|
|
|
| |
svn:r9650
|
|
|
|
|
|
|
| |
a v1 dir or rr that is too old, don't even cache it.
svn:r9649
|
|
|
|
|
|
|
| |
Fix a bug in 9572: after we decref a defunct v1 directory, drop the main reference to it. Should fix bug 396. Many thanks to seeess for tracking this one down.
svn:r9648
|
|
|
|
|
|
|
| |
a different set of fenceposts.
svn:r9647
|
|
|
|
| |
svn:r9646
|
|
|
|
|
|
|
| |
crank up the length of the maximum allowed control message.
svn:r9644
|
|
|
|
|
|
|
| |
Split possibly long log line.
svn:r9643
|
|
|
|
|
|
|
| |
Make sure every error case of router_dump_router_to_string warns about what actually went wrong.
svn:r9642
|
|
|
|
|
|
|
| |
Remove completed TODO items; move more doc tasks to docs section.
svn:r9641
|
|
|
|
| |
svn:r9640
|
|
|
|
|
|
|
| |
Try to build with recent libevents on mingw.
svn:r9639
|
|
|
|
|
|
|
| |
compiles.
svn:r9638
|
|
|
|
|
|
|
| |
Fix another XXX012 in eventdns.c: tell the DNS request about malformed DNS replies.
svn:r9637
|
|
|
|
|
|
|
| |
Note another fun way that we could replace the more automatable parts of arma with software, thus leaving the less automatable bits free to do less automatable stuff.
svn:r9636
|
|
|
|
|
|
|
| |
Clarify rules about certificates on incoming connections. Does it make more sense now?
svn:r9635
|
|
|
|
| |
svn:r9634
|