summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--doc/TODO7
2 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 57bbf334ba..de0ca3a26f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.1.2.2-alpha - 2006-??-??
+Changes in version 0.1.2.2-alpha - 2006-10-??
o Major features:
- Add server-side support for "reverse" DNS lookups (using PTR
records so clients can determine the canonical hostname for a
@@ -65,6 +65,8 @@ Changes in version 0.1.2.2-alpha - 2006-??-??
o Minor Bugfixes:
- Two small performance improvements on parsing descriptors.
+ - Fix big bug affecting performance for both serving and reaching
+ hidden services.
- Major performance improvement on inserting descriptors: change
algorithm from O(n^2) to O(n).
- Make the common memory allocation path faster on machines where
@@ -131,6 +133,8 @@ Changes in version 0.1.2.2-alpha - 2006-??-??
a few will be fast. This exercises our bandwidth and bootstraps
us quicker.
- Remove 8888 as a long lived port, and add 6697 (ircs).
+ - If we fail to build a circuit to an intended enclave, and it's
+ not mandatory that we use that enclave, stop wanting it.
(stopped at r8478)
diff --git a/doc/TODO b/doc/TODO
index 6cc57b0829..00726245fc 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -56,9 +56,9 @@ N - Test guard unreachable logic; make sure that we actually attempt to
Make sure that we don't freak out when the network is down.
N - Clients stop dumping old descriptors if the network-statuses
claim they're still valid.
-R . If we fail to connect via an exit enclave, (warn and) try again
+ o If we fail to connect via an exit enclave, (warn and) try again
without demanding that exit node.
- - And recognize when extending to the enclave node is failing,
+ o And recognize when extending to the enclave node is failing,
so we can abandon then too.
o We need a separate list of "hidserv authorities" if we want to
retire moria1 from the main list.
@@ -299,6 +299,9 @@ Deferred from 0.1.2.x:
- Implement
Minor items for 0.1.2.x as time permits:
+ - add a "default.action" file to the tor/vidalia bundle so we can fix the
+ https thing in the default configuration:
+ http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#PrivoxyWeirdSSLPort
- even if your torrc lists yourself in your myfamily line, don't list it in
the descriptor.
- Flesh out options_description array in src/or/config.c