summaryrefslogtreecommitdiff
path: root/src/or/directory.c
AgeCommit message (Expand)Author
2005-11-19actually listen when we try to route our dir connection via tor.Roger Dingledine
2005-11-19Start obeying our firewall options more rigorously:Roger Dingledine
2005-11-08If we stop knowing about a dirserver between request and answer, do not die.Nick Mathewson
2005-11-05On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson
2005-11-01answer nick's XXX, and muck with some log domain choicesRoger Dingledine
2005-10-27Fix a fun bug that was probably causing unnecessary downloads, and that coupl...Nick Mathewson
2005-10-25Remove last vestiges of old logging interface.Nick Mathewson
2005-10-25Change more files to new loggin interface. 3 left.Nick Mathewson
2005-10-25Fix memory leak when retrieving networkstatus or routerdesc by malformed fing...Nick Mathewson
2005-10-18Make dirserv_get_routerdescs() return better http 404 error messages instead ...Peter Palfrader
2005-10-18Some http status lines ended in a dot, others did not. Make it all the same ...Peter Palfrader
2005-10-17Downgrade a few INFO level logs to DEBUG again. Also add two or three newPeter Palfrader
2005-10-17when providing content-type application/octet-stream for providingRoger Dingledine
2005-10-17Make a few INFO log lines into DEBUGPeter Palfrader
2005-10-14Enable trivial "download by descriptor digest" functionality.Nick Mathewson
2005-10-14Try to extract as many descriptors as possible from truncated http responses....Nick Mathewson
2005-10-13Allow tor_gzip_uncompress to extract as much as possible from truncated compr...Nick Mathewson
2005-10-12authorities do not replace server descriptors where nothing semantically rele...Nick Mathewson
2005-10-05improve INFO-level logging for directory downloads. This is still too chatty...Nick Mathewson
2005-10-05size_t int printf muckingRoger Dingledine
2005-10-05Downgrade noisy log messages in preparation for an alpha release.Nick Mathewson
2005-10-05Give a less frequent and more helpful warning on failed serverdesc downloadsNick Mathewson
2005-10-04When we get an EOF or a timeout on a directory connection, note how many byte...Nick Mathewson
2005-09-30Resolve several DOCDOCs. Make non-mirrors only launch routerdesc downloads w...Nick Mathewson
2005-09-30resolve nick's commentRoger Dingledine
2005-09-30Note that there is incorrect behavior in directory.c code. Arma, please chec...Nick Mathewson
2005-09-30Reformat inconsistent function declarations.Nick Mathewson
2005-09-29do the other half of dirport reachability testing.Roger Dingledine
2005-09-29better cleanups as i figure out what's going onRoger Dingledine
2005-09-29move some code around when we're succeeding or failing at fetchingRoger Dingledine
2005-09-26Fix crash-on-wakeup bug in networkstatus download.Nick Mathewson
2005-09-23Log even less verbosely. Also, do not download old (frequently-updating) ser...Nick Mathewson
2005-09-23Fix at least one overzealous download bug. (tor_malloc_zero new local_routers...Nick Mathewson
2005-09-22I love the smell of C in the morning. Make router-download rules smarter (do...Nick Mathewson
2005-09-22Use a separate type for "local view of router status". Also, even though I to...Nick Mathewson
2005-09-22content-type bugfixes:Roger Dingledine
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