summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-04-03nick: there *is* no MAX_SERVER_INTERVAL_WITHOUT_REQUEST. true?Roger Dingledine
2006-04-03"" is not a plausible address for addressmaps.Roger Dingledine
2006-04-02Change networkstatus dl logic: try to have all networkstatuses live; insist o...Nick Mathewson
2006-04-02Versions that drop connections for having used idle circs are as bad for stab...Nick Mathewson
2006-04-02If I could forget that I had enabled StrictExitNodes, others will too.Nick Mathewson
2006-04-02but the \r\n is handy too i hear.Roger Dingledine
2006-04-02if you give mapaddress no args at all, it should answerRoger Dingledine
2006-04-02make NoPublish (even though deprecated) work again.Roger Dingledine
2006-04-01if you ask for getinfo dir/status/ but your dirport is off,Roger Dingledine
2006-04-01Fix dirserv_get_networkstatus_v2's api: its function commentsRoger Dingledine
2006-04-01bugfix: when we fail to bind or listen on an incoming or outgoingRoger Dingledine
2006-04-01more helpful error messageRoger Dingledine
2006-04-01Start sending back 512 and 451 errors if mapaddress fails,Roger Dingledine
2006-03-29We can remove about 30% of the v1 directory bulk by takingRoger Dingledine
2006-03-29Refactor the decision of whether to include a router's descriptorRoger Dingledine
2006-03-29Avoid warnings about machine/limits.h on Debian GNU/kFreeBSDPeter Palfrader
2006-03-28When deciding whether a router is Fast or Guard-worthy, considerRoger Dingledine
2006-03-28bump to 0.1.1.17-rc-cvsRoger Dingledine
2006-03-28bump to 0.1.1.17-rctor-0.1.1.17-rcRoger Dingledine
2006-03-27Make the max number of old descriptors to hold rise with the number of author...Nick Mathewson
2006-03-27On our dirport return a robots.txt so maybe google doesn't index all those se...Peter Palfrader
2006-03-27Code to implement networkstatus fetch from controllers. Only works when dirp...Nick Mathewson
2006-03-27that extra punctuation distracts meRoger Dingledine
2006-03-27re-order to avoid free-then-use. Thank goodness tor_free() zeroes things.Nick Mathewson
2006-03-27Oops. We may not have a networkstatus list when we first parse the cached rou...Nick Mathewson
2006-03-27Fix for "but need_to_mirror=1" annoyance; is bug 273 fixed?Nick Mathewson
2006-03-27Refactor and consolidate addr/exit policies into a new policies.c.Roger Dingledine
2006-03-26remove obsolete address policy codeRoger Dingledine
2006-03-26also send syntax and parse errors back to the controller.Roger Dingledine
2006-03-26When the controller's *setconf commands fail, collect an error messageRoger Dingledine
2006-03-26clean up the traces from tracking the 0.1.1.9-alpha stack-smashing bug.Roger Dingledine
2006-03-26failing in a support function is a warn, not an err.Roger Dingledine
2006-03-25Say private address instead of internal address.Peter Palfrader
2006-03-24fix a wordo, don't be so quick to yell at servers, and ask a question.Roger Dingledine
2006-03-24bump up the magic number for how quickly we start notifyingRoger Dingledine
2006-03-24Check return value from GetVersionEx (even though the MSDN example doesnt) an...Nick Mathewson
2006-03-23Note a magic 2 that probably should be replaced now that we have more dirserversPeter Palfrader
2006-03-22update getinfo info/names to reflect that we now supportRoger Dingledine
2006-03-22Resolve problem found by weasel: the v1 directory was includingRoger Dingledine
2006-03-22Maybe it compiles for devilproxy nowPeter Palfrader
2006-03-22Note a vulnerability with our current recommended-version concensusRoger Dingledine
2006-03-22stop caching the v1 directory so often.Roger Dingledine
2006-03-22whoops. inform circuits again when we failed to connect to theirRoger Dingledine
2006-03-22stop writing the "router.desc" file, ever. nothing uses it anymore.Roger Dingledine
2006-03-22Log server fingerprint on startupPeter Palfrader
2006-03-22parameterize two more timeout constants in circuit-land.Roger Dingledine
2006-03-22freeing is not the same as setting to nullRoger Dingledine
2006-03-21new config option SocksTimeout: How long do we let a socks connectionRoger Dingledine
2006-03-21and dirservers don't call you a guard if you're running aRoger Dingledine
2006-03-21when upgrading to newer versions, throw away entry guardsRoger Dingledine