Marcus Holland-Moritz
17f1fdafad
Remove TODO :)
2023-07-04 19:31:40 +02:00
Marcus Holland-Moritz
9b87a19438
Add Windows screen capture
2023-07-04 19:29:49 +02:00
Marcus Holland-Moritz
2aef57d7de
Few more README tweaks
2023-07-04 16:18:24 +02:00
Marcus Holland-Moritz
ec56b18bac
Fix README type
2023-07-04 16:13:58 +02:00
Marcus Holland-Moritz
ecdbb7ca78
Update README
...
- Remove Python section as we're not going to maintain it
- Remove ccache argument as that's handled automatically
- Add sections on prebuilt & universal binaries
2023-07-04 16:10:37 +02:00
Marcus Holland-Moritz
78648e9399
Fix strip target
v0.7.0-RC5
2023-07-04 14:32:58 +02:00
Marcus Holland-Moritz
f5d7413ef7
Update realclean target to work properly on Windows
2023-07-04 14:18:45 +02:00
Marcus Holland-Moritz
f4dc8a6285
Add strip target
2023-07-04 14:04:42 +02:00
Marcus Holland-Moritz
c21727da60
Fix mount.dwarfs2 symlink
2023-07-04 13:54:23 +02:00
Marcus Holland-Moritz
cc201445b2
Tweak realclean target
2023-07-04 13:19:07 +02:00
Marcus Holland-Moritz
d1a9cb4377
Update change log
2023-07-04 13:14:57 +02:00
Marcus Holland-Moritz
7f2821b932
Mention behaviour of separators in filter rules
2023-07-04 12:41:36 +02:00
Marcus Holland-Moritz
a413d25446
Fix handling of long paths on Windows
2023-07-04 12:37:08 +02:00
Marcus Holland-Moritz
bf6917bcf3
Remove old comment
2023-07-04 12:36:44 +02:00
Marcus Holland-Moritz
8c1828e136
Additional safety check when stat()-ing files
2023-07-04 12:36:36 +02:00
Marcus Holland-Moritz
f850641657
Windows *needs* a UTF-8 locale set to correctly handle UTF-8 output
2023-07-04 12:35:55 +02:00
Marcus Holland-Moritz
b82dd1d94f
dwarfs-universal fixes for Windows build
2023-07-04 09:44:32 +02:00
Marcus Holland-Moritz
b25d52a40e
Make dwarfs-universal usable without symlinks
2023-07-04 08:36:09 +02:00
Marcus Holland-Moritz
2848ab3a75
clang-format speedometer
2023-07-04 08:27:24 +02:00
Marcus Holland-Moritz
67f340e383
Document perfmon options
2023-07-04 02:53:22 +02:00
Marcus Holland-Moritz
2440755e91
Leave some space, in particular for non-unicode progress bar
2023-07-04 02:37:22 +02:00
Marcus Holland-Moritz
86ff4db32b
Single file progress + speedometer
2023-07-04 02:34:35 +02:00
Marcus Holland-Moritz
dd07da1156
Add utfcpp dependency
2023-07-04 00:58:43 +02:00
Marcus Holland-Moritz
23e19e7c23
Try to correctly truncate Unicode pathnames
2023-07-04 00:57:15 +02:00
Marcus Holland-Moritz
86c2b929ba
More realclean updates
2023-07-03 21:47:53 +02:00
Marcus Holland-Moritz
e507fe9dfc
Update realclean target
2023-07-03 21:35:21 +02:00
Marcus Holland-Moritz
48f84dab30
Update libarchive version and inherit ccache / build type
2023-07-03 21:14:50 +02:00
Marcus Holland-Moritz
46eb5bae5a
Fix exit code handling for FUSE2 drivers
2023-07-03 20:55:03 +02:00
Marcus Holland-Moritz
6056aa87c8
Better debug output in tools test
2023-07-03 20:39:49 +02:00
Marcus Holland-Moritz
dc0cd6fcd9
Remove local libarchive build (except for static builds)
2023-07-03 20:18:37 +02:00
Marcus Holland-Moritz
ce28063f50
Include architecture in binary package name
2023-07-03 20:18:02 +02:00
Marcus Holland-Moritz
a0749c7010
Just use user-preferred locale
2023-07-03 18:38:44 +02:00
Marcus Holland-Moritz
3eccdf6aa3
Update folly/fbthrift
2023-07-03 18:11:12 +02:00
Marcus Holland-Moritz
69750eaac5
Fix the regression test checking block manager boundaries
2023-07-03 16:19:45 +02:00
Marcus Holland-Moritz
3aad70bb3c
Workaround for path::wstring() not working on arch
2023-07-03 15:23:30 +02:00
Marcus Holland-Moritz
6ab91a2192
Some tests for path shortening
2023-07-03 15:22:39 +02:00
Marcus Holland-Moritz
dcfe5e3643
Fix deprecation warnings in benchmark code
2023-07-03 02:41:13 +02:00
Marcus Holland-Moritz
d8db69dfa6
Update TODO
2023-07-03 01:06:23 +02:00
Marcus Holland-Moritz
03c516053b
Performance monitor for inode reader
2023-07-02 20:32:14 +02:00
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