aboutsummaryrefslogtreecommitdiff
path: root/src/app
AgeCommit message (Expand)Author
2020-06-30Merge branch 'maint-0.3.5' into maint-0.4.2Alexander Færøy
2020-06-30Merge branch 'tor-github/pr/1793' into maint-0.3.5Alexander Færøy
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick Mathewson
2020-03-13Merge remote-tracking branch 'tor-github/pr/1718/head' into maint-0.4.2Nick Mathewson
2020-03-12config: Warn if ContactInfo is not setDavid Goulet
2020-02-12Merge branch 'maint-0.4.1' into maint-0.4.2teor
2020-02-12Merge branch 'maint-0.3.5' into maint-0.4.1teor
2020-02-12Lowercase the BridgeDistribution value from torrc in descriptors.Alexander Færøy
2020-02-11dirauth: Add option AuthDirRejectRequestsUnderLoadDavid Goulet
2020-01-30Merge branch 'maint-0.4.1' into maint-0.4.2teor
2020-01-06Initialize publish/subscribe code when running as an NT service.Nick Mathewson
2019-10-22Merge remote-tracking branch 'tor-github/pr/1346' into maint-0.4.1Nick Mathewson
2019-09-30Re-run "make autostyle" with improved annotate_ifdef_directivesNick Mathewson
2019-09-30Merge branch 'tor-github/pr/1346'George Kadianakis
2019-09-26Run "make autostyle" with new "annotate_ifdef_directives"Nick Mathewson
2019-09-26lock: Avoid some undefined behaviour when freeing mutexes.teor
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-11Merge branch 'tor-github/pr/1296'David Goulet
2019-09-11Document inconsistent usage of config_var_is_listable()Nick Mathewson
2019-09-11Clarify documentation on config_var_is_listable()Nick Mathewson
2019-09-11Remove all CVFLAG_* 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-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-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-09Merge branch 'ticket30924_042_04_squashed' into ticket30924_042_04_squashed_m...Nick Mathewson
2019-09-05config: Invert sense of _is_invisible, and rename to is_listable()Nick Mathewson
2019-09-05config: replace config_var_is_cumulative with is_replaced_on_set()Nick Mathewson
2019-09-05Merge branch 'tor-github/pr/1294'George Kadianakis
2019-09-05Merge branch 'tor-github/pr/1291'George Kadianakis
2019-09-05config: note that some arguments are required.Nick Mathewson
2019-09-04Document warn_deprecated_option().Nick Mathewson
2019-09-04Document return value of config_mgr_add_format().Nick Mathewson
2019-09-04Document validate_fn_t as it stands.Nick Mathewson
2019-09-04config_assign: Document CAL_* options.Nick Mathewson
2019-09-04Document configuration and abbreviation types.Nick Mathewson
2019-09-04config: Make CLEAR with a nonempty value into a nonfatal assertion.Nick Mathewson
2019-09-04config: use ptrdiff_t for all field-offset members.Nick Mathewson
2019-08-30Merge branch 'maint-0.3.5' into maint-0.4.0teor
2019-08-30Merge remote-tracking branch 'tor-github/pr/1114' into maint-0.3.5teor
2019-08-29Describe clear_cfg_fn_t better.Nick Mathewson