summaryrefslogtreecommitdiff
path: root/src/or/router.c
AgeCommit message (Expand)Author
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
2004-12-04Add function to check that addr_policy_t is okay; change struct addr_policy_t...Nick Mathewson
2004-12-02clean up 3 more underflow possibilitiesRoger Dingledine
2004-12-02fix redundant (and dangerous) NUL terminationRoger Dingledine
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-28accept *:706 (silc) by defaultRoger Dingledine
2004-11-28wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-25Clarify a bunch of log messagesNick Mathewson
2004-11-22Normalize a few more kinds of whitespace. We now dislike:Nick Mathewson
2004-11-22Compile cleanly on windows; prevent some insane bandwidth cases (e.g., "Bandw...Nick Mathewson