1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00
rufus/src
Pete Batard d1d5c2a7b6
[efi] enable the use of exFAT with UEFI:NTFS
* Only applies for blank UEFI:NTFS drives for now. UEFI:NTFS Windows drives are
  still set to use NTFS only (since Windows 7 doesn't support UEFI exFAT boot).
2020-01-30 13:51:19 +00:00
..
bled [cmp] upgrade Bled to latest 2019-12-27 00:21:22 +01:00
ext2fs [iso] leave bootmgr and bootmgr.efi uncompressed on compressed NTFS 2019-10-22 17:17:07 +01:00
getopt [misc] drop Clang support and move VS2017 project files to .vs 2017-11-11 15:41:04 +00:00
libcdio fix MinGW-w64 warnings 2018-09-03 13:41:29 +01:00
ms-sys [misc] update license URLs and align ms-sys's write_data buffer to 4K 2019-09-06 11:32:37 +01:00
msvc-missing [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
syslinux [internal] silence a MinGW GCC 9.x warning 2019-06-05 17:08:40 +01:00
.editorconfig
badblocks.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
badblocks.h [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
checksum.c [ui] add experimental optional display of transfer speed and time remaining 2019-08-20 18:06:07 +01:00
db.h v3.6 (build 1551) 2019-07-18 13:31:29 +01:00
dev.c [ui] fix percent not being displayed on slow format 2019-09-21 22:39:00 +01:00
dev.h [core] report SuperSpeed+ devices 2019-07-31 22:45:11 +01:00
dos.c [ui] add experimental optional display of transfer speed and time remaining 2019-08-20 18:06:07 +01:00
dos.h
dos_locale.c [misc] fix dos_locale.c warning 2019-11-25 17:39:56 +00:00
drive.c [ext2fs] fix creation of persistent partitions for pre-1703 platforms 2019-09-14 23:33:46 +01:00
drive.h [ext2fs] fix creation of persistent partitions for pre-1703 platforms 2019-09-14 23:33:46 +01:00
format.c [efi] enable the use of exFAT with UEFI:NTFS 2020-01-30 13:51:19 +00:00
format.h [ui] add experimental optional display of transfer speed and time remaining 2019-08-20 18:06:07 +01:00
hdd_vs_ufd.h [core] add an exception for JMicron flash drives 2019-08-05 20:18:34 +01:00
icon.c [misc] silence more Coverity false positives 2019-08-06 17:02:28 +01:00
iso.c [efi] leave .efi files in efi/boot/ uncompressed on NTFS 2020-01-11 12:33:52 +00:00
license.h [ui] use GNU wget's algorithms for rate/ETA display 2019-09-07 12:12:28 +01:00
localization.c [ui] fix some unwanted display of LTR or RTL strings 2018-06-07 22:30:53 +01:00
localization.h [loc] update the processing of version numbers 2018-07-15 01:05:05 +01:00
localization_data.h [misc] update project to use latest default VS2017 SDK 2019-02-27 18:47:15 +00:00
localization_data.sh [ui] UI redesign 2018-03-22 23:14:21 +00:00
Makefile.am [misc] refactor some global variables' names so we can reinstate -Wshadow 2019-04-13 15:29:27 +01:00
Makefile.in [misc] refactor some global variables' names so we can reinstate -Wshadow 2019-04-13 15:29:27 +01:00
missing.h [misc] remove no longer needed XP workarounds 2017-11-13 14:30:25 +00:00
msapi_utf8.h [core] add an exception for JMicron flash drives 2019-08-05 20:18:34 +01:00
net.c [cmp] upgrade Bled to latest 2019-12-27 00:21:22 +01:00
parser.c [misc] update license URLs and align ms-sys's write_data buffer to 4K 2019-09-06 11:32:37 +01:00
pki.c [ui] disable button and add a countdown when launching update 2019-04-01 16:38:27 +01:00
process.c [ext2fs] initial ext2fs support 2019-04-12 21:32:40 +01:00
process.h [core] add full extraction support for efi.img 2019-04-04 19:12:48 +01:00
registry.h
resource.h [net] add Windows retail ISO downloads 2019-03-02 23:34:32 +00:00
rufus.c [efi] enable the use of exFAT with UEFI:NTFS 2020-01-30 13:51:19 +00:00
rufus.h [ui] improve handling of the Quick Format and Extended Label options 2019-08-24 23:45:53 +01:00
rufus.manifest
rufus.rc [efi] enable the use of exFAT with UEFI:NTFS 2020-01-30 13:51:19 +00:00
settings.h [core] partial overhaul of the partitioning and formatting facilities 2019-04-25 18:58:55 +01:00
smart.c [misc] update license URLs and align ms-sys's write_data buffer to 4K 2019-09-06 11:32:37 +01:00
smart.h
stdfn.c [misc] display Windows Update Build Revision (UBR) when available 2019-11-14 22:43:24 +00:00
stdio.c [misc] refactor the "operation in progress" detection 2019-08-22 14:04:41 +01:00
stdlg.c [ui] fix Windows format prompts not being suppressed 2019-07-08 19:21:40 +01:00
sys_types.h
syslinux.c [ui] add experimental optional display of transfer speed and time remaining 2019-08-20 18:06:07 +01:00
ui.c [ui] fix percent not being displayed on slow format 2019-09-21 22:39:00 +01:00
ui.h [ui] use GNU wget's algorithms for rate/ETA display 2019-09-07 12:12:28 +01:00
ui_data.h [misc] reorganize UI function calls into their own source 2018-07-06 05:46:36 +01:00
vhd.c [cmp] upgrade Bled to latest 2019-12-27 00:21:22 +01:00