1851 Commits

Author SHA1 Message Date
Marcus Holland-Moritz
90c8fcba2a refactor: always update console output in a single call 2024-01-20 20:49:20 +01:00
Marcus Holland-Moritz
0037a7c599 fix(win): find the right tool if argv[0] doesn't include extension 2024-01-20 15:02:30 +01:00
Marcus Holland-Moritz
4bbd46b598 chore: update change log 2024-01-20 13:37:32 +01:00
Marcus Holland-Moritz
921e832471 chore: add explicit init for logger_options 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
c6241810ea refactor: ensure FUSE driver options are standard layout 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
53692101bf chore: set a default for cache tidy strategy expiry time 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
291f541192 chore: try to silence some gcc warnings 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
242273ad05 chore: more system includes 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
7d09cc0ffc chore: try to distribute CI load a bit better 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
c323b84012 test: exercise script and entry interfaces 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
6f3ad2a563 test: try to improve test speed a bit 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
45439b5346 test: improve test speed and test more options 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
047b9bed61 refactor(pager): make pager somewhat testable 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
813de13d0e chore: don't waste time on unused byproducts in Windows build 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
a1ab9502ed refactor: more os_access abstraction, worker group tests 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
06e1910554 refactor: pass os_access to worker_group and other classes 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
da608ba3e6 refactor: use class to temporarily disable leak checks 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
0ec3af320e docs: update manual pages 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
f5869ddbf4 test: tool --man tests 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
b9f8e61229 chore: clean separation between is_tty() and is_fancy() for terminal 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
6994f9691e feat: add support for built-in manual pages 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
3c3de6ce9e fix: terminal detection was wrong 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
fbe188e540 chore: add header to thrift_library.cmake 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
09749b3a2e chore: add cmake_minimum_required to version.cmake 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
66f37989b6 build: use MSVC embedded debug info to enable ccache in debug build 2024-01-20 12:46:40 +01:00
Marcus Holland-Moritz
1b70247dd9 chore: update folly/fbthrift 2024-01-20 12:02:37 +01:00
Marcus Holland-Moritz
d9feb70663 chore: enable ccache on Windows 2024-01-17 21:22:57 +01:00
Marcus Holland-Moritz
480b00f6dc docs: manpage rendering tweaks 2024-01-17 21:22:57 +01:00
Marcus Holland-Moritz
6e1e82e29d feat: only report basename of file in runtime errors 2024-01-17 09:32:50 +01:00
Marcus Holland-Moritz
51bd06e74f fix(mkdwarfs): don't assert on Windows when input path is not found 2024-01-16 22:31:58 +01:00
Marcus Holland-Moritz
72c9a451c5 doc: fix man page generation 2024-01-16 21:23:55 +01:00
Marcus Holland-Moritz
b11725b495 fix(mkdwarfs): don't store inodes with inconsistent fragments 2024-01-16 18:21:28 +01:00
Marcus Holland-Moritz
6804aa0f75 refactor(test_helpers): argument name was a bit too specific 2024-01-16 18:21:28 +01:00
Marcus Holland-Moritz
07acf5579c fix: windows compiler warning 2024-01-16 18:21:28 +01:00
Marcus Holland-Moritz
04067e18de chore: use upx -9 to make the binary decompress/start faster 2024-01-16 18:21:28 +01:00
Marcus Holland-Moritz
0c2a18f447 chore: update change log 2024-01-16 17:00:48 +01:00
Marcus Holland-Moritz
75a3986fda chore: update change log 2024-01-16 16:23:34 +01:00
Marcus Holland-Moritz
0771e8aa7d refactor: get rid of null_block_decompressor 2024-01-16 15:58:22 +01:00
Marcus Holland-Moritz
1e6d76dec6 refactor(dwarfsck): prevent shadowing of local variable 2024-01-16 15:58:22 +01:00
Marcus Holland-Moritz
860912e5e4 refactor: get rid of std::endl 2024-01-16 15:58:22 +01:00
Marcus Holland-Moritz
fd005e0e06 feat(filesystem): load image even if non-metadata sections are corrupt 2024-01-16 15:58:22 +01:00
Marcus Holland-Moritz
91368d0550 chore(fs_section): use cache for check_fast(), add check() to bypass 2024-01-16 15:58:22 +01:00
Marcus Holland-Moritz
99d6e20a6c chore: add more asserts and slightly fix reported fragment counts 2024-01-16 15:58:22 +01:00
Marcus Holland-Moritz
ccddd644ae fix(logger): fix context shortening on Windows 2024-01-16 15:58:22 +01:00
Marcus Holland-Moritz
f95ae41a9b test(filesystem): find_image_offset tests 2024-01-16 15:58:22 +01:00
Marcus Holland-Moritz
a0acdacd03 chore: remove unused code 2024-01-16 15:58:22 +01:00
Marcus Holland-Moritz
70d3c8232d test: check inode dumps in the presence of read/map errors 2024-01-16 15:58:22 +01:00
Marcus Holland-Moritz
6cf799a96e test: test log context presence and option 2024-01-16 15:58:22 +01:00
Marcus Holland-Moritz
3f56013125 chore: update TODO 2024-01-16 15:58:22 +01:00
Marcus Holland-Moritz
96a0ae1156 feat(logging): consolidate log option handling, add --log-with-context 2024-01-15 22:08:44 +01:00