summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-16backport the 0.2.0.30 release notes. bump to 0.2.0.30.tor-0.2.0.30Roger Dingledine
svn:r15956
2008-07-16clean up the changelog, and give us a date (today!)Roger Dingledine
svn:r15953
2008-07-16remove done itemsRoger Dingledine
svn:r15952
2008-07-15Upload 0.2.0.29-rc-2 to unstablePeter Palfrader
svn:r15946
2008-07-10 r16894@tombo: nickm | 2008-07-10 14:34:34 -0400Nick Mathewson
Mark r15821 for backport. svn:r15822
2008-07-10Oops, that changelog entry should have been for the next release.Nick Mathewson
svn:r15817
2008-07-09bump svn 0.2.0 version to 0.2.0.29-rc-devNick Mathewson
svn:r15807
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-09New upstream versionPeter Palfrader
svn:r15790
2008-07-08Update torbutton version to 1.2.0rc5Andrew Lewman
svn:r15774
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-07fix r1571[89], thanks armaPeter Palfrader
svn:r15721
2008-07-07Warn the admin if the number of file descriptors on his system is tiny.Peter Palfrader
svn:r15718
2008-07-06Mark bugfix of 743 for backport once more tested.Nick Mathewson
svn:r15701
2008-07-05Remove spurious "netintet" check from configure.in. (Backport)Nick Mathewson
svn:r15673
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-30preventive maintenance so we don't get more of those "failingRoger Dingledine
to find the right circuit" bugs. svn:r15576
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-20note r15366 for backportRoger Dingledine
svn:r15367
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-13New upstream versionPeter Palfrader
svn:r15198
2008-06-13Require unit tests to pass againPeter Palfrader
svn:r15197
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-13bump to 0.2.0.28-rcRoger Dingledine
this one for sure! svn:r15181
2008-06-13backport r14998Roger Dingledine
svn:r15180
2008-06-11Update torbutton version.Andrew Lewman
svn:r15154
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-11Add patches/14_fix_geoip_warning: Change geoipdb open failed message.Peter Palfrader
svn:r15128
2008-06-11Add comments to the dpatch headers so lintian shuts upPeter Palfrader
svn:r15127
2008-06-11Remove debian/patches/11_tor_as_root_more_helpful.dpatch as it is no longerPeter Palfrader
needed: We now setuid() to the Tor user when run as root and it all just works. svn:r15126
2008-06-11update to june 9 2008 ip-to-country fileRoger Dingledine
svn:r15125
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-11minor touchupsRoger Dingledine
svn:r15117
2008-06-08Tor 0.2.1.x can start with 'log notice stdout' and 'runasdaemon 1'Roger Dingledine
both set. Earlier Tors cannot. This will be considered a feature of 0.2.1.x, not a bug in 0.2.0.x. svn:r15018
2008-06-050.2.0.27-rc-1Peter Palfrader
svn:r14987
2008-06-05Remove unnecessary and already commented out dh_* calls from rules filePeter Palfrader
svn:r14986
2008-06-05Change declared Standards-Version to 3.8.0Peter Palfrader
svn:r14985
2008-06-05Support passing of parallel=<n> in build optionsPeter Palfrader
svn:r14984
2008-06-05No longer ignore failure of make clean in the clean targetPeter Palfrader
svn:r14983