summaryrefslogtreecommitdiff
path: root/src/or/directory.c
AgeCommit message (Expand)Author
2005-09-09Warn in more detail when network-status serving and fetching fails. Also, fix...Nick Mathewson
2005-09-09when printing x-forwarded-by headers, don't print the \rRoger Dingledine
2005-09-08Fix segfault and memleak when getting many compressed server descs.Nick Mathewson
2005-09-08Fix some messages that say "failing".Nick Mathewson
2005-09-08Clean up some more fingerprint-checking logicNick Mathewson
2005-09-08make it work correctly when we download multiple network-status objects.Nick Mathewson
2005-09-08Resolve some XXXs. Add some others.Nick Mathewson
2005-09-08Fix an assert in directory.c. Check received network-status objects against ...Nick Mathewson
2005-09-08Only caches download network-status for now, and they use a different strateg...Nick Mathewson
2005-09-08when reporting results from a dirserver fetch/post, tell us theRoger Dingledine
2005-09-08Fix some more bugs; add a temporary log.Nick Mathewson
2005-09-08Clean up should-i-go-to-the-dirserv logic a little: All servers with DirPorts...Nick Mathewson
2005-09-08Make directory download code slightly less likely to segfault or assert.Nick Mathewson
2005-09-08Download network-status at regular intervals. The code is probably iffy, and ...Nick Mathewson
2005-09-07Logic to launch connections for new directory types.Nick Mathewson
2005-09-07clean whitespace.Nick Mathewson
2005-09-07More stuff for new directories.Nick Mathewson
2005-09-06stop using the v1 rend desc format. we're going to change v1Roger Dingledine
2005-08-31when we think a router is unreachable, pass the message back to theRoger Dingledine
2005-08-30fix a pair of hard-coded urlsRoger Dingledine
2005-08-26fix some logs and commentsRoger Dingledine
2005-08-26Change the return values on dirserv_add_descriptorNick Mathewson
2005-08-26We no longer need dirserv_load_from_directory_string, so dirserv_add_descrip...Nick Mathewson
2005-08-25Start implementing the server side of the new directory protocol.Nick Mathewson
2005-08-24ha ha, that infinite loop was fun.Roger Dingledine
2005-08-24Dirservers now do their own external reachability testing of eachRoger Dingledine
2005-08-23check [X-]Forwarded-For headers in HTTP requests when generating log messages...Nick Mathewson
2005-08-12start using new renddesc codeNick Mathewson
2005-08-08Replace (Fascist)Firewall* with a new ReachableAddresses option that understa...Nick Mathewson
2005-08-08Note which directory server said 400 to a renddesc.Nick Mathewson
2005-08-07Generalize FirewallPorts to FirewallIPs so I can run happily when locked in n...Nick Mathewson
2005-07-22Initial, somewhat dodgy implementation of helper nodes. It has too many XXXX...Nick Mathewson
2005-07-12looks like we were never delivering deflated running-routers listsRoger Dingledine
2005-06-29Logic to implement rendezvous/introduction via unknown servers.Nick Mathewson
2005-06-22make the log message less scary when all the dirservers areRoger Dingledine
2005-06-20overall cleanup and streamlining and doccingRoger Dingledine
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-06-11flesh out the source file descriptions for doxygenRoger Dingledine
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-09New whitespace normalization rule: no blank line at EOF.Nick Mathewson
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