aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-28add missing docs in crypto_digest*Nick Mathewson
2019-10-28Merge branch 'config_macros_doc_cleanup'Nick Mathewson
2019-10-28scripts: Change to the top source directory as neededteor
2019-10-28practracker: Don't read editor temp filesteor
2019-10-28scripts/git: Fix a shellcheck error in pre-commit.git-hookteor
2019-10-26Documentation cleanup in confmacros.hNick Mathewson
2019-10-26Changes file for ticket 32307.Nick Mathewson
2019-10-26Fix doxygen HTML warnings in src/feature.Nick Mathewson
2019-10-26doxygen: add @file declarations for src/feature/Nick Mathewson
2019-10-26doxygen: add @file declarations for src/appNick Mathewson
2019-10-26doxygen: add @file declarations for src/core/cryptoNick Mathewson
2019-10-26doxygen: add @file declarations for src/core/orNick Mathewson
2019-10-26doxygen: add @file declarations for src/core/mainloopNick Mathewson
2019-10-26doxygen: add @file declarations for src/core/protoNick Mathewson
2019-10-26doxygen: add @file declarations for src/libNick Mathewson
2019-10-26changes file for 32304Nick Mathewson
2019-10-26Rename confparse.[ch] identifiers to confmgt.[ch] identifiers.Nick Mathewson
2019-10-26Rename confparse.[ch] to confmgt.[ch]Nick Mathewson
2019-10-26Move config_format_t and allied definitions into conftypes.hNick Mathewson
2019-10-25Merge branch 'ticket31241_v3'Nick Mathewson
2019-10-25config,state: check magic in all callbacks.Nick Mathewson
2019-10-25confparse: Add a function to check the magic of a toplevel object.Nick Mathewson
2019-10-25test: Use SEVERITY_MASK_IDX() to find the LOG_* mask indexesteor
2019-10-25Merge remote-tracking branch 'tor-github/pr/1467'teor
2019-10-25scripts/maint: Stop assuming that python3 is in /usr/binteor
2019-10-25Merge remote-tracking branch 'tor-github/pr/1462'teor
2019-10-25Makefile: Stop using trailing spaces in an EXTRA_DIST clauseteor
2019-10-25changes: file for 31919teor
2019-10-25Travis: Install coccinelle on macOS and Linuxteor
2019-10-25Makefile: Add check_cocci_parse.sh as check-cocciteor
2019-10-25Merge branch 'maint-0.4.2'teor
2019-10-25Merge branch 'maint-0.4.1' into maint-0.4.2teor
2019-10-25Merge branch 'maint-0.4.0' into maint-0.4.1teor
2019-10-25Merge branch 'maint-0.3.5' into maint-0.4.0teor
2019-10-25Merge branch 'maint-0.2.9' into maint-0.3.5teor
2019-10-25Merge branch 'maint-0.4.2'teor
2019-10-24changes tile for ticket 31241Nick Mathewson
2019-10-24test_options: add a test for options_trial_assign()Nick Mathewson
2019-10-24tests: set DataDirectory_option as well as DataDirectory.Nick Mathewson
2019-10-24config: make options_act*() mockable.Nick Mathewson
2019-10-25Merge remote-tracking branch 'tor-github/pr/1466' into maint-0.4.2teor
2019-10-24Extend confmgr tests to handle validation callbacks.Nick Mathewson
2019-10-24config.c: Turn options_transition_allowed() into a proper callbackNick Mathewson
2019-10-24config.c: extract validate, check-transition, and set into a functionNick Mathewson
2019-10-24Write a new set of config validation callbacks.Nick Mathewson
2019-10-24Make foo_validate() functions call config_validate().Nick Mathewson
2019-10-24Add a config_validate() function to invoke verify callbacks.Nick Mathewson
2019-10-24Rename validate_fn{,_t} to start with "legacy_".Nick Mathewson
2019-10-24test_options: stop generating old_data entirely.Nick Mathewson
2019-10-24test_options: don't pass an old_options argument to options_validate()Nick Mathewson