1053 Commits

Author SHA1 Message Date
Marcus Holland-Moritz
b1d002f527 Add fuse-archive comparison 2023-07-02 02:39:49 +02:00
Marcus Holland-Moritz
db8fb532a1 Add inode reader offset cache 2023-07-02 02:39:32 +02:00
Marcus Holland-Moritz
170beb2cac More mutating ops tests 2023-07-01 15:28:35 +02:00
Marcus Holland-Moritz
e677899537 Windows compat & cleanup for mutation tests 2023-07-01 15:15:06 +02:00
Marcus Holland-Moritz
e6cec261e5 Define O_ACCMODE if necessary (e.g. on Windows) 2023-07-01 15:08:15 +02:00
Marcus Holland-Moritz
def1594c8e Add some tests for mutating operations 2023-07-01 14:46:50 +02:00
Marcus Holland-Moritz
c3de719134 Fix access mode check in open() call 2023-07-01 14:46:32 +02:00
Marcus Holland-Moritz
e6dc6731e7 Add listxattr for Linux, remove xattr support for Windows 2023-07-01 11:30:02 +02:00
Marcus Holland-Moritz
6f210daf93 Implement rename operation for WinFsp to work around crash 2023-06-30 22:49:45 +02:00
Marcus Holland-Moritz
741fb17d3f Handle ARCHIVE_FAILED status 2023-06-30 18:33:58 +02:00
Marcus Holland-Moritz
f993732739 Update documentation for --compress-niceness 2023-06-30 15:29:19 +02:00
Marcus Holland-Moritz
491a6e651f Re-enable nice(), make Window priority setting more flexible 2023-06-30 10:57:47 +02:00
Marcus Holland-Moritz
5ae78b9315 Add file system performance monitor v0.7.0-win-prerelease1 2023-06-29 12:51:28 +02:00
Marcus Holland-Moritz
0c26a57ca5 Fix uninitialized fields in struct stat in getattr call 2023-06-28 15:15:45 +02:00
Marcus Holland-Moritz
c706ba2cb2 dwarfs_tools test cleanup 2023-06-28 14:45:08 +02:00
Marcus Holland-Moritz
0a1f635a12 Drop dependency on tar & diff tools 2023-06-28 14:23:00 +02:00
Marcus Holland-Moritz
05f4ea0bb9 Remove dependency on unreliable tar archive 2023-06-28 12:50:46 +02:00
Marcus Holland-Moritz
480092a8da Update test data archive with some Unicode 2023-06-28 10:36:49 +02:00
Marcus Holland-Moritz
e4dbb4f1dd Parse unicode filter rules 2023-06-28 03:02:57 +02:00
Marcus Holland-Moritz
6674c9bf67 Output unix style path for filter rule debugging 2023-06-28 03:02:34 +02:00
Marcus Holland-Moritz
8189f392d0 Just set a utf8 locale 2023-06-28 03:01:55 +02:00
Marcus Holland-Moritz
cfa54bc81a Add sys_string_to_string() conversion function 2023-06-28 03:01:18 +02:00
Marcus Holland-Moritz
4686baca2d Fix path truncation on Windows 2023-06-28 00:50:18 +02:00
Marcus Holland-Moritz
498e52380a First shot at updating the README with Windows stuff 2023-06-28 00:43:16 +02:00
Marcus Holland-Moritz
fdc0951fe5 Use %USERPROFILE% in cmake/win.bat 2023-06-27 23:59:04 +02:00
Marcus Holland-Moritz
8f4ed162ff More dwarfs_tools tests (that also work on Windows) 2023-06-27 21:33:40 +02:00
Marcus Holland-Moritz
7e7e46f09a Some tweaks to dwarfs_tools test and more tests 2023-06-27 20:52:06 +02:00
Marcus Holland-Moritz
9b1c66c53c Add test filesystem 2023-06-27 20:02:25 +02:00
Marcus Holland-Moritz
0c85637a06 Make dwarfs_tools test work on Windows 2023-06-27 18:47:26 +02:00
Marcus Holland-Moritz
0c3ee8550c Force binary mode on stdout when writing header in dwarfsck 2023-06-27 18:39:16 +02:00
Marcus Holland-Moritz
2dfc39eb6f Move make_file_stat to file_stat module 2023-06-27 18:36:16 +02:00
Marcus Holland-Moritz
5df3dd64be Revert "WIP: add FTXUI"
This reverts commit 4ca3d6966096cf3709037a665c38ddda9595eb03.
2023-06-27 14:22:17 +02:00
Marcus Holland-Moritz
77f2d39437 Finally get rid of std::endl 2023-06-27 14:22:05 +02:00
Marcus Holland-Moritz
34a03061fe Remove set_cursor_state, let's not overcomplicate things for now 2023-06-27 14:13:29 +02:00
Marcus Holland-Moritz
449d7490ac Suppress extra usage info with WinFsp 2023-06-27 12:07:55 +02:00
Marcus Holland-Moritz
974c3070d4 More Windows terminal / locale / UTF8 tweaks 2023-06-27 11:52:32 +02:00
Marcus Holland-Moritz
3dba17ea76 Set worker threads to background mode on Windows if niceness > 0 2023-06-27 11:15:34 +02:00
Marcus Holland-Moritz
3b39b319b4 Raise priority of progress thread 2023-06-27 11:14:25 +02:00
Marcus Holland-Moritz
6770c13c08 Fancy console output for Windows 2023-06-27 11:14:09 +02:00
Marcus Holland-Moritz
3364972027 Add /utf-8 compile flag for MSVC 2023-06-27 11:12:36 +02:00
Marcus Holland-Moritz
65862e790f Add unix_dpath() for filter rules 2023-06-27 00:19:57 +02:00
Marcus Holland-Moritz
9163c6e24e Initial Unicode support for command line arguments on Windows 2023-06-26 23:59:11 +02:00
Marcus Holland-Moritz
1dcab5996e Use wmain() on Windows 2023-06-26 23:03:05 +02:00
Marcus Holland-Moritz
83ab473add Update CPack config for Windows builds 2023-06-26 21:53:18 +02:00
Marcus Holland-Moritz
42ab8e0989 Fix tests relying on unix-style paths 2023-06-26 21:32:51 +02:00
Marcus Holland-Moritz
a0f51660f5 Add unix_path() to entry_view 2023-06-26 21:32:33 +02:00
Marcus Holland-Moritz
2232796f20 make_preferred is not needed in filesystem_extractor 2023-06-26 21:08:56 +02:00
Marcus Holland-Moritz
1b1a2b41b4 Use readlink_mode::unix for (WinFsp) FUSE layer 2023-06-26 21:08:28 +02:00
Marcus Holland-Moritz
759178bbfd Add readlink_mode::unix 2023-06-26 21:07:59 +02:00
Marcus Holland-Moritz
df195a88b5 VirtualFree() doesn't seem to work as needed at the moment 2023-06-26 20:06:32 +02:00