aboutsummaryrefslogtreecommitdiff
path: root/src/lib/err
AgeCommit message (Collapse)Author
2018-11-09Rename subsystem callback functions to make them consistentNick Mathewson
2018-11-09fixup! Make initialization for the "err" library into a subsystem.Nick Mathewson
Check for failure to install backtrace handler.
2018-11-05Make initialization for the "err" library into a subsystem.Nick Mathewson
2018-07-03Refrain from potentially insecure usage of strncat()rl1987
2018-07-01File-level documentation for some of src/lib.Nick Mathewson
2018-06-25Include stdio.h in torerr.c.Nick Mathewson
2018-06-21New script to check includes for modularity violationsNick Mathewson
Includes configuration files to enforce these rules on lib and common. Of course, "common" *is* a modularity violation right now, so these rules aren't as strict as I would like them to be.
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-21Make sure liberr-testing is build with testing flags.Nick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-21Extract error functionality into a new lowest-level library.Nick Mathewson