aboutsummaryrefslogtreecommitdiff
path: root/src/or/policies.h
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'arma/ticket5528'Nick Mathewson2014-03-05
|\
| * use me->addr when adding our address to our exit policyRoger Dingledine2013-02-09
* | Increase POLICY_BUF_LEN to 72 to accomodate IPv6 exit policy items.Nick Mathewson2013-08-26
* | On END_REASON_EXITPOLICY, mark circuit as unusable for that address.Nick Mathewson2013-03-11
|/
* Update the copyright date to 201.Nick Mathewson2013-01-16
* Fix a bug in policy_is_reject_star() that was making IPv4 exits breakNick Mathewson2012-11-14
* Add an IPv6Exit configuration optionNick Mathewson2012-11-14
* Better policy support for IPv6Nick Mathewson2012-11-14
* Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-10-23
|\
| * Fix parse_short_policy (bug 7192.)Nick Mathewson2012-10-23
| * add a unit test to expose bug 7192Roger Dingledine2012-10-22
* | Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson2012-10-12
|/
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Remove compare_addr_to_node_policyNick Mathewson2011-07-15
* Remove compare_addr_to_addr_policyNick Mathewson2011-07-15
* Make the get_options() return constNick Mathewson2011-06-14
* Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-02-22
|\
| * Don't let bad DNS make exit policy and declared exit policy get out of syncNick Mathewson2011-02-22
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\|
| * Bump copyright statements to 2011 (0.2.2)Nick Mathewson2011-01-03
* | Implement policies for nodes (and for microdescriptors too)Nick Mathewson2010-10-01
* | Initial conversion to use node_t throughout our codebase.Nick Mathewson2010-10-01
* | Try to make most routerinfo_t interfaces constNick Mathewson2010-10-01
|/
* Fix typos, make all \brief's conformant, end sentences with a period.Linus Nordberg2010-07-28
* Create policies.hSebastian Hahn2010-07-27