summaryrefslogtreecommitdiff
path: root/src/or/directory.c
AgeCommit message (Expand)Author
2005-09-18Make give-up-on-failure actually work: it seems the servers gave me a real te...Nick Mathewson
2005-09-18Prevent a "try forever to download an unobtainable descriptor" bug. Still re...Nick Mathewson
2005-09-16Remove a bunch of #if0d code that I no longer need to look at.Nick Mathewson
2005-09-16Resolve/expand some XXXXs and improve a log message or twoNick Mathewson
2005-09-16Add a missing returnNick Mathewson
2005-09-16Unify our "figure out which fingerprints we were downloading" code.Nick Mathewson
2005-09-15Add some (notice, for now) log messages that imply confusing things are happe...Nick Mathewson
2005-09-15And some documentation before bed.Nick Mathewson
2005-09-15Stop downloading directories and download routers instead. This still needs ...Nick Mathewson
2005-09-14Big commit: clients start downloading and using network-statuses.Nick Mathewson
2005-09-14bugfix: when we try to determine the reachability of our dirport,Roger Dingledine
2005-09-13add docs, fix whitespace, and make ANY rule in routerparse a little tighter.Nick Mathewson
2005-09-12be more thorough about noticing when a directory request has failed:Roger Dingledine
2005-09-12Numerous changes to move towards client-side v2 directories.Nick Mathewson
2005-09-12clean up the log entry for when a server posts a server descriptor thatRoger Dingledine
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