Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | file_util: robustness: dir_item is empty w/ empty path; visit: Add depth argu... | Sven Göthel | 2024-05-02 | 1 | -15/+18 |
* | jau::FunctionDef<> -> jau::function<R(A...)> using proper function prototype ... | Sven Gothel | 2022-09-16 | 1 | -4/+4 |
* | jau::fs::copy_option / CopyOption: Add into_existing_dir: Copy source dir con... | Sven Gothel | 2022-07-29 | 1 | -3/+9 |
* | test_fileutils: Add optional test for a vfat filesystem destination (C++, Jav... | Sven Gothel | 2022-07-20 | 1 | -29/+95 |
* | Data-Race-Free (DRF) jau::fs::copy() and remove(): Use `dirfd` `openat()` etc... | Sven Gothel | 2022-07-18 | 1 | -8/+21 |
* | test_fileutils0: Don't validate atime, since destination access-time may diff... | Sven Gothel | 2022-07-07 | 1 | -1/+1 |
* | testsudo_fileutils02: Run w/ capsh `cap_sys_admin,cap_setuid,cap_setgid+eip` ... | Sven Gothel | 2022-06-25 | 1 | -12/+0 |
* | tests: Extract testxx_copy_r_p() to be reused in unit tests, add byte content... | Sven Gothel | 2022-06-23 | 1 | -0/+188 |