aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAge
* r17323@aud-055: nickm | 2008-07-23 17:58:25 +0200Nick Mathewson2008-07-23
| | | | | | | Implement most of proposal 110. svn:r16156
* r17309@aud-055: nickm | 2008-07-23 16:05:43 +0200Nick Mathewson2008-07-23
| | | | | | | Patch from Christian Wilms: remove (HiddenService|Rend)(Exclude)?Nodes options. They never worked properly, and nobody seems to be using them. Resolves bug 754. svn:r16144
* r17308@aud-055: nickm | 2008-07-23 15:57:41 +0200Nick Mathewson2008-07-23
| | | | | | | In connection_edge_destroy, send a stream status control event when we have an AP connection. Previously, we would send an event when the connection was AP and non-AP at the same time. This didn't work so well. Patch from Anonymous Remailer (Austria). Backport candidate. svn:r16143
* r17302@aud-055: nickm | 2008-07-23 14:55:28 +0200Nick Mathewson2008-07-23
| | | | | | | Never allow a circuit to be created with the same circid as a circuit that has been marked for close. May be a fix for bug 779. Needs testing. Backport candidate. svn:r16136
* r17188@tombo: nickm | 2008-07-18 14:35:18 -0400Nick Mathewson2008-07-18
| | | | | | | Add new ExcludeExitNodes option. Also add a new routerset type to handle Exclude[Exit]Nodes. It is optimized for O(1) membership tests, so as to make choosing a random router run in O(N_routers) time instead of in O(N_routers*N_Excluded_Routers). svn:r16061
* Stop trying to detect versions of Tor on the server-side older than ↵Nick Mathewson2008-07-16
| | | | | | 0.1.1.15-rc; they simply do not work any more. Also add comment about how or_is_obsolete is a terrible field name. svn:r15982
* integrate the 0.2.0.29-rc items into the release notesRoger Dingledine2008-07-16
| | | | svn:r15954
* When relays do their initial bandwidth measurement, don't limitRoger Dingledine2008-07-11
| | | | | | | | | | | | | to just our our entry guards for the test circuits. Otherwise we tend to have multiple test circuits going through a single entry guard, which makes our bandwidth test less accurate. Fixes part of bug 654; patch contributed by Josh Albrecht. (Actually, modify Josh's patch to avoid doing that when you're a bridge relay, since it would leak more than we want to leak.) svn:r15850
* Fix bug 763. When a hidden service is giving up on an introduction point ↵Karsten Loesing2008-07-10
| | | | | | candidate that was not included in the last published rendezvous descriptor, don't reschedule publication of the next descriptor. svn:r15825
* r16882@tombo: nickm | 2008-07-10 14:31:25 -0400Nick Mathewson2008-07-10
| | | | | | | Fix for session-related bug found by Geoff Goodell. backport candidate, once tested. svn:r15821
* Stop using __attribute__((nonnull)): It gets us occcasional warnings when we ↵Nick Mathewson2008-07-09
| | | | | | 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:r15803
* fix up a confusion on the release notes (thanks karsten)Roger Dingledine2008-07-09
| | | | svn:r15793
* remove duplicate changelog entriesRoger Dingledine2008-07-09
| | | | svn:r15784
* forward-port the 0.2.0.29-rc changelogRoger Dingledine2008-07-09
| | | | svn:r15782
* Patch from coderman: detect transparent proxy header correctly on some linux ↵Nick Mathewson2008-07-07
| | | | | | versions. svn:r15726
* fix typos in last patch spotted by sebastian and karstenNick Mathewson2008-07-06
| | | | svn:r15700
* Apply fix from chrisw: call connection_ap_attach_pending when we get a ↵Nick Mathewson2008-07-06
| | | | | | rendezvous2 or rendezvous_established call. This is a bit brute-foce, but it is better than we had before, and might not even show up on profiles. Backport candidate, once tested. svn:r15699
* r16689@tombo: nickm | 2008-07-03 11:03:14 -0400Nick Mathewson2008-07-03
| | | | | | | 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:r15626
* put in some of the release summariesRoger Dingledine2008-06-28
| | | | svn:r15535
* r16587@tombo: nickm | 2008-06-28 00:13:40 -0400Nick Mathewson2008-06-28
| | | | | | | fix for bug 704; found by sjmurdoch. Windows and recent openssl both want to define OCSP_RESPONSE; do not let them. svn:r15533
* Send a bootstrap problem "warn" event on the first problem if theRoger Dingledine2008-06-24
| | | | | | | reason is NO_ROUTE (that is, our network is down). svn:r15443
* annotate some changelog entriesRoger Dingledine2008-06-24
| | | | svn:r15442
* Change the contrib/tor.logrotate script so it makes the newRoger Dingledine2008-06-22
| | | | | | | | | | | logs as "_tor:_tor" rather than the default, which is generally "root:wheel". Fixes bug 676, reported by Serge Koksharov. Andrew, you should check if this breaks the rpm building (or if it makes it work better) svn:r15404
* mark changelog bugfixes with what version they're fromRoger Dingledine2008-06-21
| | | | svn:r15384
* prepare for the 0.2.1.2-alpha release. we will tagRoger Dingledine2008-06-20
| | | | | | | sometime today. get your fixes in soon. :) svn:r15371
* If we close our OR connection because there's been a circuitRoger Dingledine2008-06-20
| | | | | | | | pending on it for too long, we were telling our bootstrap status events "REASON=NONE". Now tell them "REASON=TIMEOUT". svn:r15369
* If you're using bridges, generate "bootstrap problem" warningsRoger Dingledine2008-06-20
| | | | | | | | | as soon as you run out of working bridges, rather than waiting for ten failures -- which will never happen if you have less than ten bridges. svn:r15368
* Big bridge bugfixes. Backport candidates.Roger Dingledine2008-06-20
| | | | | | | | | | | | | | | If you have more than one bridge but don't know their keys, you would only learn a request for the descriptor of the first one on your list. (Tor considered launching requests for the others, but found that it already had a connection on the way for $0000...0000 so it didn't open another.) If you have more than one bridge but don't know their keys, and the connection to one of the bridges failed, you would cancel all pending bridge connections. (After all, they all have the same digest.) svn:r15366
* Directory authorities shouldn't complain about bootstrappingRoger Dingledine2008-06-18
| | | | | | | | problems just because they do a lot of reachability testing and some of the connection attempts fail. svn:r15348
* When establishing a hidden service, introduction points that originate from ↵Karsten Loesing2008-06-17
| | | | | | cannibalized circuits are completely ignored and not included in rendezvous service descriptors. Bugfix on 0.2.0.14-alpha. Backport candidate. svn:r15332
* Send an initial "Starting" bootstrap status event, so we have aRoger Dingledine2008-06-17
| | | | | | | state to start out in. svn:r15326
* More bug 707 fixes: no #if/#endif pairs inside macro arguments.Nick Mathewson2008-06-16
| | | | svn:r15307
* Clean up a macro/cpp interaction related to bug 707. Also, add a new ↵Nick Mathewson2008-06-16
| | | | | | "filename" config value type which is currently just a synonym for string, but which might be subject to expansion later. svn:r15305
* r16341@tombo: nickm | 2008-06-15 22:04:25 -0400Nick Mathewson2008-06-16
| | | | | | | Allow spaces to be omitted in approved-router file fingerprints. Requested by arma. svn:r15296
* Patch from Karsten to implement proposal 135 ("Testing Tor Networks").Nick Mathewson2008-06-14
| | | | svn:r15253
* implement proposal 138: removing down routers from consensusPeter Palfrader2008-06-13
| | | | svn:r15230
* Asking for a conditional consensus at .../consensus/<fingerprints> would crashPeter Palfrader2008-06-13
| | | | | | | a dirserver if it did not already have a consensus. svn:r15227
* Set dynamic-locking callbacks in openssl. These can be more efficient when ↵Nick Mathewson2008-06-13
| | | | | | openssl uses them. svn:r15222
* forward-port the 0.2.0.28-rc changelogRoger Dingledine2008-06-13
| | | | svn:r15194
* steal some of the bootstrap phase strings from vidaliaRoger Dingledine2008-06-13
| | | | svn:r15193
* make some of the 0.2.1.1-alpha changelog items more prominentRoger Dingledine2008-06-13
| | | | svn:r15186
* fix a few typos, and give the bootstrap phase stuff a changelog entry.Roger Dingledine2008-06-13
| | | | svn:r15183
* rearrange 0.2.1.1-alpha changelogRoger Dingledine2008-06-13
| | | | svn:r15177
* r16215@tombo: nickm | 2008-06-12 18:39:03 -0400Nick Mathewson2008-06-12
| | | | | | | Implement code to manually force the OpenSSL client cipher list to match the one recommended in proposal 124, *even if* we do not know all those ciphers. This is a bit of a kludge, but it is at least decently well commented. svn:r15173
* note that weasel's proposal 134 code is off by default. i believe.Roger Dingledine2008-06-12
| | | | | | | correct me if i'm wrong. :) svn:r15156
* remove some duplicate changelog entries from the upcoming 0.2.1.1-alphaRoger Dingledine2008-06-12
| | | | | | | release svn:r15155
* ChangeLog entry for r15149.Karsten Loesing2008-06-11
| | | | svn:r15151
* Added ChangeLog entry for r15113.Karsten Loesing2008-06-10
| | | | svn:r15114
* r16129@tombo: nickm | 2008-06-10 14:28:06 -0400Nick Mathewson2008-06-10
| | | | | | | More geoip tweaks. Include in the file a rough estimator of our total share. svn:r15099
* r16127@tombo: nickm | 2008-06-10 14:03:01 -0400Nick Mathewson2008-06-10
| | | | | | | Improved code for counting clients by country: support recording by number of directory status requests in addition to number of IPs seen. svn:r15097