summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-03-02squeak in a bugfix for the VirtualAddrNetwork man page entrytor-0.1.2.9-rcRoger Dingledine
svn:r9706
2007-03-02bump to 0.1.2.9-rcRoger Dingledine
svn:r9705
2007-03-02one day we might want to document the .virtual addressRoger Dingledine
extension. or not. svn:r9704
2007-03-01a clearer changelog, and a future todo itemRoger Dingledine
svn:r9702
2007-03-01resolve another xxx012Roger Dingledine
svn:r9701
2007-03-01Disable encrypted directory connections when we don't have a serverRoger Dingledine
descriptor for the destination. We'll get this working again in the 0.2.0 branch. svn:r9700
2007-03-01 r12023@catbus: nickm | 2007-02-28 23:08:20 -0500Nick Mathewson
Embarassing that the number one hit for TLS_EDH_RSA_WITH_DES_192_CBC3_SHA was somebody trying to figure out what we meant when we said it. Replace with something real, and clarify that sometimes "TLS" means "SSLv3". svn:r9699
2007-03-01bonus points if it builds on 64 bitRoger Dingledine
svn:r9698
2007-03-01make the prefertunnel stuff less obviously brokenRoger Dingledine
svn:r9697
2007-03-01 r12014@catbus: nickm | 2007-02-28 19:41:20 -0500Nick Mathewson
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
2007-03-01 r12013@catbus: nickm | 2007-02-28 18:26:13 -0500Nick Mathewson
Note a piece of code that needs to get resolved, before we forget it. svn:r9695
2007-03-01 r12012@catbus: nickm | 2007-02-28 18:25:18 -0500Nick Mathewson
Twiddle constants wrt uploading hidden service descriptors. svn:r9694
2007-03-01 r12011@catbus: nickm | 2007-02-28 18:13:32 -0500Nick Mathewson
Back out insufficiently evidenced FULL_UNROLL in aes.c svn:r9693
2007-02-28 r12006@catbus: nickm | 2007-02-28 16:06:24 -0500Nick Mathewson
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
2007-02-28- Stop calling servers that have been hibernating for a long timeRoger Dingledine
"stable". Also, stop letting hibernating or obsolete servers affect uptime and bandwidth cutoffs. - Stop listing hibernating servers in the v1 directory. svn:r9690
2007-02-28note another wishlist item for the armaRoger Dingledine
svn:r9689
2007-02-28 r12001@catbus: nickm | 2007-02-28 15:24:12 -0500Nick Mathewson
Try to build without warnings on mingw with verbose warnings on. First attempt. svn:r9688
2007-02-28 r12000@catbus: nickm | 2007-02-28 15:12:21 -0500Nick Mathewson
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
2007-02-28avoid a few headachesRoger Dingledine
svn:r9686
2007-02-28 r11998@catbus: nickm | 2007-02-28 13:56:55 -0500Nick Mathewson
Correct an MSC_VER check. svn:r9685
2007-02-28 r11996@catbus: nickm | 2007-02-28 13:52:48 -0500Nick Mathewson
Add an MSC_VER check I missed. svn:r9684
2007-02-28 r11994@catbus: nickm | 2007-02-28 13:08:52 -0500Nick Mathewson
Re-number misnumbered spec sections. No more having to refer to "the first of two section 6.1s." svn:r9683
2007-02-28 r11992@catbus: nickm | 2007-02-28 12:46:32 -0500Nick Mathewson
compile fix on mingw: mingw does not define _MSC_VER. svn:r9682
2007-02-28 r11987@catbus: nickm | 2007-02-28 12:34:04 -0500Nick Mathewson
add another u64-related unit test. svn:r9681
2007-02-28Update changelog with rpm race fix.Andrew Lewman
svn:r9680
2007-02-28 r11982@catbus: nickm | 2007-02-28 11:55:41 -0500Nick Mathewson
Add unit tests for tor_parse_uint64 svn:r9678
2007-02-28 r11981@catbus: nickm | 2007-02-28 11:55:27 -0500Nick Mathewson
Clamp declarable bandwidth at INT32_MAX, not INT_MAX. svn:r9677
2007-02-28New upstream versionPeter Palfrader
svn:r9675
2007-02-28Fix a potential race condition on install of rpm with running Tor.Andrew Lewman
svn:r9673
2007-02-28 r11976@catbus: nickm | 2007-02-27 19:35:59 -0500Nick Mathewson
Add some missing (redundant but helpful in most cases) static declarations, and remove a function nobody was calling. svn:r9672
2007-02-28 r11970@catbus: nickm | 2007-02-27 19:17:27 -0500Nick Mathewson
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
2007-02-27Add a missing paren, and the results of an experiment.Nick Mathewson
svn:r9664
2007-02-27 r11959@catbus: nickm | 2007-02-26 22:53:36 -0500Nick Mathewson
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
2007-02-27 r11958@catbus: nickm | 2007-02-26 22:28:03 -0500Nick Mathewson
Add a missing set to onion_key_set_at to avoid premature rotates. svn:r9662
2007-02-26 r11956@catbus: nickm | 2007-02-26 13:33:49 -0500Nick Mathewson
Add a quick-and-dirty AES benchmark function to the bottom of aes.c so I can go collecting data. svn:r9660
2007-02-26 r11954@catbus: nickm | 2007-02-26 13:01:19 -0500Nick Mathewson
Note some optimizations that are probably not worth it for 0.1.2.x based on preliminary profiling. svn:r9659
2007-02-26 r11952@catbus: nickm | 2007-02-26 12:37:06 -0500Nick Mathewson
Bump version to 0.1.2.8-beta-dev svn:r9658
2007-02-26let us call it a beta. perhaps it will break then.tor-0.1.2.8-betaRoger Dingledine
svn:r9656
2007-02-26more cleanups; getting closerRoger Dingledine
svn:r9655
2007-02-26fix a bug in our logic, but point out that maybe it's mootRoger Dingledine
svn:r9654
2007-02-26Temporary instructions to work around libevent1.3a issues in mingw withAndrew Lewman
current tor -trunk. svn:r9653
2007-02-25 r11944@catbus: nickm | 2007-02-25 14:43:18 -0500Nick Mathewson
Add a lower-bound on MaxAdvertisedBandwidth. svn:r9652
2007-02-25 r11942@catbus: nickm | 2007-02-25 11:22:12 -0500Nick Mathewson
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
2007-02-25more cleanupRoger Dingledine
svn:r9650
2007-02-25the other half of r9572, suggested by seeess: when we receiveRoger Dingledine
a v1 dir or rr that is too old, don't even cache it. svn:r9649
2007-02-24 r11933@catbus: nickm | 2007-02-24 18:55:33 -0500Nick Mathewson
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
2007-02-24tell the user if we're delaying his newnym request. also, pickRoger Dingledine
a different set of fenceposts. svn:r9647
2007-02-24a few more todo items for laterRoger Dingledine
svn:r9646
2007-02-24 r11931@catbus: nickm | 2007-02-24 15:28:34 -0500Nick Mathewson
crank up the length of the maximum allowed control message. svn:r9644
2007-02-24 r11929@catbus: nickm | 2007-02-24 15:02:43 -0500Nick Mathewson
Split possibly long log line. svn:r9643