Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-08 | Convert the rest of src/common's headers to use FREE_AND_NULL | Nick Mathewson | |
2017-10-31 | Merge branch 'fix-torrcd-sandbox-22605v2' | Nick Mathewson | |
2017-09-15 | Run our #else/#endif annotator on our source code. | Nick Mathewson | |
2017-08-30 | Adds files included by torrc and defaults to sandbox filter #22605 | Daniel Pinto | |
2017-05-18 | Add support for %include funcionality on torrc #1922 | Daniel Pinto | |
config_get_lines is now split into two functions: - config_get_lines which is the same as before we had %include - config_get_lines_include which actually processes %include | |||
2017-04-15 | Add a config_line_prepend() function | Nick Mathewson | |
2017-04-04 | Move config line parsing function to confline.c | Nick Mathewson | |
2017-04-04 | Move config_line_t functions from confparse.c into common. | Nick Mathewson | |
I'm doing this to storagedir to used config_line_t. |