aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2008-06-11Backport of r15149: you can't strcasecmp on 20-byte digestsKarsten Loesing
what if they contain nuls? (worse, what if they *don't* contain nuls? ;) svn:r15152
2008-06-11If we change our MaxAdvertisedBandwidth and then reload torrc,Roger Dingledine
Tor won't realize it should publish a new relay descriptor. Fixes bug 688, reported by mfr. svn:r15129
2008-06-11When we're checking if we have enough dir info for each relayRoger Dingledine
to begin establishing circuits, make sure that we actually have the descriptor listed in the consensus, not just any descriptor. svn:r15119
2008-06-11Fix a bug where, when we were choosing the 'end stream reason' toRoger Dingledine
put in our relay end cell that we send to the exit relay, Tor clients on Windows were sometimes sending the wrong 'reason'. The anonymity problem is that exit relays may be able to guess whether client is running Windows, thus helping partition the anonymity set. Down the road we should stop sending reasons to exit relays, or otherwise prevent future versions of this bug. svn:r15118
2008-06-05changelog touchupsRoger Dingledine
svn:r14966
2008-06-04Only warn when we fail to load the geoip file if we were planning toRoger Dingledine
include geoip stats in our extrainfo document. svn:r14934
2008-06-04Bridge relays no longer print "xx=0" in their extrainfo documentRoger Dingledine
for every single country code in the geoip db. svn:r14930
2008-06-04Fix compile on Windows, maybe.Roger Dingledine
svn:r14927
2008-06-03fix most of the geoip unit tests. one remains broken -- nick,Roger Dingledine
this looks like a real bug. svn:r14923
2008-06-03concentrate changelog entry for 0.2.0.27-rcRoger Dingledine
svn:r14919
2008-05-29Backport fix for bug noted by roger: rebuild extrainfo store from time to ↵Nick Mathewson
time, even if we have never actually downloaded an extrainfo. Bridge authorities need this, or they never clean the extrainfo store. svn:r14793
2008-05-28Backport: Several geoip changes/fixes as requested.Nick Mathewson
svn:r14782
2008-05-28Include an IP-to-country GeoIP file in the tarball, so relaysRoger Dingledine
and bridge relays can report sanitized summaries of the usage they're seeing. svn:r14766
2008-05-27Backport: Fix the first part of bug 681, as suggested by Robert Hogan on ↵Nick Mathewson
or-talk. svn:r14755
2008-05-27Backport: fix part of bug 681: always reattach tunneled directory ↵Nick Mathewson
connections, regardless of setting for leavestreamsunattached. svn:r14752
2008-05-27Make 0.2.0 branch build cleanly with --enable-gcc-warnings and gcc 4.3Nick Mathewson
svn:r14749
2008-05-23change the 0.2.0.26-rc notes to reflect what we actually sent outRoger Dingledine
svn:r14691
2008-05-18 r19818@catbus: nickm | 2008-05-18 12:25:22 -0400Nick Mathewson
Backport: tests for libevent 1.4.x that work on mingw. svn:r14659
2008-05-15backport mikeperry's filesRoger Dingledine
svn:r14623
2008-05-13 r19723@catbus: nickm | 2008-05-13 08:41:40 -0400tor-0.2.0.26-rcNick Mathewson
Bump version and update authority keys affected by Debian OpenSSL bug (See CVE-2008-0166 or http://lists.debian.org/debian-security-announce/2008/msg00152.html ) svn:r14600
2008-05-12 r19713@catbus: nickm | 2008-05-12 17:10:37 -0400Nick Mathewson
Bugfix: an authority signature is "unrecognized" if we lack a dirserver entry for it, even if we have an older cached certificate that says it is recognized. This affects clients who remove entries from their dirserver list without clearing their certificate cache. svn:r14596
2008-05-12 r19691@catbus: nickm | 2008-05-11 22:13:41 -0400Nick Mathewson
Backport: Implement a proposal to let a directory authority migrate its identity key without ceasing to sign consensuses. svn:r14585
2008-05-05blurbs for recent releasesRoger Dingledine
svn:r14557
2008-04-23bump to 0.2.0.25-rcRoger Dingledine
svn:r14433
2008-04-23 r15309@tombo: nickm | 2008-04-23 16:47:17 -0400Nick Mathewson
Backport: Free baddir and badexit policy lists on exit. fixes bug 672. only affects authorities. svn:r14432
2008-04-23 r15303@tombo: nickm | 2008-04-23 16:29:45 -0400Nick Mathewson
Embarassing. I had apparently broken OSX and Freebsd by not initializing threading before we initialize the logging system. This patch should do so, and fix bug 671. Forward-port candidate. svn:r14429
2008-04-23Take lefkada out of the list of v3 directory authorities, sinceRoger Dingledine
it has been down for months. Set up dizum (run by Alex de Joode) as the new sixth v3 directory authority. svn:r14421
2008-04-23rearrange the changelogRoger Dingledine
svn:r14420
2008-04-22 r15288@tombo: nickm | 2008-04-22 17:09:36 -0400Nick Mathewson
Backport: Periodically launch requests for server/authority.z when it might help us learn our IP. Fix for bug 652. svn:r14419
2008-04-22 r15284@tombo: nickm | 2008-04-22 13:44:22 -0400Nick Mathewson
Backport: Correctly notify one-hop connections when a circuit build has failed. possible fix for bug 669. found by lodger. svn:r14416
2008-04-22 r15279@tombo: nickm | 2008-04-22 13:21:01 -0400Nick Mathewson
Backport: Apply patch from mwenge to fix bug 646: makes stream events for dns requests get generated more consistently. svn:r14414
2008-04-22 r15274@tombo: nickm | 2008-04-22 12:32:48 -0400Nick Mathewson
Backport: apply patch from lodger: reject requests for reverse-dns lookup of names in private address space. make non-exits reject all dns requests. Fixes bug 619. svn:r14411
2008-04-22 r15270@tombo: nickm | 2008-04-22 12:23:39 -0400Nick Mathewson
Backport: Fix bug 663: warn less verbosely about clock skew from netinfo cells svn:r14409
2008-04-22 r15266@tombo: nickm | 2008-04-22 12:05:07 -0400Nick Mathewson
Backport: On platforms using pthreads, allow a thread to acquire a lock it already holds. This is crucial for logging: otherwise any log message thrown from inside the logging process (especially from control.c) will deadlock. Win32 CriticalSections are already recursive. Bug spotted by nwf. Bugfix on 0.2.0.16-alpha. svn:r14407
2008-04-17 r15239@tombo: nickm | 2008-04-17 16:22:50 -0400Nick Mathewson
Backport: Do not allocate excess space for named_flag and unnamed_flag in dirvote.c. Fixes bug 662. Not a dangerous bug: sizeof(int*) is at least as big as sizeof(int) everywhere. svn:r14392
2008-04-16Fix a dumb bug that was preventing us from knowing that we shouldRoger Dingledine
preemptively build circuits to handle expected directory requests. Fixes bug 660. Bugfix on 0.1.2.x. svn:r14375
2008-04-15Avoid a rare assert that can trigger when Tor doesn't have muchRoger Dingledine
directory information yet and it tries to fetch a v2 hidden service descriptor. Fixes bug 651, reported by nwf. svn:r14373
2008-04-11i've been forgetting to add my release blurbs to svnRoger Dingledine
svn:r14353
2008-04-09 r19269@catbus: nickm | 2008-04-09 14:24:36 -0400Nick Mathewson
Backport r14212: Free some static hashtables and the log mutex on exit. svn:r14333
2008-04-09 r19268@catbus: nickm | 2008-04-09 14:20:54 -0400Nick Mathewson
Backport 14205: Free authority certificates on exit, so they dont look like memory leaks. svn:r14332
2008-04-09 r19267@catbus: nickm | 2008-04-09 14:19:17 -0400Nick Mathewson
Backport 14204: start policy reference counts at 1, not 2. svn:r14331
2008-04-08backport r14281/r14297 plus a changelog entryRoger Dingledine
svn:r14311
2008-04-02Merge r14277 and r14278: When opening a logfile fails, tell us whyPeter Palfrader
svn:r14282
2008-03-27 r19101@catbus: nickm | 2008-03-27 12:56:29 -0400Nick Mathewson
Backport r14214. This is not 100% trivial, options_init_from_torrc() got cleaned up a lot. The fact that it was much easier to do in trunk probably means that the cleanups were the right thing to do. svn:r14219
2008-03-26 r19069@catbus: nickm | 2008-03-26 13:25:11 -0400Nick Mathewson
Backport fix so dmalloc can work again. svn:r14200
2008-03-24prepare for a 0.2.0.23-rc release today.Roger Dingledine
svn:r14169
2008-03-24backport r14162-r14164Roger Dingledine
svn:r14167
2008-03-18Stop using encrypted dir connections for direct dir requests when you'reRoger Dingledine
acting like a dir mirror. This should reduce load on the directory authorities, and also will remove the ugly "We just marked ourself as down" warnings my authorities keep getting. svn:r14114
2008-03-18update the changelog. real close now.Roger Dingledine
svn:r14111
2008-03-18 r18942@catbus: nickm | 2008-03-18 15:00:09 -0400Nick Mathewson
Backport: Likely fix for bug 632: do not call start_reading on a placeholder connection. svn:r14110