aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2019-08-27Merge branch 'tor-github/pr/1237'George Kadianakis
2019-08-24clarify usage of __ and ___ prefixes on config optionsNick Mathewson
2019-08-24whitespace fixNick Mathewson
2019-08-22Merge branch 'ticket30935' into ticket30935_mergedNick Mathewson
2019-08-20Merge branch 'ticket30914' into ticket30914_mergedNick Mathewson
2019-08-19Fix 64-bit return issue in parse_log_domain()Nick Mathewson
2019-08-08Merge branch 'maint-0.4.1'Nick Mathewson
2019-08-08Merge branch 'ticket31374_035' into maint-0.4.1Nick Mathewson
2019-08-08Merge branch 'ticket31374_029' into ticket31374_035Nick Mathewson
2019-07-29Merge branch 'maint-0.4.1'David Goulet
2019-07-29Merge branch 'tor-github/pr/1179' into maint-0.4.1David Goulet
2019-07-25Merge branch 'maint-0.4.1'David Goulet
2019-07-24Fix clang-detected errors related to log_domain_mask_tNick Mathewson
2019-07-23Merge branch 'tor-github/pr/1116'David Goulet
2019-07-19Extract the log_domain_t type to a lower-level headerNick Mathewson
2019-07-19Prevent UB on signed overflow.Tobias Stoeckmann
2019-07-08Adjust log callback type to use log_domain_mask_tNick Mathewson
2019-07-08Add a compile-time assertion to prevent a recurrence of 31080.Nick Mathewson
2019-07-08Use a 64-bit mask for log domains, and fix a conflictNick Mathewson
2019-07-08Move declaration of LD_NO_MESG to make conflict more apparent.Nick Mathewson
2019-07-03Make config_lines_eq() take const arguments.Nick Mathewson
2019-07-03Revert "Add a function to append an existing line to a config line list."Nick Mathewson
2019-07-03Fix @file directive in var_type_def_st.hNick Mathewson
2019-06-26Merge branch 'bug30721_squashed'Nick Mathewson
2019-06-26address/resolve: Require square brackets on IPv6 address:portsteor
2019-06-26address/resolve: try harder to avoid returning uninitialised datateor
2019-06-26resolve: split sub-functions out of tor_addr_lookup()teor
2019-06-26resolve: refactor address family logic in tor_addr_lookup()teor
2019-06-26resolve: consistently parse IP addresses in square bracketsteor
2019-06-25Make "invisibility" and "undumpability" properties of variables.Nick Mathewson
2019-06-25A few more test cases and unreachable linesNick 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-25Use structvar to find the types for config vars.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-25Add new "struct_var_" functions to manipulate struct fields.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-14Merge branch 'bug30806'George Kadianakis
2019-06-14Make evloop into a subsystem.Nick Mathewson
2019-06-11Merge branch 'tor-github/pr/1040'David Goulet
2019-06-11Merge branch 'maint-0.4.1'David Goulet
2019-06-11Merge branch 'tor-github/pr/1050' into maint-0.4.1David Goulet
2019-06-11Give a compile warning when we don't have any flags for minherit().Nick Mathewson