aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2019-06-25Make "invisibility" and "undumpability" properties of variables.Nick 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-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-25A few more test cases and unreachable linesNick Mathewson
2019-06-25Use structvar to find the types for config vars.Nick 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
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
2019-05-02Add comments to include.am files to note where new sources goNick Mathewson
2019-04-30Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()Nick Mathewson
2019-04-30Use safe_mem_is_zero in a few more places.Nick Mathewson
2019-04-30Rename tor_mem_is_zero to fast_mem_is_zero()Nick Mathewson
2019-04-30Merge branch 'tor-github/pr/936'George Kadianakis
2019-04-30Merge branch 'tor-github/pr/980'David Goulet
2019-04-30Merge branch 'tor-github/pr/909'David Goulet
2019-04-30Add improved debugging support to crypto_rand_fast code.Nick Mathewson
2019-04-30Extract add-entropy code from crypto_fast_rng to a new functionNick Mathewson
2019-04-25Add rudimentary qstring support to kvline.cNick Mathewson
2019-04-25Move and rename decode_escaped_string()Nick Mathewson
2019-04-25Add a case-insensitive variant to config_line_find()Nick Mathewson
2019-04-25kvline: handle empty alues as well as empty keysNick Mathewson
2019-04-25Merge branch 'tor-github/pr/953'George Kadianakis