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