Age | Commit message (Expand) | Author |
2005-10-18 | Refactor routerlist access slightly: always use router_get_by_routerlist(); c... | Nick Mathewson |
2005-10-17 | 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-12 | 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-07 | you can't declare variables in the middle of a block | Roger Dingledine |
2005-10-06 | Make doxygen marginally happier | Nick Mathewson |
2005-10-05 | Rate-limit warnings related to unrecognized MyFamily elements. | Nick Mathewson |
2005-10-04 | 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-09-30 | we were leaking some memory every time the client changes IPs | Roger Dingledine |
2005-09-30 | resolve a docdoc | Roger Dingledine |
2005-09-29 | re-enable dirport testing again | Roger Dingledine |
2005-09-29 | Be more conservative about whether to advertise our dirport. | Roger Dingledine |
2005-09-23 | make the numbers in read-history and write-history into uint64s, | Roger Dingledine |
2005-09-16 | simplify | Roger Dingledine |
2005-09-13 | correct "your server is reachable" log entries to indicate that it was | Roger Dingledine |
2005-09-12 | Numerous changes to move towards client-side v2 directories. | Nick Mathewson |
2005-09-08 | 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-07 | More stuff for new directories. | Nick Mathewson |
2005-09-03 | if you're an auth dir server, start yourself out as verified. | Roger Dingledine |
2005-08-31 | when we think a router is unreachable, pass the message back to the | Roger Dingledine |
2005-08-30 | refactor -- no actual changes | Roger Dingledine |
2005-08-26 | 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-25 | Start implementing the server side of the new directory protocol. | Nick Mathewson |
2005-08-24 | be much more conservative about logging reachability complaints. | Roger Dingledine |
2005-08-24 | Dirservers now do their own external reachability testing of each | Roger Dingledine |
2005-08-23 | fix bad logic that has been lurking for eons, that now prevented us | Roger Dingledine |
2005-08-22 | Make DirPostPeriod config option obsolete. | Roger Dingledine |
2005-08-22 | Implement new (reduced-frequency) upload rules. arma, you should review this. | Nick Mathewson |
2005-08-08 | Replace (Fascist)Firewall* with a new ReachableAddresses option that understa... | Nick Mathewson |
2005-08-03 | Make clients regenerate their keys when their IP address changes. | Nick Mathewson |
2005-07-23 | Rename cross-format config.c stuff to config_* and or_options_t-specific stuf... | Nick Mathewson |
2005-07-15 | if you're an auth dir server, always publish your dirport, | Roger Dingledine |
2005-07-01 | forward-port the 0.1.0.11 stuff | Roger Dingledine |
2005-06-11 | Docment or add DOCDOC comments to undocumented functions in src/or. Make fun... | Nick Mathewson |
2005-06-09 | don't tell people you're publishing the server descriptor if you're | Roger Dingledine |
2005-06-09 | Change end-of-file NLNL convention. It turns out arma I and I agree. | Nick Mathewson |
2005-06-09 | pay more attention to the ClientOnly config option | Roger Dingledine |
2005-06-08 | don't upload your descriptor if rebuilding it failed | Roger Dingledine |
2005-05-27 | clean up a few more log entriestor-0.1.0.9-rctor-0.1.0.14tor-0.1.0.13tor-0.1.0.12tor-0.1.0.11tor-0.1.0.10 | Roger Dingledine |
2005-05-23 | i screwed up the dirport reachability testing when we don't yet | Roger Dingledine |
2005-05-17 | doxygeny goodness from tyranix | Roger Dingledine |