aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-08-23downgrade back to 0.1.1.5-alpha-cvsRoger Dingledine
2005-08-23Our logic to decide if the OR we connected to was the right guyRoger Dingledine
2005-08-23that comma was importantRoger Dingledine
2005-08-23fix bad logic that has been lurking for eons, that now prevented usRoger Dingledine
2005-08-22and don't print the null string here eitherRoger Dingledine
2005-08-22whoops, avoid printing a null string sometimesRoger Dingledine
2005-08-22Make DirPostPeriod config option obsolete.Roger Dingledine
2005-08-22bump version to 0.1.1.6-alphaRoger Dingledine
2005-08-22fix function headers from the descriptor-frequency commitRoger Dingledine
2005-08-22when we begin reachability testing, log the address:port for eachRoger Dingledine
2005-08-22change log entry for unreachability to explicitly suggest /etc/hostsRoger Dingledine
2005-08-22Implement new (reduced-frequency) upload rules. arma, you should review this.Nick Mathewson
2005-08-22Make unit tests run without segfaultingNick Mathewson
2005-08-22Fix bug with tor_memmem finding a match at the end of the string.Nick Mathewson
2005-08-22Make set_options a little smarter: have options_act handle transitions on its...Nick Mathewson
2005-08-16the tor-spec says router->address must be an IP address. so refuseRoger Dingledine
2005-08-16Initial complete config file. Organized into easily searchableAndrew Lewman
2005-08-15rotate dns and cpu workers if the controller changes options thatRoger Dingledine
2005-08-15Permit transitioning from ORPort=0 to ORPort!=0, and back.Roger Dingledine
2005-08-15initialize the dns worker cache tree whether or not we startRoger Dingledine
2005-08-15fix typoRoger Dingledine
2005-08-15resolve a XXXRoger Dingledine
2005-08-15clean up some confusing logs.Roger Dingledine
2005-08-15hey, we have a function for thatRoger Dingledine
2005-08-15after failing from resolve failed or misc, reset the num failures.Roger Dingledine
2005-08-15Implement exit enclaves: if we know an IP address for the destination,Roger Dingledine
2005-08-15a url for better referenceRoger Dingledine
2005-08-14when listing min-bandwidth servers in the controller, don't getRoger Dingledine
2005-08-13let unregistered-servers take a parameter (the min bandwidth)Roger Dingledine
2005-08-13Add a 'quit' command for the controller.Roger Dingledine
2005-08-13i'm sick of having my streams fail because of a confused exit node.Roger Dingledine
2005-08-13predict required circuits better, with an eye toward makingRoger Dingledine
2005-08-12Try to resolve another reported solaris x86 warningNick Mathewson
2005-08-12Make GCC very happy, even with lots of warnings set. Also, try to fix some re...Nick Mathewson
2005-08-12start using new renddesc codeNick Mathewson
2005-08-12We weren't cannibilizing circuits correctly forRoger Dingledine
2005-08-12quiet a noisy debugRoger Dingledine
2005-08-10Add a config-file GETINFO entry; fix a minor memory leak on some SAVECONF calls.Nick Mathewson
2005-08-09Fix segfault in unit testsNick Mathewson
2005-08-09Replace ADDR_POLICY_ACCEPT/REJECT with its own enumNick Mathewson
2005-08-09check_software_version_against_directory needs a return value.Nick Mathewson
2005-08-09Avoid sending blank lines when GETINFO replies should be emptyNick Mathewson
2005-08-08bump to 0.1.1.5-alpha-cvsRoger Dingledine
2005-08-08fix whitespace issuesNick Mathewson
2005-08-08Replace (Fascist)Firewall* with a new ReachableAddresses option that understa...Nick Mathewson
2005-08-08get rid of IgnoreVersion and the forced auto-exit mis-featureRoger Dingledine
2005-08-08fix a function commentRoger Dingledine
2005-08-08Note which directory server said 400 to a renddesc.Nick Mathewson
2005-08-08disarm a trap that's lying in wait for usRoger Dingledine
2005-08-07a few typo fixesRoger Dingledine