lbrycrd/src/policy
Gregory Maxwell 6b3bb3d9ba Change LogAcceptCategory to use uint32_t rather than sets of strings.
This changes the logging categories to boolean flags instead of strings.

This simplifies the acceptance testing by avoiding accessing a scoped
 static thread local pointer to a thread local set of strings.  It
 eliminates the only use of boost::thread_specific_ptr outside of
 lockorder debugging.

This change allows log entries to be directed to multiple categories
 and makes it easy to change the logging flags at runtime (e.g. via
 an RPC, though that isn't done by this commit.)

It also eliminates the fDebug global.

Configuration of unknown logging categories now produces a warning.
2017-04-01 18:53:29 +00:00
..
fees.cpp Change LogAcceptCategory to use uint32_t rather than sets of strings. 2017-04-01 18:53:29 +00:00
fees.h Merge #9548: Remove min reasonable fee 2017-03-07 19:49:00 +01:00
policy.cpp Introduce -dustrelayfee 2017-01-16 08:40:40 -05:00
policy.h [mining] Remove -blockprioritysize. 2017-02-27 11:23:50 -05:00
rbf.cpp [copyright] copyright header style uniform 2016-11-06 10:12:50 -07:00
rbf.h [copyright] copyright header style uniform 2016-11-06 10:12:50 -07:00