summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-24Remove src/core/ and src/feature dependencies from confparse.cNick Mathewson
2019-07-24Make config_var and config_fmt const.Nick Mathewson
2019-07-24Refactor handling of TestingTorNetworkNick Mathewson
2019-06-25Make "invisibility" and "undumpability" properties of variables.Nick Mathewson
2019-06-25Turn several properties of types or variables into flags.Nick Mathewson
2019-06-25Extend macros to allow flag arguments.Nick Mathewson
2019-06-25Add a "flags" member to config_var_tNick Mathewson
2019-06-25Move responsibility for config var macrosNick Mathewson
2019-06-25Move config_var_t info conftypes.hNick Mathewson
2019-06-25changes file for ticket 30914Nick Mathewson
2019-06-25A few more test cases and unreachable linesNick Mathewson
2019-06-25Add a function to make sure all values in a config object are okNick Mathewson
2019-06-25Use structvar to find the types for config vars.Nick Mathewson
2019-06-25Use struct_var_{copy,eq} in confparse.c.Nick Mathewson
2019-06-25Use struct_magic_decl to verify magic numbers in config objectsNick Mathewson
2019-06-25Port confparse to use struct_var in place of typed_var.Nick Mathewson
2019-06-25Add new "struct_var_" functions to manipulate struct fields.Nick Mathewson
2019-06-24Partially port routerset to being a full-fledged config type again.Nick Mathewson
2019-06-24Add unit tests for the unitparse.c module.Nick Mathewson
2019-06-24Further clarify our clarification about the type of POSINTNick Mathewson
2019-06-24Add a "typed_var" abstraction to implement lvalue access in C.Nick Mathewson
2019-06-24Add a function to append an existing line to a config line list.Nick Mathewson
2019-06-24Move unit-parsing code to src/lib/confmgtNick Mathewson
2019-06-24Start moving types that will be used for config vars to lib/confNick Mathewson
2019-06-24checkSpace.pl: Allow 'bool' before a space and an open-parenNick Mathewson
2019-06-24Merge branch 'maint-0.4.1'Nick Mathewson
2019-06-24Merge remote-tracking branch 'tor-github/pr/1131'Nick Mathewson
2019-06-24Merge remote-tracking branch 'tor-github/pr/1130' into maint-0.4.1Nick Mathewson
2019-06-24Merge branch 'maint-0.4.1'Nick Mathewson
2019-06-24bump to 0.4.1.3-alphaNick Mathewson
2019-06-24stats: Split extrainfo_dump_to_string() into smaller functions.teor
2019-06-24Merge branch 'bug30956_041' into bug30956_masterteor
2019-06-24stats: Always publish pluggable transports in extra info documentsteor
2019-06-19Merge branch 'maint-0.4.1'Nick Mathewson
2019-06-19remove practracker from check-local (0.4.1 only)Nick Mathewson
2019-06-19changes: Fix typo in changes/ticket30893David Goulet
2019-06-19Merge branch 'tor-github/pr/1113'David Goulet
2019-06-18Merge remote-tracking branch 'tor-github/pr/1115'Nick Mathewson
2019-06-17Merge branch 'ticket29533_squashed'Nick Mathewson
2019-06-17Add changes filerl1987
2019-06-17Fix SC2034 in pre-push.git-hookrl1987
2019-06-17Shellcheck all the scriptsrl1987
2019-06-17Merge remote-tracking branch 'tor-github/pr/1100'Nick Mathewson
2019-06-16Allow excluding documentation from the buildrl1987
2019-06-15Merge branch 'bug30894_035' into ticket30893Nick Mathewson
2019-06-15Changes file for ticket 30893 (confparse testing)Nick Mathewson
2019-06-15Add more unit tests for confparse.c, so we can refactor.Nick Mathewson
2019-06-15Fix memleak when failing to parse a CSV_INTERVAL.Nick Mathewson
2019-06-15Remove the PORT configuration type: nothing uses it.Nick Mathewson
2019-06-15Renaming: CONFIG_TYPE_UINT -> CONFIG_TYPE_POSINTNick Mathewson