Age | Commit message (Expand) | Author |
2005-04-01 | when you decide you're reachable, actually publish your descriptor | Roger Dingledine |
2005-04-01 | fix assert: if our dirport isn't reachable yet, don't trick | Roger Dingledine |
2005-04-01 | authdirservers shouldn't do orport reachability detection, | Roger Dingledine |
2005-03-31 | still publish your descriptor if orport is reachable but dirport isn't | Roger Dingledine |
2005-03-27 | but only do the rapid reachability testing if we're hoping to be a server. | Roger Dingledine |
2005-03-26 | make it clearer to the human that his server is testing | Roger Dingledine |
2005-03-22 | options->MaxAdvertisedBandwidth only replaces advertised | Roger Dingledine |
2005-03-22 | Implement an option to cap bandwidth-to-advertise. Arma: can you improve the ... | Nick Mathewson |
2005-03-22 | Add opt hibernating; fix bug 78 | Nick Mathewson |
2005-03-22 | Implement controller's "extendcircuit" directive. | Roger Dingledine |
2005-03-19 | stop logging at -l notice every single time a create cell successfully | Roger Dingledine |
2005-03-19 | Turn addr_policy_compare from a tristate to a quadstate; this should help add... | Nick Mathewson |
2005-03-17 | Commit fixes for several pending tor core tasks: document all DOCDOCed functi... | Nick Mathewson |
2005-03-15 | re-enable reachability testing stuff. | Roger Dingledine |
2005-03-11 | redefining default exit policy as per or-talk discussion | Geoff Goodell |
2005-02-28 | disable the reachability detection stuff in cvs, so people can | Roger Dingledine |
2005-02-27 | Checkpoint in-progress fixes: | Roger Dingledine |
2005-02-25 | Implement more control spec functionality | Nick Mathewson |
2005-02-22 | Change from inet_ntoa to a threadproof tor_inet_ntoa. | Nick Mathewson |
2005-02-11 | Do not try to double-aquire lock when rotating keys. May fix deadlock bug fo... | Nick Mathewson |
2005-02-11 | Free even more things on shutdown. Temporarily move tor_free_all out from #i... | Nick Mathewson |
2005-02-02 | reject more default filesharing ports by default. | Roger Dingledine |
2005-01-29 | accept LDAP (389/tcp) and LDAPS (636/tcp) in default exit policy | Roger Dingledine |
2005-01-29 | don't let a corrupt directory cache keep us from starting | Roger Dingledine |
2005-01-20 | Have reason string for serverdesc post requests contain actual serverdesc sta... | Nick Mathewson |
2005-01-10 | separate time_of_process_start from stats_n_seconds_uptime: | Roger Dingledine |
2005-01-04 | Nothing actually _uses_ socks_port, so why publish it? For backward compatibi... | Nick Mathewson |
2005-01-03 | Resolve task 42: find where 19-char nicknames were getting truncated when rea... | Nick Mathewson |
2004-12-13 | 0.0.9 broke hibernation. darn it. | Roger Dingledine |
2004-12-11 | when hibernating, don't advertise any ports | Roger Dingledine |
2004-12-04 | Add function to check that addr_policy_t is okay; change struct addr_policy_t... | Nick Mathewson |
2004-12-02 | clean up 3 more underflow possibilities | Roger Dingledine |
2004-12-02 | fix redundant (and dangerous) NUL termination | Roger Dingledine |
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson |
2004-11-28 | accept *:706 (silc) by default | Roger Dingledine |
2004-11-28 | wrong is ok, and right is fine, but in between is apparently | Roger Dingledine |
2004-11-28 | Normalize space: add one between every control keyword and control clause. | Nick Mathewson |
2004-11-26 | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine |
2004-11-25 | Clarify a bunch of log messages | Nick Mathewson |
2004-11-22 | Normalize a few more kinds of whitespace. We now dislike: | Nick Mathewson |
2004-11-22 | Compile cleanly on windows; prevent some insane bandwidth cases (e.g., "Bandw... | Nick Mathewson |
2004-11-22 | Normalize space | Nick Mathewson |
2004-11-21 | fix typo | Nick Mathewson |
2004-11-21 | Call init_keys() where needed; fix hibernate bug. | Nick Mathewson |
2004-11-20 | Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se... | Nick Mathewson |
2004-11-13 | Track whether descriptor is dirty/uploaded. When any options are set, mark i... | Nick Mathewson |
2004-11-12 | Rename exit_policy to addr_policy, since it gets used for SOCKS and directory... | Nick Mathewson |
2004-11-09 | Normalize whitespace; add a "tell me about all the unnormalized whitespace" t... | Nick Mathewson |
2004-11-09 | Fix windows build for VC6; centralize newline-fiasco-damage-control logic | Nick Mathewson |
2004-11-09 | Resolve many XXXs and all DOCDOCs | Nick Mathewson |