Age | Commit message (Expand) | Author |
2006-01-12 | Indirect access to the signed_descriptor field to make it easier to keep them... | Nick Mathewson |
2006-01-10 | #undef FOO is cleaner than #define FOO_XX | Nick Mathewson |
2006-01-10 | Fix bug 221 and bug 201: For 221, check return value from connection_add() wh... | Nick Mathewson |
2006-01-09 | Instrument directory client bytes as well as server bytes. | Nick Mathewson |
2006-01-08 | Make instrmentation code a little cleaner. | Nick Mathewson |
2006-01-08 | remove the loud logging of busted rendezvous descriptors | Roger Dingledine |
2006-01-08 | Instrument how many directory bytes we are serving in what kind of request. | Nick Mathewson |
2006-01-06 | Dont call directory_get_from_dirserver when you have a particular dirserver i... | Nick Mathewson |
2006-01-06 | Directory authorities should go to the proper authority when asking for a net... | Nick Mathewson |
2005-12-29 | log how big the failed rend descriptor is, and if it's small, log | Roger Dingledine |
2005-12-29 | when we reject a rend descriptor, tell us where it came from. | Roger Dingledine |
2005-12-27 | Implement new directory logic: download by descriptor digest, not by key dige... | Nick Mathewson |
2005-12-18 | fix a ! that got left out | Roger Dingledine |
2005-12-15 | fix typo | Roger Dingledine |
2005-12-15 | Do not mark directories as down simply because they dont have the router desc... | Nick Mathewson |
2005-12-15 | Clean fake_status a bit. Switch from has_fetched_directory to have_minimum_d... | Nick Mathewson |
2005-12-14 | Choose directory servers from routerstatus list, not from routerinfo list. T... | Nick Mathewson |
2005-12-14 | Bite the bullet and limit all our source lines to 80 characters, the way IBM ... | Nick Mathewson |
2005-12-10 | when we changed from log_fn to debug/info/notice/warn/err, | Roger Dingledine |
2005-12-10 | crank the max line limit down to 150 chars. | Roger Dingledine |
2005-12-09 | In my private little universe, terminals are still 80 columns. Impose a 160-... | Nick Mathewson |
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 |