aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-11Update include.am files to refer to new location of confparse.[ch]Nick Mathewson
2019-09-11Update #includes to point to confparse.h in its new location.Nick Mathewson
2019-09-11Move confparse.[ch] into src/lib/confmgt/Nick Mathewson
2019-09-11Add new entries to lib/confmgt ".may_include" fileNick Mathewson
2019-09-11Merge branch 'tor-github/pr/1296'David Goulet
2019-09-11Document inconsistent usage of config_var_is_listable()Nick Mathewson
2019-09-11Extract common list of flags to use for obsolete variables.Nick Mathewson
2019-09-11Clarify documentation on config_var_is_listable()Nick Mathewson
2019-09-11Add test_cmdline.sh to distribution.Nick Mathewson
2019-09-11integration test for --list-torrc-optionsNick Mathewson
2019-09-11Test: Make sure NOLIST options are not listed.Nick Mathewson
2019-09-11Changes file for 31625 (config flag refactor)Nick Mathewson
2019-09-11Revise documentation on CFLG_* flagsNick Mathewson
2019-09-11Remove all CVFLAG_* usage.Nick Mathewson
2019-09-11Remove all VTFLAG_* usage.Nick Mathewson
2019-09-11confparse, conftypes: Replace flags with their new names.Nick Mathewson
2019-09-11Replace low-level {var_type,struct_var}_is_*() with flag inspectionNick Mathewson
2019-09-11Re-number VTFLAG_* values so they don't conflict with CVFLAG_*Nick Mathewson
2019-09-11Move VTFLAG_* declarations to conftypes.hNick Mathewson
2019-09-11typed_var: Make flags into an unsigned OR of bits.Nick Mathewson
2019-09-11struct_var: refactor struct_var_is*() functions to delegateNick Mathewson
2019-09-11config: make config_var_is_dumpable static.Nick Mathewson
2019-09-11config: rename "contained" to "derived", and explain it better.Nick Mathewson
2019-09-11config: Introduce the concept of an "ungettable" variable.Nick Mathewson
2019-09-11Document config_var_is_dumpable and config_var_is_settable.Nick Mathewson
2019-09-11Merge branch 'tor-github/pr/1311'David Goulet
2019-09-11Merge branch 'tor-github/pr/1307'George Kadianakis
2019-09-11Merge branch 'ticket31578' into ticket31578_mergedNick Mathewson
2019-09-10main: add some newlines to the subsystem list, for readabilityteor
2019-09-10main: remove level number comments from the subsystem list (master)teor
2019-09-10Merge branch 'bug31615_041' into bug31615_masterteor
2019-09-10main: remove level number comments from the subsystem list (0.4.1)teor
2019-09-10Merge branch 'bug31615_040' into bug31615_041teor
2019-09-10main: remove level number comments from the subsystem list (0.4.0)teor
2019-09-09build: The <sys/sysctl.h> is now deprecated on LinuxDavid Goulet
2019-09-09Merge branch 'tor-github/pr/1264'David Goulet
2019-09-09Merge branch 'ticket30924_042_04_squashed_merged'Nick Mathewson
2019-09-09Merge branch 'ticket30924_042_04_squashed' into ticket30924_042_04_squashed_m...Nick Mathewson
2019-09-09hs-v3: Rename validation function in hs_intropoint.cDavid Goulet
2019-09-09hs-v3: Move DoS parameter check against 0David Goulet
2019-09-09practracker: Make you happy funny scriptDavid Goulet
2019-09-09Merge branch 'tor-github/pr/1298'David Goulet
2019-09-09Merge branch 'tor-github/pr/1287'David Goulet
2019-09-06subsys: Make the subsystem init order match the module dependenciesteor
2019-09-05changes file for ticket31477Nick Mathewson
2019-09-05Add new practracker test files to Makefile.amNick Mathewson
2019-09-05New practracker exceptions for dependency violations in headersNick Mathewson
2019-09-05Fix a bug in practracker's handling of .may_include in headersNick Mathewson
2019-09-05Remove unused struct_var_* functions.Nick Mathewson
2019-09-05config: Invert sense of _is_invisible, and rename to is_listable()Nick Mathewson