aboutsummaryrefslogtreecommitdiff
path: root/src/or/policies.c
Commit message (Collapse)AuthorAge
* bugfix in exit_policy_is_general_exit() that weasel found.Roger Dingledine2006-06-13
| | | | | | | this time for sure! svn:r6617
* export the default exit policy via the control port, so controllersRoger Dingledine2006-06-13
| | | | | | | don't need to guess what it is / will be later. svn:r6615
* reintroduce the logic to exit_policy_is_general_exit() to countRoger Dingledine2006-06-13
| | | | | | | how many ports are allowd. require two ports open, not just one. svn:r6609
* Make the Exit tag in status documents actually work in head tooPeter Palfrader2006-06-12
| | | | svn:r6608
* Fix a couple of things that make GCC complain with verbose warnings on. ↵Nick Mathewson2006-04-08
| | | | | | Also, fix some whitespace. svn:r6317
* Refactor and consolidate addr/exit policies into a new policies.c.Roger Dingledine2006-03-27
Fix some minor bugs and memory leaks along the way. svn:r6246