Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'bug8240_v2_squashed' into maint-0.2.4•••Conflicts: doc/tor.1.txt src/or/circuitbuild.c src/or/config.c src/or/or.h | Nick Mathewson | 2013-03-19 |
* | Make a parse_config_line_from_str variant that gives error messages•••Without this patch, there's no way to know what went wrong when we fail to parse a torrc line entirely (that is, we can't turn it into a K,V pair.) This patch introduces a new function that yields an error message on failure, so we can at least tell the user what to look for in their nonfunctional torrc. (Actually, it's the same function as before with a new name: parse_config_line_from_str is now a wrapper macro that the unit tests use.) Fixes bug 7950; fix on 0.2.0.16-alpha (58de695f9062576f) which first introduced the possibility of a torrc value not parsing correctly. | Nick Mathewson | 2013-02-19 |
* | Update the copyright date to 201. | Nick Mathewson | 2013-01-16 |
* | Split the routerset code out of routerlist.c | Nick Mathewson | 2012-09-14 |
* | Remove all remaining spurious or_options_t invocations in confparse.c | Nick Mathewson | 2012-09-13 |
* | Split the generic config_fmt_t code into a new confparse.c file•••This helps us split up one of our larger files, and sets the stage for refactoring the configuration backend a little | Nick Mathewson | 2012-09-13 |