summaryrefslogtreecommitdiff
path: root/src/or/directory.c
AgeCommit message (Expand)Author
2005-05-27clean up a few more log entriestor-0.1.0.9-rctor-0.1.0.14tor-0.1.0.13tor-0.1.0.12tor-0.1.0.11tor-0.1.0.10Roger Dingledine
2005-05-23i screwed up the dirport reachability testing when we don't yetRoger Dingledine
2005-05-20add HttpProxyAuthenticator config option tooRoger Dingledine
2005-05-17doxygeny goodness from tyranixRoger Dingledine
2005-05-03cleanup now that 0.0.9pre1 is obsoleteRoger Dingledine
2005-05-02when we refuse a router descriptor, log contactinfo and source address.Roger Dingledine
2005-04-26clean up this TOR_FRAGILE businessRoger Dingledine
2005-04-07only whine about clock skew from the dirserver if he's a trustedRoger Dingledine
2005-04-01update copyright notices.Nick Mathewson
2005-03-22Report HTTP reasons to directory clients. (Also, fix format on new TODO items)Nick Mathewson
2005-03-22tell me the address of the guy who's trying to attack my dirserverRoger Dingledine
2005-03-19and forward-port the missing spaceRoger Dingledine
2005-03-19Turn addr_policy_compare from a tristate to a quadstate; this should help add...Nick Mathewson
2005-03-14Fix some more obscure compiler warningsNick Mathewson
2005-02-27Checkpoint in-progress fixes:Roger Dingledine
2005-02-25Implement more control spec functionalityNick Mathewson
2005-02-24add support for CONNECTing through https proxies.Roger Dingledine
2005-02-23Improve log message on unrecognized encoding to indicate that we can cope.Nick Mathewson
2005-02-10Add more functions to free things to help dmalloc allong.Nick Mathewson
2005-02-10when a client asks us for a dir mirror and we don't have one,Roger Dingledine
2005-02-05Re-normalize whitespace; make "make check-spaces" happyNick Mathewson
2005-02-04forward-port the logic skew and double-free thingRoger Dingledine
2005-02-01define TOR_FRAGILE if you want tor to give you a core whenRoger Dingledine
2005-01-30give a better log message when we don't have a good mirror ofRoger Dingledine
2005-01-29if we fetch the dir from a mirror that has a wildly skewedRoger Dingledine
2005-01-29distinguish between "well-formed and rejected" and "not wellRoger Dingledine
2005-01-29accept LDAP (389/tcp) and LDAPS (636/tcp) in default exit policyRoger Dingledine
2005-01-22fwd-port win32 isprint fixNick Mathewson
2005-01-21clean a couple of messagesNick Mathewson
2005-01-21special case so we don't yell when an empty http body doesn't specify aRoger Dingledine
2005-01-21if we get an incredibly skewed timestamp from a dirserver mirror thatRoger Dingledine
2005-01-20Have reason string for serverdesc post requests contain actual serverdesc sta...Nick Mathewson
2005-01-20start to fix http status stuff, more work neededRoger Dingledine
2005-01-20Give better reason phrases in HTTP status lines. Start resolving task #67. (M...Nick Mathewson
2005-01-19Handle unavailable hidden services better. We try each intro pointRoger Dingledine
2005-01-19Add unittests for compression detection. Make all rendezvous descriptors "pla...Nick Mathewson
2005-01-19Workaround for webservers that lie about Content-Encoding: Tor now tries to a...Nick Mathewson
2005-01-12Make Tor use Niels Provos's libevent instead of it's currentNick Mathewson
2005-01-12Annotate circuits w/ whether they aim to contain high uptime nodes and/orRoger Dingledine
2005-01-10if you're a server and the auth dirservers are down, go to any otherRoger Dingledine
2005-01-07when we haven't fetched a directory yet, or the last time weRoger Dingledine
2005-01-06new config option DirAllowPrivateAddresses for authdirservers.Roger Dingledine
2005-01-06Fix a fun bug: do not rewrite a cached directory back to the cache; otherwise...Nick Mathewson
2005-01-04forward-port the fix for the compiler warningRoger Dingledine
2005-01-03Log when we retry a directory connectionNick Mathewson
2005-01-03Use correct logic to decide whether there are more directory servers to retry.Nick Mathewson
2005-01-03Split mark-dir-failed-and-retry logic into separate function; make it retry r...Nick Mathewson
2005-01-03bugfix: if a server uploads a descriptor that's unapproved, actuallyRoger Dingledine
2005-01-01when a dirserver causes you to give a warn, mention which dirserver it wasRoger Dingledine
2004-12-13clean up logging,Roger Dingledine