aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_accounting.c
AgeCommit message (Collapse)Author
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2017-10-27Make sure all C files have copyright/license noticesNick Mathewson
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.