summaryrefslogtreecommitdiff
path: root/src/or/router.c
AgeCommit message (Expand)Author
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
2005-05-14Append default exit policy before checking for implicit internal addresses: f...Nick Mathewson
2005-05-09Patch from goodell for task 131: Do not die on internal address if we are not...Nick Mathewson
2005-05-07Functions work better when you call them. Resolve a bug which would prevent u...Nick Mathewson
2005-05-03first iteration of scrubbing sensitive strings from logs.Roger Dingledine
2005-05-02Remove support for looking at old directory/routerdesc elements; mark non-new...Nick Mathewson
2005-04-21add geoff's NoPublish patchRoger Dingledine
2005-04-02We're printing the host mask wrong in exit policies in server descriptors.Roger Dingledine
2005-04-01update copyright notices.Nick Mathewson
2005-04-01when you decide you're reachable, actually publish your descriptorRoger Dingledine
2005-04-01fix assert: if our dirport isn't reachable yet, don't trickRoger Dingledine
2005-04-01authdirservers shouldn't do orport reachability detection,Roger Dingledine
2005-03-31still publish your descriptor if orport is reachable but dirport isn'tRoger Dingledine
2005-03-27but only do the rapid reachability testing if we're hoping to be a server.Roger Dingledine
2005-03-26make it clearer to the human that his server is testingRoger Dingledine
2005-03-22options->MaxAdvertisedBandwidth only replaces advertisedRoger Dingledine
2005-03-22Implement an option to cap bandwidth-to-advertise. Arma: can you improve the ...Nick Mathewson
2005-03-22Add opt hibernating; fix bug 78Nick Mathewson
2005-03-22Implement controller's "extendcircuit" directive.Roger Dingledine
2005-03-19stop logging at -l notice every single time a create cell successfullyRoger Dingledine
2005-03-19Turn addr_policy_compare from a tristate to a quadstate; this should help add...Nick Mathewson
2005-03-17Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson