Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | reject ports 465 and 587 by default now too | Roger Dingledine | 2005-09-09 |
| | | | | svn:r4974 | ||
* | Only do openssl accel stuff if version is at least 0.9.7 | Nick Mathewson | 2005-09-09 |
| | | | | svn:r4973 | ||
* | Add missing arg to windows tor_listdir() | Nick Mathewson | 2005-09-09 |
| | | | | svn:r4972 | ||
* | Implement tor_listdir on windows. Untested. | Nick Mathewson | 2005-09-09 |
| | | | | svn:r4971 | ||
* | downgrade warning to info | Nick Mathewson | 2005-09-09 |
| | | | | svn:r4967 | ||
* | a few more hints on a rare but mysterious warning | Roger Dingledine | 2005-09-09 |
| | | | | svn:r4966 | ||
* | Fix a bug in config_dump: we want to run options_validate on the defaults, ↵ | Nick Mathewson | 2005-09-09 |
| | | | | | | not (again, uselessly) on the configuration. This was introduced when we made the config code more generic. svn:r4965 | ||
* | clean up the rendezvous warn log msgs, and downgrade some to info | Roger Dingledine | 2005-09-09 |
| | | | | svn:r4964 | ||
* | Warn in more detail when network-status serving and fetching fails. Also, ↵ | Nick Mathewson | 2005-09-09 |
| | | | | | | fix a small leak. svn:r4963 | ||
* | bugfix: we were automatically condemning an exit node (concluding | Roger Dingledine | 2005-09-09 |
| | | | | | | | | | | | | its advertised exit policy is different from its real one) as soon as it refused any requests. After fixing that bug, another bug appeared: we would try the same server again and again, since once we learned an IP address for a hostname, we still kept think of it as the hostname. now pass it to the remapper before trying to reattach. svn:r4962 | ||
* | stop notifying people about dns worker spawning and culling | Roger Dingledine | 2005-09-09 |
| | | | | | | | it just freaks them out svn:r4960 | ||
* | when printing x-forwarded-by headers, don't print the \r | Roger Dingledine | 2005-09-09 |
| | | | | svn:r4959 | ||
* | Fix segfault and memleak when getting many compressed server descs. | Nick Mathewson | 2005-09-08 |
| | | | | svn:r4956 | ||
* | Fix some messages that say "failing". | Nick Mathewson | 2005-09-08 |
| | | | | svn:r4955 | ||
* | Clean up some more fingerprint-checking logic | Nick Mathewson | 2005-09-08 |
| | | | | svn:r4954 | ||
* | remove obsolete kludge | Roger Dingledine | 2005-09-08 |
| | | | | svn:r4953 | ||
* | make it work correctly when we download multiple network-status objects. | Nick Mathewson | 2005-09-08 |
| | | | | svn:r4952 | ||
* | add conn->requested_resource to connection_t checks. | Nick Mathewson | 2005-09-08 |
| | | | | svn:r4951 | ||
* | Iteration is happier when you stop. | Nick Mathewson | 2005-09-08 |
| | | | | svn:r4950 | ||
* | unused variable | Roger Dingledine | 2005-09-08 |
| | | | | svn:r4949 | ||
* | Resolve some XXXs. Add some others. | Nick Mathewson | 2005-09-08 |
| | | | | svn:r4947 | ||
* | Do not generate more than 2 of each directory type per minute. | Nick Mathewson | 2005-09-08 |
| | | | | svn:r4946 | ||
* | Fix an assert in directory.c. Check received network-status objects against ↵ | Nick Mathewson | 2005-09-08 |
| | | | | | | the list we expected to get. Do not let anyone else update our network-status object. svn:r4945 | ||
* | Only caches download network-status for now, and they use a different ↵ | Nick Mathewson | 2005-09-08 |
| | | | | | | strategy. Add an element to connection_t to remember what we are downloading, and a function to recognize our own fingerprint. svn:r4944 | ||
* | Special-case for retrieving own networkstatus by fingerprint: regenerate if ↵ | Nick Mathewson | 2005-09-08 |
| | | | | | | dirty! svn:r4943 | ||
* | when reporting results from a dirserver fetch/post, tell us the | Roger Dingledine | 2005-09-08 |
| | | | | | | | port for the dirserver too svn:r4942 | ||
* | Remove sneaky double declaration. | Nick Mathewson | 2005-09-08 |
| | | | | svn:r4941 | ||
* | Write status to disk in the right place | Nick Mathewson | 2005-09-08 |
| | | | | svn:r4940 | ||
* | oops -- that log should have been removed | Nick Mathewson | 2005-09-08 |
| | | | | svn:r4939 | ||
* | Fix network-status parsing. | Nick Mathewson | 2005-09-08 |
| | | | | svn:r4938 | ||
* | Fix another reversed inet_aton | Nick Mathewson | 2005-09-08 |
| | | | | svn:r4937 | ||
* | Fix some more bugs; add a temporary log. | Nick Mathewson | 2005-09-08 |
| | | | | svn:r4936 | ||
* | Ensure case match, not mismatch. | Nick Mathewson | 2005-09-08 |
| | | | | svn:r4935 | ||
* | add strupper function | Nick Mathewson | 2005-09-08 |
| | | | | svn:r4934 | ||
* | Stop dying when we get a directory from tor26; workaround for change in ↵ | Nick Mathewson | 2005-09-08 |
| | | | | | | networkstatus format svn:r4933 | ||
* | fix spacing | Roger Dingledine | 2005-09-08 |
| | | | | svn:r4932 | ||
* | Avoid assertion failure | Nick Mathewson | 2005-09-08 |
| | | | | svn:r4931 | ||
* | Clean up should-i-go-to-the-dirserv logic a little: All servers with ↵ | Nick Mathewson | 2005-09-08 |
| | | | | | | DirPorts should get their directories from the source svn:r4930 | ||
* | Make directory download code slightly less likely to segfault or assert. | Nick Mathewson | 2005-09-08 |
| | | | | svn:r4929 | ||
* | make doxygen output look prettier | Roger Dingledine | 2005-09-08 |
| | | | | svn:r4928 | ||
* | it really does help with the functions end. | Roger Dingledine | 2005-09-08 |
| | | | | svn:r4927 | ||
* | if you give a config option in the torrc or the commandline with no | Roger Dingledine | 2005-09-08 |
| | | | | | | | value, and reset is false, then it clears it entirely. svn:r4926 | ||
* | and fix grammar | Roger Dingledine | 2005-09-08 |
| | | | | svn:r4925 | ||
* | add punctuation | Roger Dingledine | 2005-09-08 |
| | | | | svn:r4924 | ||
* | don't crash now that LongLivedPorts can be null | Roger Dingledine | 2005-09-08 |
| | | | | svn:r4923 | ||
* | Make GCC v4 happy with heavy warnings enabled. | Nick Mathewson | 2005-09-08 |
| | | | | svn:r4922 | ||
* | Download network-status at regular intervals. The code is probably iffy, and ↵ | Nick Mathewson | 2005-09-08 |
| | | | | | | the constants need to be renamed. svn:r4921 | ||
* | MonthlyAccountingStart is dead. | Roger Dingledine | 2005-09-08 |
| | | | | svn:r4920 | ||
* | dirserv_add_descriptor() doesn't chew up its argument anymore, | Roger Dingledine | 2005-09-08 |
| | | | | | | | so we can stop protecting it. svn:r4919 | ||
* | strip obsolete code | Roger Dingledine | 2005-09-08 |
| | | | | svn:r4918 |