| Commit message (Expand) | Author | Age |
* | try to detect an assert error earlier | Roger Dingledine | 2006-01-17 |
* | Indirect access to the signed_descriptor field to make it easier to keep them... | Nick Mathewson | 2006-01-12 |
* | balance the reachability testing so a smidgen of it happens | Roger Dingledine | 2006-01-10 |
* | remove typo | Roger Dingledine | 2006-01-08 |
* | Fix bug where OPs would try to generate descriptor and crash. | Nick Mathewson | 2006-01-06 |
* | Bugfix: dyndns tor servers were needing to wait 18 hours before they | Roger Dingledine | 2006-01-03 |
* | Bite the bullet and limit all our source lines to 80 characters, the way IBM ... | Nick Mathewson | 2005-12-14 |
* | when we changed from log_fn to debug/info/notice/warn/err, | Roger Dingledine | 2005-12-10 |
* | remove some functions that are not used; #if0 out some files that are not lik... | Nick Mathewson | 2005-11-30 |
* | Rename connection_get_by_identity_digest to reflect that it is OR-only. Make... | Nick Mathewson | 2005-11-30 |
* | Recover better from TCP connections to Tor servers that are broken but | Roger Dingledine | 2005-11-19 |
* | Remove ip address change flapping detection. It is not really needed and I d... | Peter Palfrader | 2005-11-18 |
* | On directory servers, old_routers was wasting hundreds of bytes per supersede... | Nick Mathewson | 2005-11-05 |
* | more doc cleanups and reorganizing | Roger Dingledine | 2005-11-01 |
* | Remove last vestiges of old logging interface. | Nick Mathewson | 2005-10-25 |
* | Convert circuituse, command, config, connection, relay, router, test to new l... | Nick Mathewson | 2005-10-25 |
* | Use LD_BUG as appropriate; convert rend* and router* to new logging interface... | Nick Mathewson | 2005-10-24 |
* | Avoid potential infinite recursion when building a descriptor | Nick Mathewson | 2005-10-24 |
* | Refactor routerlist access slightly: always use router_get_by_routerlist(); c... | Nick Mathewson | 2005-10-18 |
* | Downgrade a few INFO level logs to DEBUG again. Also add two or three new | Peter Palfrader | 2005-10-17 |
* | start calling it *ListenAddress rather than *BindAddress, | Roger Dingledine | 2005-10-17 |
* | Check if our IP address has changed every 5 minutes. If it has, update our s... | Peter Palfrader | 2005-10-12 |
* | Do not check whether DirPort is reachable when we are suppressing it because ... | Nick Mathewson | 2005-10-12 |
* | you can't declare variables in the middle of a block | Roger Dingledine | 2005-10-07 |
* | Make doxygen marginally happier | Nick Mathewson | 2005-10-06 |
* | Rate-limit warnings related to unrecognized MyFamily elements. | Nick Mathewson | 2005-10-05 |
* | Check for named servers when looking them up by nickname; | Nick Mathewson | 2005-10-04 |
* | link nicknames to trusted directory servers; log these nicknames when mention... | Nick Mathewson | 2005-10-04 |
* | we were leaking some memory every time the client changes IPs | Roger Dingledine | 2005-09-30 |
* | resolve a docdoc | Roger Dingledine | 2005-09-30 |
* | re-enable dirport testing again | Roger Dingledine | 2005-09-29 |
* | Be more conservative about whether to advertise our dirport. | Roger Dingledine | 2005-09-29 |
* | make the numbers in read-history and write-history into uint64s, | Roger Dingledine | 2005-09-23 |
* | simplify | Roger Dingledine | 2005-09-16 |
* | correct "your server is reachable" log entries to indicate that it was | Roger Dingledine | 2005-09-13 |
* | Numerous changes to move towards client-side v2 directories. | Nick Mathewson | 2005-09-12 |
* | Only caches download network-status for now, and they use a different strateg... | Nick Mathewson | 2005-09-08 |
* | dirserv_add_descriptor() doesn't chew up its argument anymore, | Roger Dingledine | 2005-09-08 |
* | strip obsolete code | Roger Dingledine | 2005-09-08 |
* | More stuff for new directories. | Nick Mathewson | 2005-09-07 |
* | if you're an auth dir server, start yourself out as verified. | Roger Dingledine | 2005-09-03 |
* | when we think a router is unreachable, pass the message back to the | Roger Dingledine | 2005-08-31 |
* | refactor -- no actual changes | Roger Dingledine | 2005-08-30 |
* | fix compile complaints (and a bug) | Roger Dingledine | 2005-08-26 |
* | No need to load cached directory twice | Nick Mathewson | 2005-08-26 |
* | Clean up the "add myself as a trusted dirserver" code. | Nick Mathewson | 2005-08-26 |
* | Add quotes around filenames in src/or | Nick Mathewson | 2005-08-26 |
* | Add some documentation; move the signature generation logic into routerparse.... | Nick Mathewson | 2005-08-26 |
* | Make a new AssumeReachable config option that will publish anyway. | Roger Dingledine | 2005-08-26 |
* | Start implementing the server side of the new directory protocol. | Nick Mathewson | 2005-08-25 |