aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
Commit message (Expand)AuthorAge
* actually listen when we try to route our dir connection via tor.Roger Dingledine2005-11-19
* Start obeying our firewall options more rigorously:Roger Dingledine2005-11-19
* If we stop knowing about a dirserver between request and answer, do not die.Nick Mathewson2005-11-08
* On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson2005-11-05
* answer nick's XXX, and muck with some log domain choicesRoger Dingledine2005-11-01
* Fix a fun bug that was probably causing unnecessary downloads, and that coupl...Nick Mathewson2005-10-27
* Remove last vestiges of old logging interface.Nick Mathewson2005-10-25
* Change more files to new loggin interface. 3 left.Nick Mathewson2005-10-25
* Fix memory leak when retrieving networkstatus or routerdesc by malformed fing...Nick Mathewson2005-10-25
* Make dirserv_get_routerdescs() return better http 404 error messages instead ...Peter Palfrader2005-10-18
* Some http status lines ended in a dot, others did not. Make it all the same ...Peter Palfrader2005-10-18
* Downgrade a few INFO level logs to DEBUG again. Also add two or three newPeter Palfrader2005-10-17
* when providing content-type application/octet-stream for providingRoger Dingledine2005-10-17
* Make a few INFO log lines into DEBUGPeter Palfrader2005-10-17
* Enable trivial "download by descriptor digest" functionality.Nick Mathewson2005-10-14
* Try to extract as many descriptors as possible from truncated http responses....Nick Mathewson2005-10-14
* Allow tor_gzip_uncompress to extract as much as possible from truncated compr...Nick Mathewson2005-10-13
* authorities do not replace server descriptors where nothing semantically rele...Nick Mathewson2005-10-12
* improve INFO-level logging for directory downloads. This is still too chatty...Nick Mathewson2005-10-05
* size_t int printf muckingRoger Dingledine2005-10-05
* Downgrade noisy log messages in preparation for an alpha release.Nick Mathewson2005-10-05
* Give a less frequent and more helpful warning on failed serverdesc downloadsNick Mathewson2005-10-05
* When we get an EOF or a timeout on a directory connection, note how many byte...Nick Mathewson2005-10-04
* Resolve several DOCDOCs. Make non-mirrors only launch routerdesc downloads w...Nick Mathewson2005-09-30
* resolve nick's commentRoger Dingledine2005-09-30
* Note that there is incorrect behavior in directory.c code. Arma, please chec...Nick Mathewson2005-09-30
* Reformat inconsistent function declarations.Nick Mathewson2005-09-30
* do the other half of dirport reachability testing.Roger Dingledine2005-09-29
* better cleanups as i figure out what's going onRoger Dingledine2005-09-29
* move some code around when we're succeeding or failing at fetchingRoger Dingledine2005-09-29
* Fix crash-on-wakeup bug in networkstatus download.Nick Mathewson2005-09-26
* Log even less verbosely. Also, do not download old (frequently-updating) ser...Nick Mathewson2005-09-23
* Fix at least one overzealous download bug. (tor_malloc_zero new local_routers...Nick Mathewson2005-09-23
* I love the smell of C in the morning. Make router-download rules smarter (do...Nick Mathewson2005-09-22
* Use a separate type for "local view of router status". Also, even though I to...Nick Mathewson2005-09-22
* content-type bugfixes:Roger Dingledine2005-09-22
* Make give-up-on-failure actually work: it seems the servers gave me a real te...Nick Mathewson2005-09-18
* Prevent a "try forever to download an unobtainable descriptor" bug. Still re...Nick Mathewson2005-09-18
* Remove a bunch of #if0d code that I no longer need to look at.Nick Mathewson2005-09-16
* Resolve/expand some XXXXs and improve a log message or twoNick Mathewson2005-09-16
* Add a missing returnNick Mathewson2005-09-16
* Unify our "figure out which fingerprints we were downloading" code.Nick Mathewson2005-09-16
* Add some (notice, for now) log messages that imply confusing things are happe...Nick Mathewson2005-09-15
* And some documentation before bed.Nick Mathewson2005-09-15
* Stop downloading directories and download routers instead. This still needs ...Nick Mathewson2005-09-15
* Big commit: clients start downloading and using network-statuses.Nick Mathewson2005-09-14
* bugfix: when we try to determine the reachability of our dirport,Roger Dingledine2005-09-14
* add docs, fix whitespace, and make ANY rule in routerparse a little tighter.Nick Mathewson2005-09-13
* be more thorough about noticing when a directory request has failed:Roger Dingledine2005-09-12
* Numerous changes to move towards client-side v2 directories.Nick Mathewson2005-09-12