Age | Commit message (Expand) | Author |
2005-02-27 | Checkpoint in-progress fixes: | Roger Dingledine |
2005-02-25 | Implement more control spec functionality | Nick Mathewson |
2005-02-24 | add support for CONNECTing through https proxies. | Roger Dingledine |
2005-02-23 | Improve log message on unrecognized encoding to indicate that we can cope. | Nick Mathewson |
2005-02-10 | Add more functions to free things to help dmalloc allong. | Nick Mathewson |
2005-02-10 | when a client asks us for a dir mirror and we don't have one, | Roger Dingledine |
2005-02-05 | Re-normalize whitespace; make "make check-spaces" happy | Nick Mathewson |
2005-02-04 | forward-port the logic skew and double-free thing | Roger Dingledine |
2005-02-01 | define TOR_FRAGILE if you want tor to give you a core when | Roger Dingledine |
2005-01-30 | give a better log message when we don't have a good mirror of | Roger Dingledine |
2005-01-29 | if we fetch the dir from a mirror that has a wildly skewed | Roger Dingledine |
2005-01-29 | distinguish between "well-formed and rejected" and "not well | Roger Dingledine |
2005-01-29 | accept LDAP (389/tcp) and LDAPS (636/tcp) in default exit policy | Roger Dingledine |
2005-01-22 | fwd-port win32 isprint fix | Nick Mathewson |
2005-01-21 | clean a couple of messages | Nick Mathewson |
2005-01-21 | special case so we don't yell when an empty http body doesn't specify a | Roger Dingledine |
2005-01-21 | if we get an incredibly skewed timestamp from a dirserver mirror that | Roger Dingledine |
2005-01-20 | Have reason string for serverdesc post requests contain actual serverdesc sta... | Nick Mathewson |
2005-01-20 | start to fix http status stuff, more work needed | Roger Dingledine |
2005-01-20 | Give better reason phrases in HTTP status lines. Start resolving task #67. (M... | Nick Mathewson |
2005-01-19 | Handle unavailable hidden services better. We try each intro point | Roger Dingledine |
2005-01-19 | Add unittests for compression detection. Make all rendezvous descriptors "pla... | Nick Mathewson |
2005-01-19 | Workaround for webservers that lie about Content-Encoding: Tor now tries to a... | Nick Mathewson |
2005-01-12 | Make Tor use Niels Provos's libevent instead of it's current | Nick Mathewson |
2005-01-12 | Annotate circuits w/ whether they aim to contain high uptime nodes and/or | Roger Dingledine |
2005-01-10 | if you're a server and the auth dirservers are down, go to any other | Roger Dingledine |
2005-01-07 | when we haven't fetched a directory yet, or the last time we | Roger Dingledine |
2005-01-06 | new config option DirAllowPrivateAddresses for authdirservers. | Roger Dingledine |
2005-01-06 | Fix a fun bug: do not rewrite a cached directory back to the cache; otherwise... | Nick Mathewson |
2005-01-04 | forward-port the fix for the compiler warning | Roger Dingledine |
2005-01-03 | 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-01 | when a dirserver causes you to give a warn, mention which dirserver it was | Roger Dingledine |
2004-12-13 | clean up logging, | Roger Dingledine |
2004-12-08 | Solaris CC freaks out if isspace and friends get anything other than an int. ... | Nick Mathewson |
2004-12-05 | New circuit building strategy: keep a list of ports that we've used in ... | Roger Dingledine |
2004-12-04 | Add function to check that addr_policy_t is okay; change struct addr_policy_t... | Nick Mathewson |
2004-11-29 | 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-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-21 | break reached_eof() out of process_inbuf() | Roger Dingledine |
2004-11-15 | Cache running-routers; compress running-routers; serve compressed running-rou... | Nick Mathewson |
2004-11-15 | some fixes so far | Roger Dingledine |