summaryrefslogtreecommitdiff
path: root/src/or/policies.c
AgeCommit message (Expand)Author
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-02-29whitespace fixRoger Dingledine
2012-02-17document a cool attack that we evaluatedRoger Dingledine
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-16fix crash bug in original feature4207 branchRoger Dingledine
2012-01-16Convert instances of tor_malloc+tor_snprintf into tor_asprintfNick Mathewson
2012-01-16Comment fixups on 4207 suggested by armaNick Mathewson
2012-01-13Allow authorities to baddir/badexit/invalid/reject nodes by ccNick Mathewson
2011-07-15Remove compare_addr_to_node_policyNick Mathewson
2011-07-15Treat null address as "unknown", not "rejected" in md policyNick Mathewson
2011-07-15Remove compare_addr_to_addr_policyNick Mathewson
2011-07-08Remove a redundant condition in compare_addr_to_node_policyNick Mathewson
2011-07-01Don't shadow parameters with local variablesNick Mathewson
2011-06-14Make the get_options() return constNick Mathewson
2011-06-14Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-08Don't use signed 1-bit bitfieldsSebastian Hahn
2011-03-06Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-03-06Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-03-06exit_policy_is_general_exit is IPv4 only; it should admit it.Nick Mathewson
2011-02-22Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-02-22Don't let bad DNS make exit policy and declared exit policy get out of syncNick Mathewson
2011-01-20Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-20Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-20Fix bounds-checking in policy_summarizeRobert Ransom
2011-01-06Use autoconf's FLEXIBLE_ARRAY_MEMBER for unspecified-length arraysNick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-10-15Remove "is this too slow?" XXXX comments for code not appearing in profilesNick Mathewson
2010-10-14Make check-spaces happySebastian Hahn
2010-10-13Implement node_set_exit_policy_to_reject_all with a flagNick Mathewson
2010-10-07Add some missing documentation for things added in nodes branchNick Mathewson
2010-10-01Implement policies for nodes (and for microdescriptors too)Nick Mathewson
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