summaryrefslogtreecommitdiff
path: root/src/util/file.cpp
Commit message (Expand)AuthorAgeFilesLines
* enhance: Add util::read_file_part<std::string> implementationJoel Rosdahl2023-03-071-1/+4
* perf: Optimize util::write_file for empty dataJoel Rosdahl2022-11-131-2/+2
* chore: Improve logging of file read failuresJoel Rosdahl2022-11-021-3/+0
* chore: Clean up code slightlyJoel Rosdahl2022-10-061-7/+4
* fix: Remove usage of deprecated codecvt header (#1172)Orgad Shaneh2022-10-051-6/+30
* refactor: Use util::TimePoint for timestampsJoel Rosdahl2022-09-211-10/+15
* refactor: Let util::DataReceiver take uint8_tJoel Rosdahl2022-09-211-1/+1
* enhance: Add util::read_file_part functionJoel Rosdahl2022-09-211-0/+48
* enhance: Add util::Bytes classJoel Rosdahl2022-09-211-0/+4
* fix: Unlink destination before opening in util::write_fileJoel Rosdahl2022-09-061-2/+10
* enhance: Let util::write_file take an std::string_viewJoel Rosdahl2022-09-061-1/+1
* refactor: Replace util::Blob aliasJoel Rosdahl2022-09-061-1/+1
* enhance: Support nonstd::span<const uint8_t> for util::write_fileJoel Rosdahl2022-09-051-1/+1
* refactor: Use util::{read_fd,read_file,write_file} functionsJoel Rosdahl2022-08-151-1/+1
* enhance: Add util::{read_fd,read_file,write_file} functionsJoel Rosdahl2022-08-151-5/+167
* enhance: Improve lock file implementationJoel Rosdahl2022-07-051-1/+3
* enhance: Fall back to utimes(2) if utimensat(2) is unavailableJoel Rosdahl2022-07-041-2/+12
* enhance: Add util::set_timestamps function for setting mtime/atimeJoel Rosdahl2022-06-081-1/+36
* Move exceptions.hpp to coreJoel Rosdahl2021-07-201-1/+2
* Remove redundant _utils suffix for util headersJoel Rosdahl2021-07-191-0/+48