..
bled
[misc] fix some Coverity warnings
2021-08-02 13:22:49 +01:00
ext2fs
[misc] fix Coverity and CodeQL warnings
2021-09-07 23:39:04 +01:00
getopt
[misc] drop Clang support and move VS2017 project files to .vs
2017-11-11 15:41:04 +00:00
libcdio
[misc] fix Coverity and CodeQL warnings
2021-09-07 23:39:04 +01:00
ms-sys
[misc] update autotools support files
2021-03-25 23:57:34 +00:00
msvc-missing
[ext2fs] initial ext2fs support
2019-04-12 21:32:40 +01:00
syslinux
[misc] switch to using LoadLibraryEx everywhere
2021-04-09 11:31:52 +01:00
.editorconfig
[misc] finally, set .editorconfig to use UTF-8 *without* BOM
2017-08-14 21:40:56 +01:00
badblocks.c
[badblocks] use 0x55 and 0xAA for less than 2 passes checks
2020-11-10 17:24:52 +00:00
badblocks.h
[ext2fs] initial ext2fs support
2019-04-12 21:32:40 +01:00
checksum.c
[misc] fix typos found by codespell
2021-11-16 18:53:52 +00:00
db.h
[misc] fix console hogger not being deleted on exit
2021-10-23 15:14:46 +01:00
dev.c
[dev] add support for intel NUC card readers
2021-09-09 22:20:57 +02:00
dev.h
[core] report SuperSpeed+ devices
2019-07-31 22:45:11 +01:00
dos.c
[misc] fallback to using LoadLibrary() when LoadLibraryEx() fails or doesn't apply
2021-10-18 13:15:41 +01:00
dos.h
dos_locale.c
[misc] fix typos found by codespell
2021-11-16 18:53:52 +00:00
drive.c
[misc] fix typos found by codespell
2021-11-16 18:53:52 +00:00
drive.h
[core] add VDS detection and print a notice if VDS is unavailable
2021-10-04 14:29:09 +02:00
format.c
[misc] fix typos found by codespell
2021-11-16 18:53:52 +00:00
format.h
[core] fix format error when trying to use old BIOS fixes with VHDs
2020-07-03 15:24:37 +01:00
format_ext.c
[misc] fix typos found by codespell
2021-11-16 18:53:52 +00:00
format_fat32.c
[misc] fix typos found by codespell
2021-11-16 18:53:52 +00:00
gpt_types.h
[loc] fix Russian translation for KB/MB/GB...
2020-12-11 17:10:48 +00:00
hdd_vs_ufd.h
[core] speed up the clearing of MBR/GPT sectors
2021-09-19 14:29:30 +01:00
icon.c
[misc] silence more Coverity false positives
2019-08-06 17:02:28 +01:00
iso.c
[misc] fix typos found by codespell
2021-11-16 18:53:52 +00:00
license.h
[misc] add regexp engine
2021-04-22 22:43:20 +01:00
localization.c
[checksum] enable toggling of SHA512 (Alt-H)
2020-06-25 11:58:56 +01:00
localization.h
[misc] fix MinGW/gcc 10.x multiple definition errors
2020-05-18 21:25:44 +01:00
localization_data.h
[ui] add a message for ISOHybrids that don't allow for ISO mode
2021-03-25 20:49:45 +00:00
localization_data.sh
[dev] add exception for Realtek card readers
2021-01-06 19:27:31 +00:00
Makefile.am
[iso] add Windows ISO version report
2021-10-08 19:24:07 +01:00
Makefile.in
[iso] add Windows ISO version report
2021-10-08 19:24:07 +01:00
mbr_types.h
[core] improve reporting of partition types
2020-02-06 18:23:19 +00:00
missing.h
[misc] miscellaneous code cleanup and fixes
2020-09-09 17:00:39 +01:00
msapi_utf8.h
[iso] add Windows ISO version report
2021-10-08 19:24:07 +01:00
net.c
[misc] fix typos found by codespell
2021-11-16 18:53:52 +00:00
parser.c
[misc] fix typos found by codespell
2021-11-16 18:53:52 +00:00
pki.c
[fido] add additional Authenticode validation before running the script
2021-05-27 00:19:25 +01:00
process.c
[misc] fix typos found by codespell
2021-11-16 18:53:52 +00:00
process.h
[iso] use NtCreateFile() to create files with preallocated sizes
2020-02-14 23:39:57 +00:00
re.c
[misc] add regexp engine
2021-04-22 22:43:20 +01:00
re.h
[misc] add regexp engine
2021-04-22 22:43:20 +01:00
registry.h
[misc] small Windows versioning improvement
2021-09-28 15:39:51 +01:00
resource.h
[ui] add a message for ISOHybrids that don't allow for ISO mode
2021-03-25 20:49:45 +00:00
rufus.c
[iso] add 'inst.repo' Red-Hat workaround for CentOS Stream
2021-11-22 20:11:47 +00:00
rufus.h
[misc] fix typos found by codespell
2021-11-16 18:53:52 +00:00
rufus.manifest
[dev] add exception for Realtek card readers
2021-01-06 19:27:31 +00:00
rufus.rc
[iso] add 'inst.repo' Red-Hat workaround for CentOS Stream
2021-11-22 20:11:47 +00:00
settings.h
[ui] add cheat mode (Alt-M) to ignore Boot Marker
2020-11-12 17:38:20 +00:00
smart.c
[misc] UFD vs HDD detection improvements
2021-04-23 12:03:43 +01:00
smart.h
[misc] use the more univerasal _mm_alloc() instead of _aligned_malloc()
2016-06-10 12:42:43 +01:00
stdfn.c
[misc] improve Windows edition reporting
2021-10-27 09:51:28 +01:00
stdio.c
[ui] improve progress report when disabling Windows 11 installation restrictions
2021-10-09 16:18:45 +01:00
stdlg.c
[misc] fallback to using LoadLibrary() when LoadLibraryEx() fails or doesn't apply
2021-10-18 13:15:41 +01:00
syslinux.c
[misc] fix typos found by codespell
2021-11-16 18:53:52 +00:00
ui.c
[misc] fix typos found by codespell
2021-11-16 18:53:52 +00:00
ui.h
[core] add option to bypass TPM 2.0/Secure Boot/RAM requirements for Windows 11 ISOs
2021-10-08 19:24:10 +01:00
ui_data.h
[ui] fix missing labels for accessibility
2020-07-02 22:55:01 +01:00
vhd.c
[misc] use application dir for storage in portable mode
2021-10-11 20:11:06 +01:00
winio.h
[core] switch to async I/O for image writing
2021-04-22 01:01:56 +01:00