tor/src/lib/confmgt
Nick Mathewson 16dffa523e Rename confparse.[ch] identifiers to confmgt.[ch] identifiers.
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-26 10:09:03 -04:00
..
.may_include Add new entries to lib/confmgt ".may_include" file 2019-09-11 10:13:57 -04:00
confmgt.c Rename confparse.[ch] identifiers to confmgt.[ch] identifiers. 2019-10-26 10:09:03 -04:00
confmgt.h Rename confparse.[ch] identifiers to confmgt.[ch] identifiers. 2019-10-26 10:09:03 -04:00
include.am Rename confparse.[ch] to confmgt.[ch] 2019-10-26 10:07:14 -04:00
structvar.c Merge branch 'tor-github/pr/1296' 2019-09-11 09:42:31 -04:00
structvar.h Merge branch 'tor-github/pr/1296' 2019-09-11 09:42:31 -04:00
type_defs.c Add comments to try to prevent recurrence of #31495. 2019-10-01 09:45:12 -04:00
type_defs.h Add a "typed_var" abstraction to implement lvalue access in C. 2019-06-24 17:50:43 -04:00
typedvar.c Replace low-level {var_type,struct_var}_is_*() with flag inspection 2019-09-11 09:42:19 -04:00
typedvar.h Replace low-level {var_type,struct_var}_is_*() with flag inspection 2019-09-11 09:42:19 -04:00
unitparse.c Add unit tests for the unitparse.c module. 2019-06-24 17:50:43 -04:00
unitparse.h Move unit-parsing code to src/lib/confmgt 2019-06-24 15:11:57 -04:00
var_type_def_st.h Add comments to try to prevent recurrence of #31495. 2019-10-01 09:45:12 -04:00