aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* reject ports 465 and 587 by default now tooRoger Dingledine2005-09-09
| | | | svn:r4974
* Only do openssl accel stuff if version is at least 0.9.7Nick Mathewson2005-09-09
| | | | svn:r4973
* Add missing arg to windows tor_listdir()Nick Mathewson2005-09-09
| | | | svn:r4972
* Implement tor_listdir on windows. Untested.Nick Mathewson2005-09-09
| | | | svn:r4971
* downgrade warning to infoNick Mathewson2005-09-09
| | | | svn:r4967
* a few more hints on a rare but mysterious warningRoger Dingledine2005-09-09
| | | | svn:r4966
* Fix a bug in config_dump: we want to run options_validate on the defaults, ↵Nick Mathewson2005-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 infoRoger Dingledine2005-09-09
| | | | svn:r4964
* Warn in more detail when network-status serving and fetching fails. Also, ↵Nick Mathewson2005-09-09
| | | | | | fix a small leak. svn:r4963
* bugfix: we were automatically condemning an exit node (concludingRoger Dingledine2005-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 cullingRoger Dingledine2005-09-09
| | | | | | | it just freaks them out svn:r4960
* when printing x-forwarded-by headers, don't print the \rRoger Dingledine2005-09-09
| | | | svn:r4959
* Fix segfault and memleak when getting many compressed server descs.Nick Mathewson2005-09-08
| | | | svn:r4956
* Fix some messages that say "failing".Nick Mathewson2005-09-08
| | | | svn:r4955
* Clean up some more fingerprint-checking logicNick Mathewson2005-09-08
| | | | svn:r4954
* remove obsolete kludgeRoger Dingledine2005-09-08
| | | | svn:r4953
* make it work correctly when we download multiple network-status objects.Nick Mathewson2005-09-08
| | | | svn:r4952
* add conn->requested_resource to connection_t checks.Nick Mathewson2005-09-08
| | | | svn:r4951
* Iteration is happier when you stop.Nick Mathewson2005-09-08
| | | | svn:r4950
* unused variableRoger Dingledine2005-09-08
| | | | svn:r4949
* Resolve some XXXs. Add some others.Nick Mathewson2005-09-08
| | | | svn:r4947
* Do not generate more than 2 of each directory type per minute.Nick Mathewson2005-09-08
| | | | svn:r4946
* Fix an assert in directory.c. Check received network-status objects against ↵Nick Mathewson2005-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 Mathewson2005-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 Mathewson2005-09-08
| | | | | | dirty! svn:r4943
* when reporting results from a dirserver fetch/post, tell us theRoger Dingledine2005-09-08
| | | | | | | port for the dirserver too svn:r4942
* Remove sneaky double declaration.Nick Mathewson2005-09-08
| | | | svn:r4941
* Write status to disk in the right placeNick Mathewson2005-09-08
| | | | svn:r4940
* oops -- that log should have been removedNick Mathewson2005-09-08
| | | | svn:r4939
* Fix network-status parsing.Nick Mathewson2005-09-08
| | | | svn:r4938
* Fix another reversed inet_atonNick Mathewson2005-09-08
| | | | svn:r4937
* Fix some more bugs; add a temporary log.Nick Mathewson2005-09-08
| | | | svn:r4936
* Ensure case match, not mismatch.Nick Mathewson2005-09-08
| | | | svn:r4935
* add strupper functionNick Mathewson2005-09-08
| | | | svn:r4934
* Stop dying when we get a directory from tor26; workaround for change in ↵Nick Mathewson2005-09-08
| | | | | | networkstatus format svn:r4933
* fix spacingRoger Dingledine2005-09-08
| | | | svn:r4932
* Avoid assertion failureNick Mathewson2005-09-08
| | | | svn:r4931
* Clean up should-i-go-to-the-dirserv logic a little: All servers with ↵Nick Mathewson2005-09-08
| | | | | | DirPorts should get their directories from the source svn:r4930
* Make directory download code slightly less likely to segfault or assert.Nick Mathewson2005-09-08
| | | | svn:r4929
* make doxygen output look prettierRoger Dingledine2005-09-08
| | | | svn:r4928
* it really does help with the functions end.Roger Dingledine2005-09-08
| | | | svn:r4927
* if you give a config option in the torrc or the commandline with noRoger Dingledine2005-09-08
| | | | | | | value, and reset is false, then it clears it entirely. svn:r4926
* and fix grammarRoger Dingledine2005-09-08
| | | | svn:r4925
* add punctuationRoger Dingledine2005-09-08
| | | | svn:r4924
* don't crash now that LongLivedPorts can be nullRoger Dingledine2005-09-08
| | | | svn:r4923
* Make GCC v4 happy with heavy warnings enabled.Nick Mathewson2005-09-08
| | | | svn:r4922
* Download network-status at regular intervals. The code is probably iffy, and ↵Nick Mathewson2005-09-08
| | | | | | the constants need to be renamed. svn:r4921
* MonthlyAccountingStart is dead.Roger Dingledine2005-09-08
| | | | svn:r4920
* dirserv_add_descriptor() doesn't chew up its argument anymore,Roger Dingledine2005-09-08
| | | | | | | so we can stop protecting it. svn:r4919
* strip obsolete codeRoger Dingledine2005-09-08
| | | | svn:r4918