| Commit message (Expand) | Author | Age |
* | forward-port the fix for the compiler warning | Roger Dingledine | 2005-01-04 |
* | Log when we retry a directory connection | Nick Mathewson | 2005-01-03 |
* | Use correct logic to decide whether there are more directory servers to retry. | Nick Mathewson | 2005-01-03 |
* | Split mark-dir-failed-and-retry logic into separate function; make it retry r... | Nick Mathewson | 2005-01-03 |
* | bugfix: if a server uploads a descriptor that's unapproved, actually | Roger Dingledine | 2005-01-03 |
* | when a dirserver causes you to give a warn, mention which dirserver it was | Roger Dingledine | 2005-01-01 |
* | clean up logging, | Roger Dingledine | 2004-12-13 |
* | Solaris CC freaks out if isspace and friends get anything other than an int. ... | Nick Mathewson | 2004-12-08 |
* | New circuit building strategy: keep a list of ports that we've used in ... | Roger Dingledine | 2004-12-05 |
* | Add function to check that addr_policy_t is okay; change struct addr_policy_t... | Nick Mathewson | 2004-12-04 |
* | 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 |
* | After implementing a feature, remember to disable the error message you used ... | 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 |
* | Normalize a few more kinds of whitespace. We now dislike: | Nick Mathewson | 2004-11-22 |
* | break reached_eof() out of process_inbuf() | Roger Dingledine | 2004-11-21 |
* | Cache running-routers; compress running-routers; serve compressed running-rou... | Nick Mathewson | 2004-11-15 |
* | some fixes so far | Roger Dingledine | 2004-11-15 |
* | Make running-routers fetch (apparently) work | Nick Mathewson | 2004-11-14 |
* | fix a seg fault when fetching rendezvous descs | Roger Dingledine | 2004-11-12 |
* | Rename exit_policy to addr_policy, since it gets used for SOCKS and directory... | Nick Mathewson | 2004-11-12 |
* | Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif... | Nick Mathewson | 2004-11-12 |
* | Normalize whitespace; add a "tell me about all the unnormalized whitespace" t... | Nick Mathewson | 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 |
* | 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 |
* | quick-and-dirty dir policy since the dirservers are getting hammered | Roger Dingledine | 2004-10-25 |
* | switch conn->addr and conn->dir_port to reflect the final destination, | Roger Dingledine | 2004-10-17 |
* | don't assert multiple things in the same tor_assert() | Roger Dingledine | 2004-10-16 |
* | Remove unused locals | Nick Mathewson | 2004-10-15 |
* | Add a comment | 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 |
* | better warn message for the Content-Length attack | Roger Dingledine | 2004-10-14 |
* | Try to always dtrt if routerlist==NULL | Nick Mathewson | 2004-10-14 |
* | Build without warnings on mac gcc 3.3 | Nick Mathewson | 2004-10-14 |
* | more int to size_t conversions, fixing one or more amd64 bugs | Roger Dingledine | 2004-10-14 |
* | Remove need for dirservers file: now, we note trusted dirservers in configura... | Nick Mathewson | 2004-10-14 |
* | Add an implementation of trusted_dir_server logic to switch towards simply re... | Nick Mathewson | 2004-10-12 |
* | bugfix on my friday commit: make hidden services work again in cvs | Roger Dingledine | 2004-10-12 |
* | interim commit for http proxy support | Roger Dingledine | 2004-10-08 |