aboutsummaryrefslogtreecommitdiff
path: root/src/or/policies.c
AgeCommit message (Expand)Author
2010-10-01Initial conversion to use node_t throughout our codebase.Nick Mathewson
2010-10-01Try to make most routerinfo_t interfaces constNick Mathewson
2010-08-16Fix misplaced labelsSebastian Hahn
2010-07-27Create routerparse.hSebastian Hahn
2010-07-27Create policies.hSebastian Hahn
2010-07-27Create dirserv.hSebastian Hahn
2010-07-27Create config.hSebastian Hahn
2010-07-18Make the controller act more usefully when GETINFO failsNick Mathewson
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-02-09Speed up the execution of exit_policy_is_general_exit_helper()Sebastian Hahn
2010-02-080/8 doesn't count as a /8 subnet towards an Exit flagSebastian Hahn
2010-02-03Trivial doc fix for exit_policy_is_general_exit_helperNick Mathewson
2010-02-03Don't assign Exit flag incorrectlySebastian Hahn
2010-01-15remove redundant validate_addr_policies() checksRoger Dingledine
2009-12-12*_free functions now accept NULLSebastian Hahn
2009-10-27Fix bug 1113.Karsten Loesing
2009-06-05Avoid a memory corruption problem related to "private" in DirPolicy.Nick Mathewson
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-04Update copyright to 2009.Karsten Loesing
2009-03-09Log cached-at-exit exit policies to try to fix bug 672.tor-0.2.1.13-alphaNick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-29Switch address comparisons in policies to be exact rather than semantic. Unt...Nick Mathewson
2008-12-29Refactor some exit-policy-related functions that showed up in oprofile.Nick Mathewson
2008-12-22Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson
2008-12-22Add DOCDOC comments for all undocumented functions. Add missing *s to other ...Nick Mathewson
2008-12-18Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p...Nick Mathewson
2008-11-07Remove bug 811/845 debugging codeNick Mathewson
2008-11-03Add some debugging logs for bug 811/845.Nick Mathewson
2008-09-13Allow ports 465 and 587 in the default exit policy again. We hadRoger Dingledine
2008-09-09We should not alter an addr_policy_t that has been canonicalized.Nick Mathewson
2008-09-05Fix a malloc that should have been a tor_mallocNick Mathewson
2008-09-05Fix numerous memory leaks: some were almost impossible to trigger, and some a...Nick Mathewson
2008-08-14If we are lucky the whitespace nazis will not have noticed these things yetPeter Palfrader
2008-08-14Having a reject-all policy summarized with a lack of summary is stupid. Expl...Peter Palfrader
2008-08-14This bunch of functions really should be staticPeter Palfrader
2008-08-13Fix an overflow when counting rejects for *, truncate exit summaries after 10...Peter Palfrader
2008-08-13Think of the poor children in Antarctica who still have to work on 4" screensPeter Palfrader
2008-08-13Also special case "accept 1-65535" case, do not leak in non-exit casePeter Palfrader
2008-08-13Return NULL for policies that do not allow any exitsPeter Palfrader
2008-08-13Fix condition statement for accept items, fix two assertsPeter Palfrader
2008-08-13Make sure we don't run off the end of the listPeter Palfrader
2008-08-13Move policy_summarize() prototype to or.hPeter Palfrader
2008-08-13Create string representation of exit summariesPeter Palfrader
2008-08-13Nickm says I'm going to hell, but if I write that in a comment he might just ...Peter Palfrader
2008-08-13implement policy_summary_accept and policy_summary_reject together with a set...Peter Palfrader
2008-08-13Start with exit policy summariesPeter Palfrader
2008-08-05 r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400Nick Mathewson
2008-08-03Fix a bug when generating router descriptors: The address part of exit polici...Karsten Loesing
2008-07-25 r17391@pc-10-8-1-079: nickm | 2008-07-25 17:11:17 +0200Nick Mathewson