Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-29 | Nobody calls circuit_launch_by_nickname; remove it. | Nick Mathewson | |
svn:r17006 | |||
2008-09-29 | Remove the old v2 directory authority 'lefkada' from the default | Roger Dingledine | |
list. It has been gone for many months. svn:r17005 | |||
2008-09-29 | Patch from mwenge: update TrackHostExits mapping expiry times when the ↵ | Nick Mathewson | |
mappings are used, so that they expire a while after their last use, not a while after their creation. svn:r17004 | |||
2008-09-29 | Tweak the dbg-stability.txt code to log everything else that influences ↵ | Nick Mathewson | |
router stability calculations. svn:r17003 | |||
2008-09-29 | Make tor-resolve take a -p port option in addition to the current host:port ↵ | Nick Mathewson | |
syntax. svn:r17002 | |||
2008-09-29 | If we have correct permissions on $datadir, we complain to stdout | Roger Dingledine | |
and fail to start. But dangerous permissions on $datadir/cached-status/ would cause us to open a log and complain there. Now complain to stdout and fail to start in both cases. Fixes bug 820, reported by seeess. svn:r16998 | |||
2008-09-29 | Fix a bug where an unreachable relay would establish enough | Roger Dingledine | |
reachability testing circuits to do a bandwidth test -- if we already have a connection to the middle hop of the testing circuit, then it could establish the last hop by using the existing connection. Bugfix on 0.1.2.2-alpha, exposed when we made testing circuits no longer use entry guards in 0.2.1.3-alpha. svn:r16997 | |||
2008-09-29 | rearrange the changelog a bit more | Roger Dingledine | |
svn:r16996 | |||
2008-09-29 | changelog cleanups. give 0.2.1.6-alpha a deadline. | Roger Dingledine | |
svn:r16995 | |||
2008-09-28 | Fix 0/0 calculation in get_weighted_fractional_uptime(). | Nick Mathewson | |
svn:r16994 | |||
2008-09-28 | Note that bug 469 needs a proposal in the proposal TODO. | Nick Mathewson | |
svn:r16993 | |||
2008-09-26 | Commit fix for bug 807 from mwenge: send CLOSED controller event for reverse ↵ | Nick Mathewson | |
dns resolve, not FAILED. svn:r16985 | |||
2008-09-26 | Make sure ExcludeSingleHopRelays works for an exit. | Nick Mathewson | |
svn:r16984 | |||
2008-09-26 | Proposal 152 implementation from Josh Albrecht, with tweaks. | Nick Mathewson | |
svn:r16983 | |||
2008-09-26 | Put the start-of-downtime value in the start-of-downtime buffer so that we ↵ | Nick Mathewson | |
do not put junk in the dbg-stability.txt file svn:r16982 | |||
2008-09-26 | Code to serve a current stability calculations from /tor/dbg-stability.txt. ↵ | Nick Mathewson | |
Untested: somebody please run this on an authority and let me know if it is broken. svn:r16981 | |||
2008-09-26 | Make tests pass again by adding an opt hidden-service-dir to the example ↵ | Nick Mathewson | |
routerinfo output. svn:r16980 | |||
2008-09-26 | Apply rovv's fix for bug 824. | Nick Mathewson | |
svn:r16975 | |||
2008-09-25 | Widen the conditions under which we whine about not having a geoip file to ↵ | Nick Mathewson | |
include "a country code was configured in a node list." svn:r16968 | |||
2008-09-25 | Whitespace fixes. | Nick Mathewson | |
svn:r16967 | |||
2008-09-25 | Add country-code support to configured node lists to implement the ↵ | Nick Mathewson | |
ever-popular "no exits in Monaco" feature (ExcludeExitNodes {MC}). Also allow country codes and IP ranges in ExitNodes. (EntryNodes needs more work.) Based on code by Robert Hogan. Needs more testing. svn:r16966 | |||
2008-09-25 | Make it easier for dmalloc to see if keys are leaking; remove a test-only ↵ | Nick Mathewson | |
key leak. svn:r16965 | |||
2008-09-25 | Remove now-needless _tor_dmalloc_free helper. | Nick Mathewson | |
svn:r16964 | |||
2008-09-25 | More test memory-management fixes | Nick Mathewson | |
svn:r16963 | |||
2008-09-25 | Having two "Major features:" sections seems too much of a good thing. | Karsten Loesing | |
svn:r16962 | |||
2008-09-24 | All relays now store and serve v2 hidden service descriptors by default (not ↵ | Karsten Loesing | |
only directory mirrors). svn:r16961 | |||
2008-09-24 | If we are not using BEGIN_DIR cells, don't attempt to contact hidden service ↵ | Karsten Loesing | |
directories with non-open dir port. svn:r16960 | |||
2008-09-24 | Split test_crypto() into manageable pieces. | Nick Mathewson | |
svn:r16959 | |||
2008-09-24 | Minor correction of commentation. | Karsten Loesing | |
svn:r16958 | |||
2008-09-24 | changelog cleanup / rearranging | Roger Dingledine | |
svn:r16957 | |||
2008-09-24 | Add patch 4 from Karsten for proposal 121, slightly modified. Karsten ↵ | Nick Mathewson | |
should definitely re-review the bits I changed. svn:r16955 | |||
2008-09-24 | fix typo | Roger Dingledine | |
svn:r16949 | |||
2008-09-23 | fix a bad typo, add a missing word | Roger Dingledine | |
svn:r16946 | |||
2008-09-23 | Patch from roger for 752, but with more comments: When we get an A.B.exit:P ↵ | Nick Mathewson | |
address, and B would reject most connections to P, but we do not know whether it would allow A, then allow the connection to procede. Bugfix, amusingly, on 0.0.9rc5. svn:r16944 | |||
2008-09-23 | Fix for bug 797 (by arma, with tweaks): always use create_fast for circuits ↵ | Nick Mathewson | |
where we do not know an onion key. svn:r16942 | |||
2008-09-23 | More logging for mtbf/wfu calculations. | Nick Mathewson | |
svn:r16941 | |||
2008-09-23 | Update to the "September 1 2008" ip-to-country file. | Roger Dingledine | |
svn:r16940 | |||
2008-09-23 | Exclude v0 rendezvous descriptors when considering republication. | Karsten Loesing | |
svn:r16939 | |||
2008-09-23 | ok, but inaccurate error strings worse | Roger Dingledine | |
svn:r16938 | |||
2008-09-23 | identical error strings in different contexts bad | Roger Dingledine | |
svn:r16937 | |||
2008-09-22 | Oops; we need to make sure that DNS request names are matched in the ↵ | Nick Mathewson | |
_questions_ section of the replies. Rejecting answers whether the _answers_ section did not match made us reject A records waiting at the end of a CNAME record. Bug 823. svn:r16933 | |||
2008-09-17 | add some more papers we tend to cite | Roger Dingledine | |
svn:r16918 | |||
2008-09-16 | give rend_client_desc_here a slightly more accurate name | Roger Dingledine | |
svn:r16916 | |||
2008-09-16 | patch from karsten for bug 814. whew. | Roger Dingledine | |
svn:r16915 | |||
2008-09-15 | Add a circuit_conforms_to_options() function for use in debugging paths [and ↵ | Nick Mathewson | |
inother stuff too]. Untested, and so far unused. svn:r16914 | |||
2008-09-14 | read_to_buf should take an int *error_socket and return it. | Roger Dingledine | |
svn:r16909 | |||
2008-09-14 | stop telling us every time we fetch a consensus. that's not really news. | Roger Dingledine | |
svn:r16908 | |||
2008-09-14 | Serve the latest v3 networkstatus consensus via the control | Roger Dingledine | |
port. Use "getinfo dir/status-vote/current/consensus" to fetch it. svn:r16907 | |||
2008-09-14 | make it explicit that the uncompressed cached dir items are nul-terminated | Roger Dingledine | |
(they are, but now we should keep them that way) svn:r16906 | |||
2008-09-13 | Allow ports 465 and 587 in the default exit policy again. We had | Roger Dingledine | |
rejected them in 0.1.0.15, because back in 2005 they were commonly misconfigured and ended up as spam targets. We hear they are better locked down these days. svn:r16898 |