summaryrefslogtreecommitdiff
path: root/src/or/router.c
AgeCommit message (Expand)Author
2005-10-18Refactor routerlist access slightly: always use router_get_by_routerlist(); c...Nick Mathewson
2005-10-17Downgrade a few INFO level logs to DEBUG again. Also add two or three newPeter Palfrader
2005-10-17start calling it *ListenAddress rather than *BindAddress,Roger Dingledine
2005-10-12Check if our IP address has changed every 5 minutes. If it has, update our s...Peter Palfrader
2005-10-12Do not check whether DirPort is reachable when we are suppressing it because ...Nick Mathewson
2005-10-07you can't declare variables in the middle of a blockRoger Dingledine
2005-10-06Make doxygen marginally happierNick Mathewson
2005-10-05Rate-limit warnings related to unrecognized MyFamily elements.Nick Mathewson
2005-10-04Check for named servers when looking them up by nickname;Nick Mathewson
2005-10-04link nicknames to trusted directory servers; log these nicknames when mention...Nick Mathewson
2005-09-30we were leaking some memory every time the client changes IPsRoger Dingledine
2005-09-30resolve a docdocRoger Dingledine
2005-09-29re-enable dirport testing againRoger Dingledine
2005-09-29Be more conservative about whether to advertise our dirport.Roger Dingledine
2005-09-23make the numbers in read-history and write-history into uint64s,Roger Dingledine
2005-09-16simplifyRoger Dingledine
2005-09-13correct "your server is reachable" log entries to indicate that it wasRoger Dingledine
2005-09-12Numerous changes to move towards client-side v2 directories.Nick Mathewson
2005-09-08Only caches download network-status for now, and they use a different strateg...Nick Mathewson
2005-09-08dirserv_add_descriptor() doesn't chew up its argument anymore,Roger Dingledine
2005-09-08strip obsolete codeRoger Dingledine
2005-09-07More stuff for new directories.Nick Mathewson
2005-09-03if you're an auth dir server, start yourself out as verified.Roger Dingledine
2005-08-31when we think a router is unreachable, pass the message back to theRoger Dingledine
2005-08-30refactor -- no actual changesRoger Dingledine
2005-08-26fix compile complaints (and a bug)Roger Dingledine
2005-08-26No need to load cached directory twiceNick Mathewson
2005-08-26Clean up the "add myself as a trusted dirserver" code.Nick Mathewson
2005-08-26Add quotes around filenames in src/orNick Mathewson
2005-08-26Add some documentation; move the signature generation logic into routerparse....Nick Mathewson
2005-08-26Make a new AssumeReachable config option that will publish anyway.Roger Dingledine
2005-08-25Start implementing the server side of the new directory protocol.Nick Mathewson
2005-08-24be much more conservative about logging reachability complaints.Roger Dingledine
2005-08-24Dirservers now do their own external reachability testing of eachRoger Dingledine
2005-08-23fix bad logic that has been lurking for eons, that now prevented usRoger Dingledine
2005-08-22Make DirPostPeriod config option obsolete.Roger Dingledine
2005-08-22Implement new (reduced-frequency) upload rules. arma, you should review this.Nick Mathewson
2005-08-08Replace (Fascist)Firewall* with a new ReachableAddresses option that understa...Nick Mathewson
2005-08-03Make clients regenerate their keys when their IP address changes.Nick Mathewson
2005-07-23Rename cross-format config.c stuff to config_* and or_options_t-specific stuf...Nick Mathewson
2005-07-15if you're an auth dir server, always publish your dirport,Roger Dingledine
2005-07-01forward-port the 0.1.0.11 stuffRoger Dingledine
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-06-09don't tell people you're publishing the server descriptor if you'reRoger Dingledine
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-09pay more attention to the ClientOnly config optionRoger Dingledine
2005-06-08don't upload your descriptor if rebuilding it failedRoger Dingledine
2005-05-27clean 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.10Roger Dingledine
2005-05-23i screwed up the dirport reachability testing when we don't yetRoger Dingledine
2005-05-17doxygeny goodness from tyranixRoger Dingledine