aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
Commit message (Expand)AuthorAge
* refactor -- no actual changesRoger Dingledine2005-08-30
* fix compile complaints (and a bug)Roger Dingledine2005-08-26
* No need to load cached directory twiceNick Mathewson2005-08-26
* Clean up the "add myself as a trusted dirserver" code.Nick Mathewson2005-08-26
* Add quotes around filenames in src/orNick Mathewson2005-08-26
* Add some documentation; move the signature generation logic into routerparse....Nick Mathewson2005-08-26
* Make a new AssumeReachable config option that will publish anyway.Roger Dingledine2005-08-26
* Start implementing the server side of the new directory protocol.Nick Mathewson2005-08-25
* be much more conservative about logging reachability complaints.Roger Dingledine2005-08-24
* Dirservers now do their own external reachability testing of eachRoger Dingledine2005-08-24
* fix bad logic that has been lurking for eons, that now prevented usRoger Dingledine2005-08-23
* Make DirPostPeriod config option obsolete.Roger Dingledine2005-08-22
* Implement new (reduced-frequency) upload rules. arma, you should review this.Nick Mathewson2005-08-22
* Replace (Fascist)Firewall* with a new ReachableAddresses option that understa...Nick Mathewson2005-08-08
* Make clients regenerate their keys when their IP address changes.Nick Mathewson2005-08-03
* Rename cross-format config.c stuff to config_* and or_options_t-specific stuf...Nick Mathewson2005-07-23
* if you're an auth dir server, always publish your dirport,Roger Dingledine2005-07-15
* forward-port the 0.1.0.11 stuffRoger Dingledine2005-07-01
* Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson2005-06-11
* don't tell people you're publishing the server descriptor if you'reRoger Dingledine2005-06-09
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* pay more attention to the ClientOnly config optionRoger Dingledine2005-06-09
* don't upload your descriptor if rebuilding it failedRoger Dingledine2005-06-08
* clean up a few more log entriesRoger Dingledine2005-05-27
* i screwed up the dirport reachability testing when we don't yetRoger Dingledine2005-05-23
* doxygeny goodness from tyranixRoger Dingledine2005-05-17
* Append default exit policy before checking for implicit internal addresses: f...Nick Mathewson2005-05-14
* Patch from goodell for task 131: Do not die on internal address if we are not...Nick Mathewson2005-05-09
* Functions work better when you call them. Resolve a bug which would prevent u...Nick Mathewson2005-05-07
* first iteration of scrubbing sensitive strings from logs.Roger Dingledine2005-05-03
* Remove support for looking at old directory/routerdesc elements; mark non-new...Nick Mathewson2005-05-02
* add geoff's NoPublish patchRoger Dingledine2005-04-21
* We're printing the host mask wrong in exit policies in server descriptors.Roger Dingledine2005-04-02
* update copyright notices.Nick Mathewson2005-04-01
* when you decide you're reachable, actually publish your descriptorRoger Dingledine2005-04-01
* fix assert: if our dirport isn't reachable yet, don't trickRoger Dingledine2005-04-01
* authdirservers shouldn't do orport reachability detection,Roger Dingledine2005-04-01
* still publish your descriptor if orport is reachable but dirport isn'tRoger Dingledine2005-03-31
* but only do the rapid reachability testing if we're hoping to be a server.Roger Dingledine2005-03-27
* make it clearer to the human that his server is testingRoger Dingledine2005-03-26
* options->MaxAdvertisedBandwidth only replaces advertisedRoger Dingledine2005-03-22
* Implement an option to cap bandwidth-to-advertise. Arma: can you improve the ...Nick Mathewson2005-03-22
* Add opt hibernating; fix bug 78Nick Mathewson2005-03-22
* Implement controller's "extendcircuit" directive.Roger Dingledine2005-03-22
* stop logging at -l notice every single time a create cell successfullyRoger Dingledine2005-03-19
* Turn addr_policy_compare from a tristate to a quadstate; this should help add...Nick Mathewson2005-03-19
* Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson2005-03-17
* re-enable reachability testing stuff.Roger Dingledine2005-03-15
* redefining default exit policy as per or-talk discussionGeoff Goodell2005-03-11
* disable the reachability detection stuff in cvs, so people canRoger Dingledine2005-02-28