aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_accounting.c
AgeCommit message (Collapse)Author
2016-01-08Added AccountRule in and AccountingRule out optionsunixninja92
2014-09-29Avoid frequent strcmp() calls for AccountingRuleNick Mathewson
Generally, we don't like to parse the same thing over and over; it's best IMO to do it once at the start of the code.
2014-09-29Add an "AccountingRule" feature to permit limiting bw usage by read+writeNick Mathewson
Patch from "chobe". Closes ticket 961.