aboutsummaryrefslogtreecommitdiff
path: root/src/lib/fs
AgeCommit message (Expand)Author
2021-03-26Fix glob processing on BSD systems. #40318Daniel Pinto
2020-12-15Merge remote-tracking branch 'tor-gitlab/mr/205' into maint-0.4.5George Kadianakis
2020-12-08Avoid sandbox bug warning when unglobbing patterns #40094Daniel Pinto
2020-12-08Fix a couple of documentation comments related to #40094Nick Mathewson
2020-11-12When handling includes, detect missing interned strings earlier.Nick Mathewson
2020-11-12Fix typos.Samanta Navarro
2020-10-03Fix %include bug with pattern with */ on glibc < 2.19 #40141Daniel Pinto
2020-09-10Check if glob() is available at build-time.Alexander Færøy
2020-08-12Use correct type for gl_closedir to avoid a compiler warningNick Mathewson
2020-08-12Merge remote-tracking branch 'tor-gitlab/mr/62'Nick Mathewson
2020-08-11Improved documentation and comments #25140Daniel Pinto
2020-07-30Introduce write_str_if_not_equal()Neel Chauhan
2020-07-15Add support for patterns on %include #25140Daniel Pinto
2020-07-14Merge remote-tracking branch 'tor-gitlab/mr/50'Nick Mathewson
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
2020-05-08Improve logging of included config filesDaniel Pinto
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-11-18Merge remote-tracking branch 'tor-github/pr/1517'teor
2019-11-15Doxygen: rename all .dox files to end with .mdNick Mathewson
2019-11-15Doxygen: remove /** and **/ from all .dox filesNick Mathewson
2019-11-07Make all our struct names end with "_t".Nick Mathewson
2019-11-04Doxygen: document the rest of the directories in lib.Nick Mathewson
2019-11-04Doxygen: Avoid ambiguity in @dir directivesNick Mathewson
2019-11-04Add stub directory-level documentation for most source directoriesNick Mathewson
2019-10-31config: Give warn_about_relative_paths() const argsteor
2019-10-30fs: Clarify an ambiguous comment about string/pointer equalityteor
2019-10-21Merge remote-tracking branch 'tor-github/pr/1434'teor
2019-10-21control: Add GETINFO support for dumping microdesc consensusAmreshVenugopal
2019-09-30Re-run "make autostyle" with improved annotate_ifdef_directivesNick Mathewson
2019-09-30Merge branch 'tor-github/pr/1339'George Kadianakis
2019-09-26Run "make autostyle" with new "annotate_ifdef_directives"Nick Mathewson
2019-09-24Merge branch 'bug31408_035' into bug31408_masterteor
2019-09-23Fix bug when %including folder with comment only files. #31408Daniel Pinto
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-02Add comments to include.am files to note where new sources goNick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2019-01-02Merge branch 'maint-0.3.5'Nick Mathewson
2019-01-02Add an errno.h include to freespace.c to fix bug 28974.Nick Mathewson
2018-11-14Normalize .may_include to always have paths, and paths to includeNick 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