summaryrefslogtreecommitdiff
path: root/src/lib/fs
AgeCommit message (Expand)Author
2020-07-14Update docstring for read_file_to_str() on stripping of CR characters.Alexander Færøy
2020-07-14Strip '\r' characters when reading text files on Unix.Alexander Færøy
2019-09-23Fix bug when %including folder with comment only files. #31408Daniel Pinto
2019-01-16Bump copyright date to 2019.Nick Mathewson
2019-01-02Add an errno.h include to freespace.c to fix bug 28974.Nick Mathewson
2018-07-10Merge branch 'ticket26223'Nick Mathewson
2018-07-10Document compat_getdelim_.Nick Mathewson
2018-07-10Rename torlog.[ch] to log.[ch]Nick Mathewson
2018-07-10Rename util_malloc to malloc.Nick Mathewson
2018-07-10Integrate getdelim() and getline() support into Tor.Nick Mathewson
2018-07-03Remove ATTR_NONNULL macrorl1987
2018-07-01File-level documentation for some of src/lib.Nick Mathewson
2018-06-29Move tor_get_avail_disk_space() to lib/fsNick Mathewson
2018-06-28Move DLL support to lib/fsNick Mathewson
2018-06-28Move lockfile code into lib/fsNick Mathewson
2018-06-28Move conffile and storagedir to lib/fsNick Mathewson
2018-06-27Extract functions from compat.c and util.h into a new fs libraryNick Mathewson