Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-12 | Update copyrights to 2021, using "make update-copyright" | Nick Mathewson | |
2020-01-09 | Merge branch 'pre_formatter_cleanups_squashed' | Nick Mathewson | |
2020-01-09 | lib/conf: include torint.h in files that use it. | Nick Mathewson | |
This frees us from some dependencies on include order. | |||
2020-01-08 | It's 2020. Update the copyright dates with "make update-copyright" | Nick Mathewson | |
2019-10-26 | Rename confparse.[ch] identifiers to confmgt.[ch] identifiers. | Nick Mathewson | |
This is an automated commit, generated by this command: ./scripts/maint/rename_c_identifier.py \ confparse.h confmgt.h \ confparse.c confmgt.c \ CONFPARSE_PRIVATE CONFMGT_PRIVATE \ TOR_CONFPARSE_H TOR_CONFMGT_H | |||
2019-10-22 | Re-run make autostyle. | Nick Mathewson | |
2019-10-22 | conftesting.h: when COCCI is defined, disable unhandled macros | Nick Mathewson | |
2019-06-25 | Add a "flags" member to config_var_t | Nick Mathewson | |
Additionally, adjust the macros so that we can add new members like this more easily. | |||
2019-06-25 | Move responsibility for config var macros | Nick Mathewson | |
The testing-only parts now live in a conftesting.h; the shared parts of the macros live in confmacros.h |