summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-09-17Merge branch 'tor-github/pr/1323'George Kadianakis
2019-09-16bump version to 0.4.2.1-alphaNick Mathewson
2019-09-16Run "make autostyle" and fix wide lines.Nick Mathewson
2019-09-16On windows, allow failures in test_parseconf.shNick Mathewson
2019-09-16Fix a shellcheck warning in test_parseconf.sh.Nick Mathewson
2019-09-16Merge branch 'tor-github/pr/1316'George Kadianakis
2019-09-16Merge branch 'tor-github/pr/1324'George Kadianakis
2019-09-16Merge branch 'tor-github/pr/1273'George Kadianakis
2019-09-16Merge branch 'tor-github/pr/1318'George Kadianakis
2019-09-14test_parseconf.sh: On --dump-config failure, --verify-configNick Mathewson
2019-09-14Add a test with many non-default options.Nick Mathewson
2019-09-14Add a few error test casesNick Mathewson
2019-09-14Add an integration test for %include.Nick Mathewson
2019-09-14test_parseconf: run each test from inside its directory.Nick Mathewson
2019-09-14Add test for +Option, /Option, and OptionNick Mathewson
2019-09-14Move our first 3 example conf_examples to named directoriesNick Mathewson
2019-09-14Add a test script to try parsing and encoding Tor configurationsNick Mathewson
2019-09-13Detect overflow or underflow on double config values.Nick Mathewson
2019-09-12Merge branch 'tor-github/pr/1319'David Goulet
2019-09-12Merge branch 'tor-github/pr/1285'David Goulet
2019-09-12Merge branch 'tor-github/pr/1303'George Kadianakis
2019-09-12Merge branch 'tor-github/pr/1299'George Kadianakis
2019-09-12Workaround for GCC "note" about "variable tracking size limit"Nick Mathewson
2019-09-12Remove variable declarations from macros in test_addr_parse()Nick Mathewson
2019-09-12Ticket 31687: fix for tor_isinf() as wellNick Mathewson
2019-09-12Merge branch 'ticket31687_035' into ticket31687_040Nick Mathewson
2019-09-12Merge remote-tracking branch 'tor-github/pr/1300'Nick Mathewson
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-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