aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
AgeCommit message (Expand)Author
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
2005-03-15re-enable reachability testing stuff.Roger Dingledine
2005-03-11redefining default exit policy as per or-talk discussionGeoff Goodell
2005-02-28disable the reachability detection stuff in cvs, so people canRoger Dingledine
2005-02-27Checkpoint in-progress fixes:Roger Dingledine
2005-02-25Implement more control spec functionalityNick Mathewson
2005-02-22Change from inet_ntoa to a threadproof tor_inet_ntoa.Nick Mathewson
2005-02-11Do not try to double-aquire lock when rotating keys. May fix deadlock bug fo...Nick Mathewson
2005-02-11Free even more things on shutdown. Temporarily move tor_free_all out from #i...Nick Mathewson
2005-02-02reject more default filesharing ports by default.Roger Dingledine
2005-01-29accept LDAP (389/tcp) and LDAPS (636/tcp) in default exit policyRoger Dingledine
2005-01-29don't let a corrupt directory cache keep us from startingRoger Dingledine
2005-01-20Have reason string for serverdesc post requests contain actual serverdesc sta...Nick Mathewson
2005-01-10separate time_of_process_start from stats_n_seconds_uptime:Roger Dingledine
2005-01-04Nothing actually _uses_ socks_port, so why publish it? For backward compatibi...Nick Mathewson
2005-01-03Resolve task 42: find where 19-char nicknames were getting truncated when rea...Nick Mathewson
2004-12-130.0.9 broke hibernation. darn it.Roger Dingledine
2004-12-11when hibernating, don't advertise any portsRoger Dingledine