summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2008-08-22 r17854@tombo: nickm | 2008-08-22 12:55:20 -0400Nick Mathewson
Backport to 0.2.0: We had been telling people to use --with-ssl-dir, which had not worked since 0.2.0.1-alpha: --with-openssl-dir was the one that worked. Make them both work, document --with-openssl-dir, and mark --with-ssl-dir as obsolete. Found by "Dave". svn:r16626
2008-08-22 r17839@tombo: nickm | 2008-08-21 22:14:36 -0400Nick Mathewson
Fix bogus pointer use (and bug 806) on win32. svn:r16617
2008-08-07Backport to 0.2.0.x: Never allow a circuit to be created with the same ↵Nick Mathewson
circid as a circuit that has been marked for close. May fix 779. Needs testing. svn:r16463
2008-08-07Backport: On recent linux kernels we were not detecting the ↵Nick Mathewson
linux/netfilter_ipv4.h header properly, since we needed to have in_addr and in6_addr and __u32 defined before trying to include it. Fix that. svn:r16461
2008-08-06 r17660@tombo: nickm | 2008-08-06 12:22:19 -0400Nick Mathewson
Backport: Fix bug 794: recover 3 bytes wasted per memory chunk. Fix from rovv. svn:r16449
2008-08-06 r17505@tombo: nickm | 2008-07-31 08:24:58 -0400Nick Mathewson
backport buffer chunk size fix svn:r16448
2008-07-16clean up the changelog, and give us a date (today!)Roger Dingledine
svn:r15953
2008-07-10Oops, that changelog entry should have been for the next release.Nick Mathewson
svn:r15817
2008-07-09Stop using __attribute__((nonnull)): It gets us occcasional warnings when we ↵Nick Mathewson
do something so foolish it can be detected without dataflow analysis, but it also eliminates some of our error checking code. Suggested by Peter Gutmann. svn:r15804
2008-07-08bump to 0.2.0.29-rctor-0.2.0.29-rcRoger Dingledine
svn:r15769
2008-07-07Backport: Patch from coderman: detect transparent proxy header correctly on ↵Nick Mathewson
some linux versions. svn:r15727
2008-07-03 r16690@tombo: nickm | 2008-07-03 11:03:39 -0400Nick Mathewson
Backport to 0.2.0: Fix for bug 742: do not use O_CREAT on 2-option version of open(). Especially do not use it on /dev/null. Fix from Michael Scherer. Bugfix on 0.0.2pre19 (wow). svn:r15627
2008-06-30backport r15571 and give it a changelog entryRoger Dingledine
svn:r15578
2008-06-30clarify that the latest intro circ bugfix has a componentRoger Dingledine
in 0.2.0.x and a component in 0.0.9.x. svn:r15570
2008-06-28 r16588@tombo: nickm | 2008-06-28 00:15:45 -0400Nick Mathewson
Backport fix for bug 704; found by sjmurdoch. Windows and recent openssl both want to define OCSP_RESPONSE; do not let them. svn:r15534
2008-06-24Enable cannibalization of circuits for introduction circuits (backport ↵Karsten Loesing
r14166) and actually use introduction circuits that originate from cannibalization afterwards (backports r15332/r15335). svn:r15459
2008-06-23backport r15366, bump to 0.2.0.28-rc-devRoger Dingledine
svn:r15435
2008-06-16Backport: More bug 707 fixes: no #if/#endif pairs inside macro arguments.Nick Mathewson
svn:r15308
2008-06-16Partial backport. Clean up a macro/cpp interaction related to bug 707.Nick Mathewson
svn:r15306
2008-06-13one more changelog entrytor-0.2.0.28-rcRoger Dingledine
svn:r15188
2008-06-13backport r14329 and r14334:Roger Dingledine
Make relay cells written on a connection count as non-padding when tracking how long a connection has been in use. Bugfix on 0.2.0.1-alpha. Spotted by lodger. svn:r15185
2008-06-13upgrade karsten's hidden service fix to a 'major fix', andRoger Dingledine
add a changelog entry for r15125. svn:r15184
2008-06-13backport r15074, r15076, r15077:Roger Dingledine
When we haven't had any application requests lately, don't bother logging that we have expired a bunch of descriptors. svn:r15182
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