Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-20 | Run rectify_include_paths.py | Nick Mathewson | |
2018-06-20 | Update copyrights to 2018. | Nick Mathewson | |
2017-10-27 | Make sure all C files have copyright/license notices | Nick Mathewson | |
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. |