| Commit message (Expand) | Author | Age |
* | Annotate circuits w/ whether they aim to contain high uptime nodes and/or | Roger Dingledine | 2005-01-12 |
* | Fix a fun bug: do not rewrite a cached directory back to the cache; otherwise... | Nick Mathewson | 2005-01-06 |
* | Use correct logic to decide whether there are more directory servers to retry. | Nick Mathewson | 2005-01-03 |
* | Resolve task 42: find where 19-char nicknames were getting truncated when rea... | Nick Mathewson | 2005-01-03 |
* | require BandwidthRate to be at least 10kB/s | Roger Dingledine | 2004-12-31 |
* | plug another memory leak | Roger Dingledine | 2004-12-07 |
* | New circuit building strategy: keep a list of ports that we've used in ... | Roger Dingledine | 2004-12-05 |
* | plus add a comment re: the previous bug | Roger Dingledine | 2004-12-04 |
* | bugfix: router_exit_policy_rejects_all() was broken, so we were | Roger Dingledine | 2004-12-04 |
* | Add function to check that addr_policy_t is okay; change struct addr_policy_t... | Nick Mathewson | 2004-12-04 |
* | Spell-check strings and comments | Nick Mathewson | 2004-12-01 |
* | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson | 2004-11-29 |
* | Fetch cached running-routers from servers that serve it (that is, authdirserv... | Nick Mathewson | 2004-11-29 |
* | 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-28 |
* | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine | 2004-11-26 |
* | Clarify a bunch of log messages | Nick Mathewson | 2004-11-25 |
* | if your requested exit node has bandwidth 0, pick it anyway | Roger Dingledine | 2004-11-20 |
* | move second stat to a cleaner place | Roger Dingledine | 2004-11-15 |
* | ok ok the stat wasn't redundant | Roger Dingledine | 2004-11-14 |
* | Remove redundant stat() for reading cached directory, and remove | Roger Dingledine | 2004-11-14 |
* | Rename exit_policy to addr_policy, since it gets used for SOCKS and directory... | Nick Mathewson | 2004-11-12 |
* | 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 |
* | Add some documentation to routerlist | Nick Mathewson | 2004-11-09 |
* | resolve a 64-bit warning | Roger Dingledine | 2004-11-09 |
* | Stop using the wrong DataDirectory when we're validating. | Roger Dingledine | 2004-11-09 |
* | Clean up copyrights. | Roger Dingledine | 2004-11-07 |
* | Make options no longer a global variable. | Roger Dingledine | 2004-11-06 |
* | make the default default options.FirewallPorts be the default | Roger Dingledine | 2004-11-04 |
* | break out validate_options | Roger Dingledine | 2004-11-04 |
* | - Implement all of control interface except authentication, setconfig, | Nick Mathewson | 2004-11-03 |
* | lay the groundwork for a default value for each config option. | Roger Dingledine | 2004-11-03 |
* | Use a stricter set of warnings; make them all pass. | Nick Mathewson | 2004-11-02 |
* | Tweaks to prevent obsolete restarting tors from hammering the dirservers. (1)... | Nick Mathewson | 2004-10-28 |
* | Tricksy compiler warnings! We hates them, hates them forever, my precious! | Nick Mathewson | 2004-10-27 |
* | Use strlcpy, not strcpy. | Nick Mathewson | 2004-10-27 |
* | Use tor_snprintf, not snprintf | Nick Mathewson | 2004-10-27 |
* | Replace sprintf with snprintf | Nick Mathewson | 2004-10-27 |
* | Add and document router-status line using new unified liveness/verifiedness f... | Nick Mathewson | 2004-10-27 |
* | Remove routerinfo_t->is_trusted_dir, and all the twisted machinery used to | Nick Mathewson | 2004-10-19 |
* | start the process of making 0.0.7* obsolete | Roger Dingledine | 2004-10-17 |
* | Fix memory leak | Nick Mathewson | 2004-10-16 |
* | Implement user-declared node families. | Nick Mathewson | 2004-10-15 |
* | Upload to trusted dir servers based on DirServer config options, not on route... | Nick Mathewson | 2004-10-15 |
* | Ignore fascistfirewall when dealing with service descriptors; obey fascistfir... | Nick Mathewson | 2004-10-15 |
* | Fix search-and-replace in comments: Friends->family does not imply friendship... | Nick Mathewson | 2004-10-15 |
* | Implement "families" of coadministered nodes; prevent them all from appearing... | Nick Mathewson | 2004-10-15 |
* | Try to always dtrt if routerlist==NULL | Nick Mathewson | 2004-10-14 |
* | rename addr to address to we avoid this bug later | Roger Dingledine | 2004-10-14 |