aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
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-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
2019-06-11Give a more useful failure messgae when we fail to minherit().Nick Mathewson
2019-06-11Merge branch 'ticket30687_042_01'George Kadianakis
2019-06-11token-bucket: Implement a single counter objectDavid Goulet
2019-06-05Replace a missing end-of-comment stringNick Mathewson
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-30Merge branch 'tor-github/pr/1054'David Goulet
2019-05-30Merge branch 'tor-github/pr/1049'David Goulet
2019-05-29Merge branch 'ticket30561_029' into ticket30561_035Nick Mathewson
2019-05-29Use MAP_INHERIT_ZERO or MAP_INHERIT_NONE if available.Taylor R Campbell
2019-05-28Trivial fix for a trivial warning with gcc 9.1.1Nick Mathewson
2019-05-23In coverage builds, use branch-free timeradd() and timersub()Nick Mathewson
2019-05-23In coverage builds, avoid basic-block complexity in log_debugNick Mathewson
2019-05-22Multiple subscribers or publishers per subsystemTaylor Yu
2019-05-07Merge branch 'tor-github/pr/994'David Goulet
2019-05-03Merge branch 'tor-github/pr/954'David Goulet