Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-08 | Added AccountRule in and AccountingRule out options | unixninja92 | |
2014-09-29 | Avoid frequent strcmp() calls for AccountingRule | Nick 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-29 | Add an "AccountingRule" feature to permit limiting bw usage by read+write | Nick Mathewson | |
Patch from "chobe". Closes ticket 961. |