• Joined on 2021-08-03
nerd synced commits to master at nerd/rufus from mirror 2024-05-06 21:26:21 +00:00
180a61736c [misc] move the revoked UEFI bootloader prompt before the ISO → ESP one
2106be0c3b [iso] fix an assertion with mt86plus_7.00_64.grub.iso
Compare 2 commits »
nerd synced commits to master at nerd/rufus from mirror 2024-05-03 19:56:12 +00:00
ddc7f1b89d [loc] update Portuguese (Brazilian) translation to latest
nerd synced commits to master at nerd/rufus from mirror 2024-05-01 18:56:13 +00:00
39a5ae6d36 [core] fix "drive cannot find the sector requested" when writing VHDs
nerd synced commits to master at nerd/rufus from mirror 2024-04-30 18:26:11 +00:00
cba95f7710 [grub] update GRUB to 2.12 release
4df3fd8d16 [loc] update Persian translation to latest
Compare 2 commits »
nerd synced commits to master at nerd/rufus from mirror 2024-04-29 09:46:12 +00:00
d38664dde8 [loc] update Korean translation to latest
7d63b78571 [loc] update Turkish translation to latest
2767fdbfd3 [loc] update Chinese Simplified translation to latest
569b1e2971 [loc] update Arabic translation to latest
Compare 4 commits »
nerd synced commits to master at nerd/rufus from mirror 2024-04-28 17:26:11 +00:00
2a6df95cad [iso] fix persistence option not being added for Ubuntu 24.04
83e0bdad7a [md5sum] fix unwanted partial matches in is_in_md5sum()
Compare 2 commits »
nerd synced commits to master at nerd/rufus from mirror 2024-04-28 01:06:13 +00:00
df9e333f3a [md5sum] fix bootloaders not being extracted unless referenced in md5sum.txt
nerd synced commits to master at nerd/rufus from mirror 2024-04-27 00:36:11 +00:00
4ec57dc5d7 [iso] fix improper size being returned by ExtractISOFile()
6ac2dfb0df [misc] fix temp_dir not being properly initialized
Compare 2 commits »
nerd synced commits to master at nerd/rufus from mirror 2024-04-26 16:26:14 +00:00
00dc0473b5 [loc] update Thai translation to latest
4286871f50 [loc] fix versioning for Russian and French
2c3e560ba3 [loc] update German translation to latest
2ecb8b54b2 [loc] upate Dutch translation to latest
4019bc135f [loc] update Swedish translation to latest
Compare 11 commits »
nerd synced commits to master at nerd/rufus from mirror 2024-04-25 15:56:11 +00:00
855a06d3a0 [loc] update French translation to latest
nerd synced commits to master at nerd/rufus from mirror 2024-04-22 14:26:09 +00:00
eb45c97667 [bled] fix memory allocation issue for 32-bit in unpack_lzma_stream()
nerd synced commits to master at nerd/rufus from mirror 2024-04-17 20:06:10 +00:00
513c5f44a5 [misc] fix possible buffer overflows in _snprintf()
nerd synced commits to master at nerd/rufus from mirror 2024-04-15 19:06:14 +00:00
92ac1c770c [wue] don't display WUE when '/sources/$OEM$/$$/Panther/unattend.xml' exists
nerd synced commits to master at nerd/rufus from mirror 2024-04-10 16:36:10 +00:00
f813eb05d8 [iso] fix a buffer overflow in syslinux.c
nerd synced commits to master at nerd/rufus from mirror 2024-04-10 00:16:10 +00:00
34e6e43a97 [efi] update UEFI:NTFS to latest
nerd synced commits to master at nerd/rufus from mirror 2024-04-08 23:46:09 +00:00
8a8e418751 [iso] fix a buffer overflow in iso9660/iso9660_fs.c
nerd synced commits to master at nerd/rufus from mirror 2024-04-04 23:48:32 +00:00
4eda8d9d5c [process] add extra exception handling on NtClose()
5061af2b7c [md5sum] compute and add md5sum_totalbytes to pre-existing md5sum.txt
Compare 2 commits »
nerd synced commits to master at nerd/rufus from mirror 2024-04-02 22:48:33 +00:00
dd8314b2f0 [ui] add runtime UEFI media validation as a selectable advanced option
nerd synced commits to master at nerd/rufus from mirror 2024-04-01 14:13:41 +00:00
6dac531552 [misc] don't pass an output size in DeviceIoControl() when not needed
nerd synced commits to master at nerd/rufus from mirror 2024-04-01 06:03:44 +00:00
8a5a5a318a [misc] improve readability of error code handling