- Feb 28, 2007
-
-
Roger Dingledine authored
svn:r9689
-
Nick Mathewson authored
Try to build without warnings on mingw with verbose warnings on. First attempt. svn:r9688
-
Nick Mathewson authored
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
-
Roger Dingledine authored
svn:r9686
-
Nick Mathewson authored
Correct an MSC_VER check. svn:r9685
-
Nick Mathewson authored
Add an MSC_VER check I missed. svn:r9684
-
Nick Mathewson authored
Re-number misnumbered spec sections. No more having to refer to "the first of two section 6.1s." svn:r9683
-
Nick Mathewson authored
compile fix on mingw: mingw does not define _MSC_VER. svn:r9682
-
Nick Mathewson authored
add another u64-related unit test. svn:r9681
-
Andrew Lewman authored
svn:r9680
-
Nick Mathewson authored
Add unit tests for tor_parse_uint64 svn:r9678
-
Nick Mathewson authored
Clamp declarable bandwidth at INT32_MAX, not INT_MAX. svn:r9677
-
Peter Palfrader authored
svn:r9675
-
Andrew Lewman authored
svn:r9673
-
Nick Mathewson authored
Add some missing (redundant but helpful in most cases) static declarations, and remove a function nobody was calling. svn:r9672
-
Nick Mathewson authored
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
-
- Feb 27, 2007
-
-
Nick Mathewson authored
svn:r9664
-
Nick Mathewson authored
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
-
Nick Mathewson authored
Add a missing set to onion_key_set_at to avoid premature rotates. svn:r9662
-
- Feb 26, 2007
-
-
Nick Mathewson authored
Add a quick-and-dirty AES benchmark function to the bottom of aes.c so I can go collecting data. svn:r9660
-
Nick Mathewson authored
Note some optimizations that are probably not worth it for 0.1.2.x based on preliminary profiling. svn:r9659
-
Nick Mathewson authored
Bump version to 0.1.2.8-beta-dev svn:r9658
-
Roger Dingledine authored
svn:r9656
-
Roger Dingledine authored
svn:r9655
-
Roger Dingledine authored
svn:r9654
-
Andrew Lewman authored
current tor -trunk. svn:r9653
-
- Feb 25, 2007
-
-
Nick Mathewson authored
Add a lower-bound on MaxAdvertisedBandwidth. svn:r9652
-
Nick Mathewson authored
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
-
Roger Dingledine authored
svn:r9650
-
Roger Dingledine authored
a v1 dir or rr that is too old, don't even cache it. svn:r9649
-
- Feb 24, 2007
-
-
Nick Mathewson authored
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
-
Roger Dingledine authored
a different set of fenceposts. svn:r9647
-
Roger Dingledine authored
svn:r9646
-
Nick Mathewson authored
crank up the length of the maximum allowed control message. svn:r9644
-
Nick Mathewson authored
Split possibly long log line. svn:r9643
-
Nick Mathewson authored
Make sure every error case of router_dump_router_to_string warns about what actually went wrong. svn:r9642
-
Nick Mathewson authored
Remove completed TODO items; move more doc tasks to docs section. svn:r9641
-
Roger Dingledine authored
svn:r9640
-
Nick Mathewson authored
Try to build with recent libevents on mingw. svn:r9639
-
Andrew Lewman authored
compiles. svn:r9638
-