Age | Commit message (Expand) | Author |
2005-09-18 | Make give-up-on-failure actually work: it seems the servers gave me a real te... | Nick Mathewson |
2005-09-18 | Prevent a "try forever to download an unobtainable descriptor" bug. Still re... | Nick Mathewson |
2005-09-16 | Remove a bunch of #if0d code that I no longer need to look at. | Nick Mathewson |
2005-09-16 | Resolve/expand some XXXXs and improve a log message or two | Nick Mathewson |
2005-09-16 | Add a missing return | Nick Mathewson |
2005-09-16 | Unify our "figure out which fingerprints we were downloading" code. | Nick Mathewson |
2005-09-15 | Add some (notice, for now) log messages that imply confusing things are happe... | Nick Mathewson |
2005-09-15 | And some documentation before bed. | Nick Mathewson |
2005-09-15 | Stop downloading directories and download routers instead. This still needs ... | Nick Mathewson |
2005-09-14 | Big commit: clients start downloading and using network-statuses. | Nick Mathewson |
2005-09-14 | bugfix: when we try to determine the reachability of our dirport, | Roger Dingledine |
2005-09-13 | add docs, fix whitespace, and make ANY rule in routerparse a little tighter. | Nick Mathewson |
2005-09-12 | be more thorough about noticing when a directory request has failed: | Roger Dingledine |
2005-09-12 | Numerous changes to move towards client-side v2 directories. | Nick Mathewson |
2005-09-12 | clean up the log entry for when a server posts a server descriptor that | Roger Dingledine |
2005-09-09 | Warn in more detail when network-status serving and fetching fails. Also, fix... | Nick Mathewson |
2005-09-09 | when printing x-forwarded-by headers, don't print the \r | Roger Dingledine |
2005-09-08 | Fix segfault and memleak when getting many compressed server descs. | Nick Mathewson |
2005-09-08 | Fix some messages that say "failing". | Nick Mathewson |
2005-09-08 | Clean up some more fingerprint-checking logic | Nick Mathewson |
2005-09-08 | make it work correctly when we download multiple network-status objects. | Nick Mathewson |
2005-09-08 | Resolve some XXXs. Add some others. | Nick Mathewson |
2005-09-08 | Fix an assert in directory.c. Check received network-status objects against ... | Nick Mathewson |
2005-09-08 | Only caches download network-status for now, and they use a different strateg... | Nick Mathewson |
2005-09-08 | when reporting results from a dirserver fetch/post, tell us the | Roger Dingledine |
2005-09-08 | Fix some more bugs; add a temporary log. | Nick Mathewson |
2005-09-08 | Clean up should-i-go-to-the-dirserv logic a little: All servers with DirPorts... | Nick Mathewson |
2005-09-08 | Make directory download code slightly less likely to segfault or assert. | Nick Mathewson |
2005-09-08 | Download network-status at regular intervals. The code is probably iffy, and ... | Nick Mathewson |
2005-09-07 | Logic to launch connections for new directory types. | Nick Mathewson |
2005-09-07 | clean whitespace. | Nick Mathewson |
2005-09-07 | More stuff for new directories. | Nick Mathewson |
2005-09-06 | stop using the v1 rend desc format. we're going to change v1 | Roger Dingledine |
2005-08-31 | when we think a router is unreachable, pass the message back to the | Roger Dingledine |
2005-08-30 | fix a pair of hard-coded urls | Roger Dingledine |
2005-08-26 | fix some logs and comments | Roger Dingledine |
2005-08-26 | Change the return values on dirserv_add_descriptor | Nick Mathewson |
2005-08-26 | We no longer need dirserv_load_from_directory_string, so dirserv_add_descrip... | Nick Mathewson |
2005-08-25 | Start implementing the server side of the new directory protocol. | Nick Mathewson |
2005-08-24 | ha ha, that infinite loop was fun. | Roger Dingledine |
2005-08-24 | Dirservers now do their own external reachability testing of each | Roger Dingledine |
2005-08-23 | check [X-]Forwarded-For headers in HTTP requests when generating log messages... | Nick Mathewson |
2005-08-12 | start using new renddesc code | Nick Mathewson |
2005-08-08 | Replace (Fascist)Firewall* with a new ReachableAddresses option that understa... | Nick Mathewson |
2005-08-08 | Note which directory server said 400 to a renddesc. | Nick Mathewson |
2005-08-07 | Generalize FirewallPorts to FirewallIPs so I can run happily when locked in n... | Nick Mathewson |
2005-07-22 | Initial, somewhat dodgy implementation of helper nodes. It has too many XXXX... | Nick Mathewson |
2005-07-12 | looks like we were never delivering deflated running-routers lists | Roger Dingledine |
2005-06-29 | Logic to implement rendezvous/introduction via unknown servers. | Nick Mathewson |
2005-06-22 | make the log message less scary when all the dirservers are | Roger Dingledine |