aboutsummaryrefslogtreecommitdiff
path: root/src/lib/fdio
AgeCommit message (Collapse)Author
2018-07-01File-level documentation for some of src/lib.Nick Mathewson
2018-06-27Split read_all and write_all into separate functionsNick Mathewson
2018-06-22Finally extract the log library and make it build.Nick Mathewson
This patch: - introduces an fdio module for low-level fd functions that don't need to log. - moves the responsibility for opening files outside of torlog.c, so it won't need to call tor_open_cloexec.