Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Ventoy
Support Ventoy development
Collective -
Host: opensource -
https://opencollective.com/ventoy
- Website: https://www.ventoy.net/
- Code: https://github.com/Ventoy
* Closes #24
github.com/ventoy/rufus - 98ff7a931a11a0f7cb25d1533e872c5efd68039d authored over 12 years ago by Pete Batard <[email protected]>
* also bump version to rufus-next
* also change build prefix from '#' to 'b' in tags
* Add cheat mode for MBR selection (Alt-M)
* fix NTFS default for WinPE
* fix Clang warnings
* Use \i386 always through SetupSourceDevice in txtsetup.sif
and prevent deletion of install d...
* Also add MBR support from resource file
* Also fix an issue with WDK
* Adds USB masquerading according to disk ID in USB part table
* Adds debug feature
* Closes #74...
* added mbr_rufus.h to ms-sys, and MBR selection to UI
* also simplified int 13 override, fixing...
* I'm looking at you, Dell Optiplex!
* also fix boot in case no secondary bootable drive exists
...
* Adds an MBR to prompt the use about USB or HDD boot
* If USB boot is not selected, an INT13h o...
* also switched MBR to Win7 one
* also switched version to rufus-next
* remove testing delay and comment in net.c
github.com/ventoy/rufus - c07832b090043ab8fe79539c3c4345d6842b5aae authored almost 13 years ago by Pete Batard <[email protected]>
* adds http/https download capabilities
* closes #46
* Addresses issue #66 (insert media notification with empty card readers)
* Addresses issue #67 ...
* closes #49
* closes #60
* closes #64
* should address #59
* set default doe ISOs with bot boot...
* 32 bit bad blocks check is too limited for large drives
and result in erroneous computations...
* add readout and display of extended autorun.inf label if available
* use improved isolinux con...
* also update version to rufus-next
github.com/ventoy/rufus - 1fce90dc7cb13ade8609cb01fc16a06220382d49 authored almost 13 years ago by Pete Batard <[email protected]>* adds check for 'fake' USB drives in bad blocks
github.com/ventoy/rufus - 044398833bf0f4049be0f4783d34fe98002c2138 authored almost 13 years ago by Pete Batard <[email protected]>
* When using Win7 installation ISOs, XP would return the error:
[0x00000456] The media in the ...
* Our detection code, which is based on the HPUSBFW utility, allows fixed
drives such as USB H...
* Closes #37
* Closes #38
* Closes #39
* Closes #42 (from previous commits)
* Closes #44 (from p...
* Creates an UTF-16 autoconf.inf with label, as well as autoconf.ico
* also fixed extended label...
* Allow the use of vanilla Syslinux by creating a /syslinux.cfg
that references isolinux.cfg
*...
* also added the full usb.ico from PC Unleashed for future reference
github.com/ventoy/rufus - 3e51ed71607697d82ab872ea27cebb8b366cf69a authored almost 13 years ago by Pete Batard <[email protected]>* Also make SysLinux non-optional
github.com/ventoy/rufus - 8e091fdc048e1fe2788ebf11cd9cc846df9e8fd1 authored almost 13 years ago by Pete Batard <[email protected]>
* Closes #35
* Also update syslinux resources
* Fix for broken UDF access with MSVC on some images
(eg. Arch Linux)
* Fix for broken Joliet ...
* improved ISO selection
* set default FS according to ISO boot method
* fix exFAT selection
* scan would fail on lowercase vs mixed case dir name comparison
due to Joliet (eg. using Slac...
* DOS creation was broken due to missing unlock + close
* added label validation to prevent erro...
* required for Linux distros such as Arch Linux
* also added udf_get_logical_volume_id to libcdi...
* use a modified syslinux that can use isolinux config files
* update syslinux to git version
* ...
* first release with ISO support (bootmgr ISO only)
* fix ISO9660 extraction and error reports
github.com/ventoy/rufus - c1a8135d30fcedb84a1671facf73370299028034 authored almost 13 years ago by Pete Batard <[email protected]>
* remove threaded cancellation, detect blocking and warn instead
* also add hidden shortcut to d...
* also fixed ms-config.h
github.com/ventoy/rufus - d1f41309a9244132561c310ed536972990eb9ddf authored almost 13 years ago by Pete Batard <[email protected]>
* bootmgr ISOs only
* extraction and ISO support UI improvements
* UTF8 support through CreateFi...
github.com/ventoy/rufus - 22276ccb5a55a5617524a4914d9d7459e32da164 authored almost 13 years ago by Pete Batard <[email protected]>
* NTFS boot records in ms-sys
* also added debug duplication to PrintMessage
* also fixed contro...
* STORAGE_DEVICE_NUMBER.DeviceNumber is not unique! Optical drives and
HDDs can have the same ...
* enable ISO for ntfs
* enable ISO selection with FileDialog
* also move UI init to its own func...
* add ISO scan and extract progress dialog
* compute sizes and set properties
* allow cancellati...
github.com/ventoy/rufus - 013db6a6d82647fc7a0cce1179d8c0d561b878cf authored almost 13 years ago by Pete Batard <[email protected]>
github.com/ventoy/rufus - d5deb33357ca38b736e9133fad0572a760dcb23d authored almost 13 years ago by Pete Batard <[email protected]>
* from libcdio: http://www.gnu.org/software/libcdio/
github.com/ventoy/rufus - 5bd86bc7439a42b1af23ff2c76d2f4e7c0111dfb authored almost 13 years ago by Pete Batard <[email protected]>* also minor updates
github.com/ventoy/rufus - 9d2f9faa7077198c788a60a27c52c4d2c2820946 authored almost 13 years ago by Pete Batard <[email protected]>
* also fixes memory leak in syslinux.c
* closes #31
* MS platforms only (*BREAKS* MinGW)
github.com/ventoy/rufus - acf7d072b051eda2cf111f49c40354b03b80b477 authored almost 13 years ago by Pete Batard <[email protected]>
* use toplevel ms-config.h for options, rather than duplicate project files
* applies for MSVC a...
github.com/ventoy/rufus - e49549d26a9c68409df3bcb7d40a2525f06b7232 authored almost 13 years ago by Pete Batard <[email protected]>
* set ms-sys to be built as a library
* also removed unused code from badblocks.c
* also removed nd/ro tests as unlikely to be used
github.com/ventoy/rufus - 01d1d74f0442750eb91b7c2095d3b3d3cfd06896 authored almost 13 years ago by Pete Batard <[email protected]>* !MENUCOLOR brings FreeDOS closer to WinME selection menu
github.com/ventoy/rufus - 35edfb02185f53d3add848137530cbe9e76ba1cb authored almost 13 years ago by Pete Batard <[email protected]>
* default is enabled (=> add --without-freedos to disable)
* also update the release process as ...
* removed TODO (duplicates github feature)
* updated copyrights to 2012
* fixed MS only rufus VS...
* closes #6
github.com/ventoy/rufus - d27e73137d1eaf709eb4bce0b0598cf65bf91c36 authored almost 13 years ago by Pete Batard <[email protected]>
* Alt-D can be used to reset autorun policy
* can be useful if app crashed
* also updated FreeDOS components and TODO
github.com/ventoy/rufus - cc30e160da19bdba04c71ccd50fca1408b43a60b authored almost 13 years ago by Pete Batard <[email protected]>* closes #26
github.com/ventoy/rufus - 526a1254635d11cd98d2a19c9e9a8381c8bfa50a authored almost 13 years ago by Pete Batard <[email protected]>
* added FreeDOS support
* closes #3
github.com/ventoy/rufus - 7fbee9d6d7a0cdbab8c63e6e2692da563a8afc5d authored almost 13 years ago by Pete Batard <[email protected]>
* sets DOS locale using the same algorithm as MS' diskcopy.dll
* uses CONFIG.SYS menu to allow U...
* also pre-release cycle version increment
* also update make release script for new naming scheme
* closes #22 (missing CloseHandle for FreeDOS' AUTOEXEC.BAT)
* split rufus and rufus_fd solution...
* create an empty AUTOEXEC.BAT file to avoid date/time prompt
* use a patched version of KERNEL....
* closes #21
github.com/ventoy/rufus - 6def8f8abe411c0df4b87f90083f45670e9c61dd authored about 13 years ago by Pete Batard <[email protected]>github.com/ventoy/rufus - 849f61a80fca0164e45b94d18cb436e1645e3740 authored about 13 years ago by Pete Batard <[email protected]>
* closes #2
github.com/ventoy/rufus - f72b298c03f99401f061f1fb69308918895df533 authored about 13 years ago by Pete Batard <[email protected]>
* Disk Drive ID fixup for FAT32 was already available in ms-sys with option -p
* modified code t...
* write primary and secondary boot records
* add offset provision for sector write
* improved de...
* also remove provisions for keyboard shortcuts as they don't work
github.com/ventoy/rufus - 36fa9cee23e3e32f80b73ab2955e074225ced4f8 authored about 13 years ago by Pete Batard <[email protected]>
* fixed issue #16 - crash during format on XP
* fixed issue #17 - non bootable drives when creat...
* fixed remaining Clang warnings in badblocks.c and configure.ac
* removed beta and updated vers...
* follow what MS/FormatEx actually allow
* closes #15
* also fixed potential empty selection in ...
* new drive notifications from explorer are annoying
* use Local Group Policy to temporarily dis...
* acquire a vomume handle and unmount the volume before anything else
* remove the volume access...
github.com/ventoy/rufus - 78ad099bf9aa103dbedfc5df6e695b0749cbed8a authored about 13 years ago by Pete Batard <[email protected]>
* fixed DOS selected on init for exFAT and NTFS in certain cases
* improved progress and status ...
* progress bar now reflects actual completion of process more closely
* dropped the use of UM_FO...
* also ensure that the user sees a report in case too many bad blocks were found
* also changed ...
* improved status bar printout (priority messages with timeout)
* report with abort/retry/cancel...
* also changed title to add "(Beta)"
github.com/ventoy/rufus - f93a85ab831f5df9202d5a2b24cbb778ad1e4cd7 authored about 13 years ago by Pete Batard <[email protected]>github.com/ventoy/rufus - 192c3d6cc8c44a8294357325a4376001e2a940a1 authored about 13 years ago by Pete Batard <[email protected]>
* after a bb check, MBR could become garbage
* when that occurs, Windows might interpret a bad p...
* also added credits in about box
github.com/ventoy/rufus - 5c2242beaa76759d39eb2ee942d29aa484c28028 authored about 13 years ago by Pete Batard <[email protected]>
* MSVC x64 warnings in file.c
* Clang and MinGW warnings in badblocks
* also removed the require...
* also fixed some issues with read_sectors/write_sectors and dropped bufsize parameters
github.com/ventoy/rufus - e419cf90156ffa539efeb969e9acd7d4e5043a4b authored about 13 years ago by Pete Batard <[email protected]>* also renamed Allocation Unit to Cluster
github.com/ventoy/rufus - d81525d3f4534148e0ea73a6eb3791a63be7855c authored about 13 years ago by Pete Batard <[email protected]>
* Resourceful -> Reliable
* also removed standalone makefile (mkf)
* also updated wdk script
github.com/ventoy/rufus - 1d429d939ec0cf3785cf9043e3cc6b23b33b5349 authored about 13 years ago by Pete Batard <[email protected]>github.com/ventoy/rufus - 071cf84cc4024d835d932d54807c2e91fdaa1929 authored about 13 years ago by Pete Batard <[email protected]>
github.com/ventoy/rufus - 48f9dd47aef45ff984230af01888953fb264e7a3 authored about 13 years ago by Pete Batard <[email protected]>
github.com/ventoy/rufus - 4edb492c199e59984b5e005e98f37703e42e8f42 authored about 13 years ago by Pete Batard <[email protected]>
* generated from MinGW32
github.com/ventoy/rufus - 4c8805323784255e85c25b43b4e4de1313f9bb4a authored about 13 years ago by Pete Batard <[email protected]>
* also renamed standalone makefile from mf to mkf
* also added release step, with UPX compressio...
* also minor improvements to internal scripts
github.com/ventoy/rufus - b23a8089fdd994187870fa183e142349d83cf3b3 authored about 13 years ago by Pete Batard <[email protected]>* also properly set media type when formatting
github.com/ventoy/rufus - 3e3126667e23dced27dec0a1963c0e5f4f076b3c authored about 13 years ago by Pete Batard <[email protected]>
* added StrErr() call
* also improved WindowsErrorString() and Notification() calls
* also improved look&feel & about text
github.com/ventoy/rufus - 5a001f40f408e25cb7eb21dca291dad9b8c142b9 authored about 13 years ago by Pete Batard <[email protected]>* also added inadvertently removed 16x16 image to .ico
github.com/ventoy/rufus - 4f23d1fc8b331c3726ef130e0f34fe65b1bdbeb7 authored about 13 years ago by Pete Batard <[email protected]>