aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-01-03we're done with tree.h. long live ht.h.Roger Dingledine
2006-01-03when we choose not to use a server descriptor from our cache, don'tRoger Dingledine
2006-01-03make the commenting in the torrc.sample consistent, and try toRoger Dingledine
2006-01-02only print bandwidth lines to the state file if we're being a server.Roger Dingledine
2006-01-02strictentrynodes means we should clear the current entry_nodes list.Roger Dingledine
2006-01-02prevent auth dir servers from enabling entry nodes.Roger Dingledine
2006-01-02bugfix: only try to use the EntryNodes config option if it is set.Roger Dingledine
2006-01-02bugfix: we were failing to parse a tor version that started withRoger Dingledine
2006-01-02Make UseEntryNodes true by default. Let the fun begin.Roger Dingledine
2006-01-02bugfix: only try to parse the TorVersion if there is one.Roger Dingledine
2006-01-02tolerate a mal-formed or unrecognized tor version in the state file.Roger Dingledine
2006-01-02check for integer overflows in more places, when adding elements toRoger Dingledine
2006-01-02save and validate TorVersion in the state file.Roger Dingledine
2006-01-02make the "stable" flag in network-status be the median of the uptimesRoger Dingledine
2006-01-02Possible fix to state-load bug reported by weasel.Nick Mathewson
2006-01-01Clearner fix for timegm assert problem.Nick Mathewson
2006-01-01Fix assertion-trigger bug found by sjmurdochNick Mathewson
2005-12-31Make tor compile againPeter Palfrader
2005-12-31add a TorVersion state string.Roger Dingledine
2005-12-31Some tor servers process billions of cells in a matter of days.Roger Dingledine
2005-12-31get rid of the special case for 'testing' circuitsRoger Dingledine
2005-12-31Finish implementing config's EntryNodes and StrictEntryNodes option.Roger Dingledine
2005-12-31whitespace fixesRoger Dingledine
2005-12-30load balance a bit better by taking some load off the reallyRoger Dingledine
2005-12-30fix a typoRoger Dingledine
2005-12-29Appease some verbose GCC warnings.Nick Mathewson
2005-12-29log how big the failed rend descriptor is, and if it's small, logRoger Dingledine
2005-12-29when we reject a rend descriptor, tell us where it came from.Roger Dingledine
2005-12-28helper nodes are dead. long live entry nodes.Roger Dingledine
2005-12-28but only close the new conn if one of the earlier helper nodesRoger Dingledine
2005-12-28but only close it if we have marked an earlier helper as up.Roger Dingledine
2005-12-28when we connect to a helper node for the first time, closeRoger Dingledine
2005-12-27fix a spacing problem introduced by our 80-column requirementRoger Dingledine
2005-12-27if the network is down, and we try to connect to a conn because weRoger Dingledine
2005-12-27fix typoRoger Dingledine
2005-12-27when we succeed at connecting to a helper that we've never connectedRoger Dingledine
2005-12-27helpful logRoger Dingledine
2005-12-27slightly more accurate log messagesRoger Dingledine
2005-12-27first cut of the new helper stuff. seems to work in the normalRoger Dingledine
2005-12-27Make directory caches a little less chatty when loggingNick Mathewson
2005-12-27Make insert_old try hard to never add a duplicate.Nick Mathewson
2005-12-27Implement new directory logic: download by descriptor digest, not by key dige...Nick Mathewson
2005-12-27normalize spacesNick Mathewson
2005-12-27and compiling would be good tooRoger Dingledine
2005-12-27and some commentsRoger Dingledine
2005-12-27make it clearer in the auto-generated config file that youRoger Dingledine
2005-12-26disambiguate some debug entriesRoger Dingledine
2005-12-26comments? i'll show you comments.Roger Dingledine
2005-12-25prevent a rare infinite loop on two-byte architectures,Roger Dingledine
2005-12-24stop being sneaky, especially if we're being incorrectly sneakyRoger Dingledine