Pete Batard
39e418fbe9
[iso] add work around for ISOs that use nonstandard Rock Ridge extensions
...
* Looking at you Kali Linux!
* Also silence the annoying 'from_733: broken byte order' warning
2017-07-21 13:11:44 +01:00
Elvin Məlikov
f1aeb63267
[loc] update Azerbaijani translation to latest
2017-07-20 17:49:20 +01:00
Pete Batard
4617ba786d
[process] add a timeout for the process search
...
* The process search appears to be blocking on some platform, and we
also don't want users to have to wait too long on format startup
* Also update the update check for Windows XP SSL errors
2017-07-20 17:43:38 +01:00
Sippapas Wangsri
5c3437f6de
[loc] update Thai translation to latest
2017-07-19 16:57:52 +01:00
Pete Batard
9f8f5517fe
[loc] update Vietnamese translation to latest
2017-07-19 13:50:35 +01:00
Chocobo1
0137de5c3a
[loc] update Chinese Traditional translation to latest
...
* Closes #985
2017-07-19 13:45:09 +01:00
Pete Batard
e34f5ac528
[process] fix executable paths on Windows 7 or earlier
2017-07-18 17:10:15 +01:00
Gîrlea Alexandru
476ef267d2
[loc] update Romanian translation to latest
2017-07-18 15:39:29 +01:00
Mehmetali Kuran
980dc53d37
[loc] update Turkish translation to latest
2017-07-18 13:01:09 +01:00
Pete Batard
77e40d1373
[syslinux] remove unwanted 'isolinux.tmp' on error
...
* Also use a global 'temp_dir' variable and fix a small issue with Swedish translation
2017-07-18 12:57:22 +01:00
Thilo Langbein
ae6fa7af39
[loc] update German translation to latest
2017-07-18 12:16:22 +01:00
Piotr Halama
90761165de
[loc] update Polish translation to latest
2017-07-18 12:12:45 +01:00
Aldis Tutins
09538a2456
[loc] update Latvian translation to latest
2017-07-18 12:09:56 +01:00
Jan-Erik Drangevåg
172ba1e795
[loc] update Norwegian translation to latest
2017-07-18 12:06:59 +01:00
Richard Kahl
b556c4dece
[loc] update Czech translation
2017-07-18 12:03:17 +01:00
Jiawei Wang
b4800cd206
[loc] update Chinese Simplified translation to latest
...
* Closes #982
2017-07-18 11:56:15 +01:00
Sopor
a4cf6aea8f
[loc] update Swedish translation to latest
2017-07-18 11:50:39 +01:00
Dinis Medeiros
ca9cdaf14b
[loc] update Portuguese (Standard) translation to latest
2017-07-17 22:10:29 +01:00
Roberto Boriotti
bb828fda2b
[loc] update Italian translation to latest
2017-07-17 22:07:21 +01:00
MaKK
6d8da601c7
[loc] update Spanish translation to latest
2017-07-17 17:40:17 +01:00
Pete Batard
f01043feda
[misc] fix minor MinGW warnings
...
* Also update localization to version 1.0.22
2017-07-17 17:18:18 +01:00
Pete Batard
b4a2c06a2e
[ui] ask user if they want proceed when conflicting processes are found
...
* Rufus now checks for processes with handles opened on the drives/volumes before
starting the format operation and asks the user if they want to continue.
* This mimics Windows' behaviour when formatting drives, and actually uses the
same message as the one from shell32.dll.mui.
* Closes #773
2017-07-16 22:42:19 +01:00
Pete Batard
bed889718e
[core] attempt to continue if the only conflicting handles we found are for read-only
...
* Also clean-up the process code and update for rufus-next
2017-07-13 21:53:44 +01:00
Pete Batard
a528bb3d83
[ui] report process(es) that are preventing access on error
...
* Also revert loc file changes that were introduced in f53b22a077
2017-07-11 17:50:38 +01:00
Pete Batard
c00557900b
[misc] drop WDK compilation support
2017-07-10 13:10:23 +01:00
marcellogianola
86c530ac50
[loc] Fix typos in Italian translation
...
* Closes #975
2017-07-05 15:29:24 +01:00
Pete Batard
92d046e663
[ui] produce a sound and flash taskbar icon on success/error
...
* Closes #973
2017-07-04 14:51:25 +01:00
Tiago Rinaldi
bfecb9e29f
[loc] Update Portuguese (Brazilian) translation
...
* Closes #974
2017-06-29 11:31:52 +01:00
Pete Batard
150be52479
[iso] notify if the file size on disk is smaller than expected ISO size
...
* Closes #963
* Also fix a potential issue with Notification()
2017-06-24 17:23:06 +01:00
Pete Batard
390c134b7a
[togo] be more verbose about the files being applied
2017-06-20 14:10:22 +01:00
Pete Batard
54ee68f6fc
[pki] have GetSignatureName() use the current binary on NULL parameter
2017-06-15 17:25:13 +01:00
Pete Batard
92d8ac26b0
v2.15 (build 1117)
2017-05-16 12:37:46 +01:00
Pete Batard
9e2d0239e6
[grub] update Grub4DOS to latest
...
* Also update AppVeyor build script
2017-05-15 12:45:03 +01:00
Pete Batard
23d71ae0f1
[arm] add ARM compilation support (MSVC)
...
* Yay!
* Also remove unneeded stdint.h/stdbool.h/inttypes.h
2017-05-15 12:04:03 +01:00
Pete Batard
32b5987387
[misc] finally make the Appx taskbar icon transparent
...
* It's wasn't an underscore but a dot!
2017-05-14 14:42:58 +01:00
Pete Batard
09181454dd
[misc] try to make that darn Appx taskbar icon transparent
...
* Still doesn't work though :(
* Also some minor .sln and _pre-commit.sh improvements
2017-05-14 13:23:45 +01:00
Pete Batard
3d1b3bac40
[misc] update project files to VS2017
2017-05-12 12:08:17 +01:00
Pete Batard
a4b19ddf1a
[misc] move appx generation to Makefile
2017-05-09 10:54:13 +01:00
Pete Batard
7ec8db5602
[process] check for volumes open with executable access rights
...
* This allows us to properly identify an open command prompt as a blocking process
* Also, since FSCTL_LOCK_VOLUME is slow, switch to using an actual timeout
2017-05-08 16:58:26 +01:00
Pete Batard
f53b22a077
[ui] tell users to check the log on access errors
...
* Also make sure to have big fat WARNING there if we detect conflicting processes
2017-05-05 23:32:01 +01:00
Pete Batard
e52947f300
[grub] update GRUB to 2.02 release
...
* Just update the headers really, since all the core.img
from 2.02~rc1 upwards have been binary identical.
* Also fix a potential small issue in process.c
2017-05-05 19:21:53 +01:00
dmex
302f108d79
[process] add a more efficient method to search for processes
...
* As suggested in #773
* Don't switch to using this method though, as it requires a handle to the disk or volume
to be obtained, and we use the process search in case there is an issue doing so.
2017-05-05 18:09:38 +01:00
Pete Batard
867177c5cd
[misc] expand lock cheat mode to also apply to write sharing
...
* Also improve log messages
2017-05-03 14:48:24 +01:00
Pete Batard
ea940114ee
[process] enable SE_DEBUG_PRIVILEGE so we can enumerate Windows Services
...
* Closes #948
* Also set COINIT_DISABLE_OLE1DDE on init as advised by Microsoft
2017-05-02 14:07:41 +01:00
Pete Batard
23390bf911
[core] relax the FILE_SHARE_WRITE rules during enumeration
...
* Should allow enumeration of drives, that other process have open
with RW access, back again (looking at you, Paragon!!!)
2017-05-02 00:56:07 +01:00
Pete Batard
3b4b742772
[wintogo] add an error popup if we can't select the version
2017-05-02 00:38:40 +01:00
Pete Batard
9950f5c088
[misc] enable DEP (Data Execution Prevention) on MinGW
...
* Also fix minor warnings
2017-05-01 23:55:58 +01:00
Pete Batard
7b37208820
[process] print access rights
...
* Also clean up the code
2017-05-01 19:50:47 +01:00
Pete Batard
7b86943266
[ui] don't report an error on chkdsk failure
2017-05-01 16:40:14 +01:00
Pete Batard
30137de7cb
[iso] improve handling of image size
...
* Don't use the projected size where the actual image size should be used
* Also fix an issue with the projected size computation
2017-05-01 16:22:34 +01:00