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