Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | If we have correct permissions on $datadir, we complain to stdout | Roger Dingledine | 2008-09-29 | |
| | | | | | | | | | | 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 | |||
* | Fix a bug where an unreachable relay would establish enough | Roger Dingledine | 2008-09-29 | |
| | | | | | | | | | | | 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 | |||
* | rearrange the changelog a bit more | Roger Dingledine | 2008-09-29 | |
| | | | | svn:r16996 | |||
* | changelog cleanups. give 0.2.1.6-alpha a deadline. | Roger Dingledine | 2008-09-29 | |
| | | | | svn:r16995 | |||
* | Fix 0/0 calculation in get_weighted_fractional_uptime(). | Nick Mathewson | 2008-09-28 | |
| | | | | svn:r16994 | |||
* | Note that bug 469 needs a proposal in the proposal TODO. | Nick Mathewson | 2008-09-28 | |
| | | | | svn:r16993 | |||
* | Commit fix for bug 807 from mwenge: send CLOSED controller event for reverse ↵ | Nick Mathewson | 2008-09-26 | |
| | | | | | | dns resolve, not FAILED. svn:r16985 | |||
* | Make sure ExcludeSingleHopRelays works for an exit. | Nick Mathewson | 2008-09-26 | |
| | | | | svn:r16984 | |||
* | Proposal 152 implementation from Josh Albrecht, with tweaks. | Nick Mathewson | 2008-09-26 | |
| | | | | svn:r16983 | |||
* | Put the start-of-downtime value in the start-of-downtime buffer so that we ↵ | Nick Mathewson | 2008-09-26 | |
| | | | | | | do not put junk in the dbg-stability.txt file svn:r16982 | |||
* | Code to serve a current stability calculations from /tor/dbg-stability.txt. ↵ | Nick Mathewson | 2008-09-26 | |
| | | | | | | Untested: somebody please run this on an authority and let me know if it is broken. svn:r16981 | |||
* | Make tests pass again by adding an opt hidden-service-dir to the example ↵ | Nick Mathewson | 2008-09-26 | |
| | | | | | | routerinfo output. svn:r16980 | |||
* | Apply rovv's fix for bug 824. | Nick Mathewson | 2008-09-26 | |
| | | | | svn:r16975 | |||
* | Widen the conditions under which we whine about not having a geoip file to ↵ | Nick Mathewson | 2008-09-25 | |
| | | | | | | include "a country code was configured in a node list." svn:r16968 | |||
* | Whitespace fixes. | Nick Mathewson | 2008-09-25 | |
| | | | | svn:r16967 | |||
* | Add country-code support to configured node lists to implement the ↵ | Nick Mathewson | 2008-09-25 | |
| | | | | | | 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 | |||
* | Make it easier for dmalloc to see if keys are leaking; remove a test-only ↵ | Nick Mathewson | 2008-09-25 | |
| | | | | | | key leak. svn:r16965 | |||
* | Remove now-needless _tor_dmalloc_free helper. | Nick Mathewson | 2008-09-25 | |
| | | | | svn:r16964 | |||
* | More test memory-management fixes | Nick Mathewson | 2008-09-25 | |
| | | | | svn:r16963 | |||
* | Having two "Major features:" sections seems too much of a good thing. | Karsten Loesing | 2008-09-25 | |
| | | | | svn:r16962 | |||
* | All relays now store and serve v2 hidden service descriptors by default (not ↵ | Karsten Loesing | 2008-09-24 | |
| | | | | | | only directory mirrors). svn:r16961 | |||
* | If we are not using BEGIN_DIR cells, don't attempt to contact hidden service ↵ | Karsten Loesing | 2008-09-24 | |
| | | | | | | directories with non-open dir port. svn:r16960 | |||
* | Split test_crypto() into manageable pieces. | Nick Mathewson | 2008-09-24 | |
| | | | | svn:r16959 | |||
* | Minor correction of commentation. | Karsten Loesing | 2008-09-24 | |
| | | | | svn:r16958 | |||
* | changelog cleanup / rearranging | Roger Dingledine | 2008-09-24 | |
| | | | | svn:r16957 | |||
* | Add patch 4 from Karsten for proposal 121, slightly modified. Karsten ↵ | Nick Mathewson | 2008-09-24 | |
| | | | | | | should definitely re-review the bits I changed. svn:r16955 | |||
* | fix typo | Roger Dingledine | 2008-09-24 | |
| | | | | svn:r16949 | |||
* | fix a bad typo, add a missing word | Roger Dingledine | 2008-09-23 | |
| | | | | svn:r16946 | |||
* | Patch from roger for 752, but with more comments: When we get an A.B.exit:P ↵ | Nick Mathewson | 2008-09-23 | |
| | | | | | | 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 | |||
* | Fix for bug 797 (by arma, with tweaks): always use create_fast for circuits ↵ | Nick Mathewson | 2008-09-23 | |
| | | | | | | where we do not know an onion key. svn:r16942 | |||
* | More logging for mtbf/wfu calculations. | Nick Mathewson | 2008-09-23 | |
| | | | | svn:r16941 | |||
* | Update to the "September 1 2008" ip-to-country file. | Roger Dingledine | 2008-09-23 | |
| | | | | svn:r16940 | |||
* | Exclude v0 rendezvous descriptors when considering republication. | Karsten Loesing | 2008-09-23 | |
| | | | | svn:r16939 | |||
* | ok, but inaccurate error strings worse | Roger Dingledine | 2008-09-23 | |
| | | | | svn:r16938 | |||
* | identical error strings in different contexts bad | Roger Dingledine | 2008-09-23 | |
| | | | | svn:r16937 | |||
* | Oops; we need to make sure that DNS request names are matched in the ↵ | Nick Mathewson | 2008-09-22 | |
| | | | | | | _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 | |||
* | add some more papers we tend to cite | Roger Dingledine | 2008-09-17 | |
| | | | | svn:r16918 | |||
* | give rend_client_desc_here a slightly more accurate name | Roger Dingledine | 2008-09-16 | |
| | | | | svn:r16916 | |||
* | patch from karsten for bug 814. whew. | Roger Dingledine | 2008-09-16 | |
| | | | | svn:r16915 | |||
* | Add a circuit_conforms_to_options() function for use in debugging paths [and ↵ | Nick Mathewson | 2008-09-15 | |
| | | | | | | inother stuff too]. Untested, and so far unused. svn:r16914 | |||
* | read_to_buf should take an int *error_socket and return it. | Roger Dingledine | 2008-09-14 | |
| | | | | svn:r16909 | |||
* | stop telling us every time we fetch a consensus. that's not really news. | Roger Dingledine | 2008-09-14 | |
| | | | | svn:r16908 | |||
* | Serve the latest v3 networkstatus consensus via the control | Roger Dingledine | 2008-09-14 | |
| | | | | | | | port. Use "getinfo dir/status-vote/current/consensus" to fetch it. svn:r16907 | |||
* | make it explicit that the uncompressed cached dir items are nul-terminated | Roger Dingledine | 2008-09-14 | |
| | | | | | | | (they are, but now we should keep them that way) svn:r16906 | |||
* | Allow ports 465 and 587 in the default exit policy again. We had | Roger Dingledine | 2008-09-13 | |
| | | | | | | | | | 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 | |||
* | oops, forgot the changelog reference for r16867. | Andrew Lewman | 2008-09-12 | |
| | | | | svn:r16868 | |||
* | Patch from Camilo Viecco to make the rpm spec arch independent, as far | Andrew Lewman | 2008-09-12 | |
| | | | | | | | as i've tested. svn:r16867 | |||
* | Directory mirrors store and serve v2 hidden service descriptors by default. | Karsten Loesing | 2008-09-11 | |
| | | | | svn:r16858 | |||
* | give lasse's last name a different charset | Roger Dingledine | 2008-09-11 | |
| | | | | svn:r16838 | |||
* | and here too | Roger Dingledine | 2008-09-10 | |
| | | | | svn:r16835 |