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

[mingw] fixed app launching a console on startup

* was the windows subsystem flag
* also added BETA status on about box

github.com/ventoy/rufus - 9daeec0fa1f7d6b95db4e1e379ffd6d038b6923f authored about 13 years ago by Pete Batard <[email protected]>
[ui] only enable bootable DOS for FAT16 and FAT32

* also set bootable DOS selected by default

github.com/ventoy/rufus - d67768923ef6e75e85becd8a2ff433d6c63b4053 authored about 13 years ago by Pete Batard <[email protected]>
[boot] added FAT16 bootable MS-DOS support

* also fixed broken FAT32 bootable MS-DOS
* also added extended error report in file.c

github.com/ventoy/rufus - cbc54d764de105e8cfef671c9fa666d1e0821832 authored about 13 years ago by Pete Batard <[email protected]>
[mingw] switched to autotools for Makefile generation

* allows better integration with Clang
* use ./autogen.sh to generate compilation scripts
* old ...

github.com/ventoy/rufus - b6c6e37927eab249db927a550c4d051708ae499e authored about 13 years ago by Pete Batard <[email protected]>
[misc] move drive related functions into their own source

github.com/ventoy/rufus - 2390b305c82df8ba66196ab174c68d3e3a1df9ff authored about 13 years ago by Pete Batard <[email protected]>
misc] move formatting functions into their own source

* also add missing #pragma once in msapi_utf8.h

github.com/ventoy/rufus - 79f3e78ec3b2d81b0c70ea657fdc41fcafd43353 authored about 13 years ago by Pete Batard <[email protected]>
[misc] move I/O functions into their own source

github.com/ventoy/rufus - bc252400a15a71e4f36635d726989df167c0dce0 authored about 13 years ago by Pete Batard <[email protected]>
[msvc] fix MSVC 64 bit conversion warnings

* use size_t in file.c
* remove obsolete Hungarian notation

github.com/ventoy/rufus - 08d68301cd3a2a256b41041c9278489e03313a5a authored about 13 years ago by Pete Batard <[email protected]>
[ui] fs and cluster size selection improvements

* also added support for FCC_DONE_WITH_STRUCTURE which is used on Small FAT16 formatting

github.com/ventoy/rufus - af3607715a3d719a7035754a7048766f91523ea6 authored about 13 years ago by Pete Batard <[email protected]>
[fs] set default cluster size according to MS defs

* see http://support.microsoft.com/kb/140365
* also added exFAT as supported FS

github.com/ventoy/rufus - a7d714cefd59b3f2497ff09c08986710d4df35a2 authored about 13 years ago by Pete Batard <[email protected]>
[mingw] Makefile improvements

* also fixed removal of .tag in git post commit hook

github.com/ventoy/rufus - 70a5116bb75a25c4a6df252283321dfcee0f801d authored about 13 years ago by Pete Batard <[email protected]>
[internal] added post-commit hook for autotagging

github.com/ventoy/rufus - 651cdcaa65cf23dc79904f4bb315e7f3605fb1e2 authored about 13 years ago by Pete Batard <[email protected]>
[boot] fixup for crippled WinME COMMAND.COM and IO.SYS

* see http://www.multiboot.ru/msdos8.htm
* also added attributes & timestamps from FAT12 image f...

github.com/ventoy/rufus - 1b20310395583bd002cac9aa548ada04b9a46fa1 authored about 13 years ago by Pete Batard <[email protected]>
[boot] write bootable mbr and fs_br (FAT32 only)

github.com/ventoy/rufus - 7ae6715b557c1de5b9d5278d937121bf5c316fea authored about 13 years ago by Pete Batard <[email protected]>
[mbr] added mbr detection

* also added write_data() for Windows in file.h
* also merged/removed fat16/32 includes
* also r...

github.com/ventoy/rufus - 88143701ed3a761561088e3e30a8bf442bcd1bf5 authored about 13 years ago by Pete Batard <[email protected]>
[misc] handle all versioning in rufus.rc

github.com/ventoy/rufus - 2d8a674b885968ccc7f35c40d9a00e60dced9951 authored about 13 years ago by Pete Batard <[email protected]>
[mingw] add ms-sys support for MinGW and fix warnings

github.com/ventoy/rufus - d3d07e97bdc7278d73afec9c2aa120936eb83a39 authored about 13 years ago by Pete Batard <[email protected]>
[wdk] include ms-sys files for WDK

github.com/ventoy/rufus - c54ecd83dd4c045f3a51377ab17ea8f987c0949c authored about 13 years ago by Pete Batard <[email protected]>
[mbr] added some mbr processing

* fix MS's removal of LBA from FS types in partition table
* improved GetDriveHandle()
* issue a...

github.com/ventoy/rufus - d20e7567655bc46e4cd8242865f5daef1d74cada authored about 13 years ago by Pete Batard <[email protected]>
[mbr] added ms-sys files

github.com/ventoy/rufus - 6e2fb54480677385cc479e7d5d5ee06841d4db03 authored about 13 years ago by Pete Batard <[email protected]>
[internal] fix non-removal of sed script

github.com/ventoy/rufus - 44c418714c096782175b1ec32de199643506bc9f authored about 13 years ago by Pete Batard <[email protected]>
[ui] added cluster size selection

github.com/ventoy/rufus - b541496e7e470b09163edbd0e31ae948b39400b5 authored about 13 years ago by Pete Batard <[email protected]>
[internal] added pre-commit git script to increase the nano

* from now on, nano will reflect the distance to initial commit
* to have git run this script on...

github.com/ventoy/rufus - d35d37cf20064e8b1c917f4ac2a4a531ddb90544 authored about 13 years ago by Pete Batard <[email protected]>
[core] improved error and cancellation handling

* return standard Windows error codes where possible
* add custom error codes that follow the Wi...

github.com/ventoy/rufus - d6c66e0d09e54377136bbdc6620a8640f3bcccd3 authored about 13 years ago by Pete Batard <[email protected]>
[ui] added cancellation and control greyout during format

* also prevent application close during format

github.com/ventoy/rufus - 23b1f55338769d81e0369c5ce0b2d2ddd6160fb2 authored about 13 years ago by Pete Batard <[email protected]>
[core] use separate thread for format

* also added progressbar display
* also added copying of MS-DOS files (no bootblock yet)

github.com/ventoy/rufus - 99951cdb278e655ca87803a41660247757048666 authored about 13 years ago by Pete Batard <[email protected]>
[boot] added MS-DOS file extraction from diskcopy.dll

* diskcopy.dll contains a resource ('BINFILE') that is a 1.4MB
floppy image of a bootable MS-D...

github.com/ventoy/rufus - f75a9fc7cbdbd3cd0a2bfa715cd307fabeed86c5 authored about 13 years ago by Pete Batard <[email protected]>
[wdk] fixed non wchar GetWindowText

github.com/ventoy/rufus - 60ac60ceb07400b1d33456dc71033a0b604f3983 authored about 13 years ago by Pete Batard <[email protected]>
[core] added formatting

* also added filter for hotplug detection

github.com/ventoy/rufus - 1c302ee594603d3ad3936272e7c33d152cea5f9e authored about 13 years ago by Pete Batard <[email protected]>
[ui] use GNU fdisk's sys_type.h for FS type description

* also fixed persistent FS tooltip when no device is attached

github.com/ventoy/rufus - 7280b0c45b10801507ce12a239c669d0ccbbe431 authored about 13 years ago by Pete Batard <[email protected]>
[format] functional partitioning

github.com/ventoy/rufus - df42dadd08f5b3b2d0ac709f93087a80d3b9b04d authored about 13 years ago by Pete Batard <[email protected]>
[utf8] fix bad wchar string alloc size in ComboBox_GetLBTextU()

github.com/ventoy/rufus - 96e4e64447b0c9d6481b54dcee77e9be5df7ed28 authored about 13 years ago by Pete Batard <[email protected]>
[ui] added FS selection and tooltip

github.com/ventoy/rufus - f661e5c58563d66087f7a53f4e469b5253d7503c authored about 13 years ago by Pete Batard <[email protected]>
[utf8] added ComboBox_GetLBTextU() to maspi_utf8.h

github.com/ventoy/rufus - 4f3ebdf92c3bd19239eef49eaf6f8c6bd70f6037 authored about 13 years ago by Pete Batard <[email protected]>
[mingw] fix array subscript out of bound warning of MinGW32

github.com/ventoy/rufus - 5216eac9f291198c9b16e8c1c872fbd94204b621 authored about 13 years ago by Pete Batard <[email protected]>
[msvc] fix 64 bit warnings

github.com/ventoy/rufus - 85f065864e3fcac6bcf17dc5a7dea98205fd78e4 authored about 13 years ago by Pete Batard <[email protected]>
[ui] smarter proposed default label

github.com/ventoy/rufus - b41687ec927d89f2fe3098784e3a80bd09c812fe authored about 13 years ago by Pete Batard <[email protected]>
[ui] UI improvements

* new controls
* label display and smart selection
* popup warning on format operation
* also fi...

github.com/ventoy/rufus - 53f236dffebd5b4b0a377d3d8436ced1815afa8a authored about 13 years ago by Pete Batard <[email protected]>
[ui] notification dialog improvements

github.com/ventoy/rufus - 510fde1133ede2bf4d245c3895cbd231421d0139 authored about 13 years ago by Pete Batard <[email protected]>
[enum] fixed label display for drives with no label

github.com/ventoy/rufus - 18986bffa458d141883ddbf1d77509608d14a221 authored about 13 years ago by Pete Batard <[email protected]>
[partition] initial partitioning code

* also added bWriteAccess parameter to GetDriveHandle()
* also added locking (FSCTL_LOCK_VOLUME)...

github.com/ventoy/rufus - 45406054ccdbba56e736f1d64bc159dc4a56b928 authored about 13 years ago by Pete Batard <[email protected]>
[wdk] renamed wdk_build.cmd to build.cmd

* also added link for WDK download

github.com/ventoy/rufus - af0fef1c8cdb077dbd77d3ef0642d2f2f30edefb authored about 13 years ago by Pete Batard <[email protected]>
[ui] display device description as tooltip

github.com/ventoy/rufus - 22fa3fc131984ed070acbf368ccedaccc37cdcaa authored about 13 years ago by Pete Batard <[email protected]>
[core] added string array manipulation

* for drive description report
* also added MSVC memory leak detection in debug mode

github.com/ventoy/rufus - f263369e553542c8c44c9cbacd137071187207d3 authored about 13 years ago by Pete Batard <[email protected]>
[ui] added About and License dialogs

* also added partition information
* also fixed enumeration of non Windows FS USB devices

github.com/ventoy/rufus - f355c450b670ce2ed6c08713fd40b384d84dbc92 authored about 13 years ago by Pete Batard <[email protected]>
[make] enforce LF in Makefile

github.com/ventoy/rufus - c24d150189e7dfe0f1bd6f67c5db69214e0a63a1 authored about 13 years ago by Pete Batard <[email protected]>
[mingw] fixed MinGW32 compilation

github.com/ventoy/rufus - 3d1131faaf898830af514b1247615ea368427fb4 authored about 13 years ago by Pete Batard <[email protected]>
[wdk] use batch file in order to keep a Makefile

github.com/ventoy/rufus - 4dfb38430f77fcd91fc1eb9a3cf506690d014425 authored about 13 years ago by Pete Batard <[email protected]>
[mingw] added MinGW support

* only MinGW-w64 for now
* Makefile is called GNUmakefile so as not to conflict with WDK

github.com/ventoy/rufus - d6f32a189ae436bf641323ad81bc516b45cf0906 authored about 13 years ago by Pete Batard <[email protected]>
[wdk] added WDK build file

github.com/ventoy/rufus - 67a07909b1017faabb8cb60abbb37469cf07cc12 authored about 13 years ago by Pete Batard <[email protected]>
[misc] renamed project to Rufus

github.com/ventoy/rufus - 8fa8faf5101a683db629b660de129538fa96ff58 authored about 13 years ago by Pete Batard <[email protected]>
[enum] added FS type retrieval

github.com/ventoy/rufus - 9cdce54ad98e3c9083b585402cb716941850a36d authored about 13 years ago by Pete Batard <[email protected]>
[misc] add icon resource

github.com/ventoy/rufus - cccc469ca92b2a89841168f573b6213812eabea4 authored about 13 years ago by Pete Batard <[email protected]>
[enum] populate properties on initialization and selection

github.com/ventoy/rufus - 0b97a79de28f6a59acb3e2046eeb81d41a5ab7cd authored about 13 years ago by Pete Batard <[email protected]>
[enum] added capacity data

* also factorized some of the enum calls

github.com/ventoy/rufus - 4bf87001ec7580c6ac244524e6077cfa72671207 authored about 13 years ago by Pete Batard <[email protected]>
[msvc] RC UTF16->ASCII

github.com/ventoy/rufus - 648bc0c5d0c7657cebae755a7c207ed326624b5a authored about 13 years ago by Pete Batard <[email protected]>
[enum] remove STORAGE_DEVICE_DESCRIPTOR query

github.com/ventoy/rufus - ef1922c3acdc4fc1e5b65ee1784b34a79c0dc17d authored about 13 years ago by Pete Batard <[email protected]>
[enum] retrieval of device size

github.com/ventoy/rufus - 621721b54774903ed3a19ef27641776003b418f8 authored about 13 years ago by Pete Batard <[email protected]>
[msvc] resource.h was saved as UTF-16 - now ASCII

github.com/ventoy/rufus - 835b9089f24ed356ed4b4a07da18598d8f8d1428 authored about 13 years ago by Pete Batard <[email protected]>
[enum] populate the device list

github.com/ventoy/rufus - e041eea1df3070cf5c9595f3e495a7551d9894f3 authored about 13 years ago by Pete Batard <[email protected]>
[msvc] vs2010 project files

github.com/ventoy/rufus - 7b84a6adfffc196d2f00e37500e46db4e182d60c authored about 13 years ago by Pete Batard <[email protected]>
[core] basic dialog

* UAC elevation and Aero controls enabled

github.com/ventoy/rufus - f5cd7de095e774d96f6b38933702e4f4dd1ef8de authored about 13 years ago by Pete Batard <[email protected]>
[git] added gitattributes & gitignore

github.com/ventoy/rufus - a3c0ac9b6aa8125aeea63097620116731656b312 authored about 13 years ago by Pete Batard <[email protected]>
[internal] added dummy branch switch file

github.com/ventoy/rufus - 15c1bb4905b9c0762d6aa44d7a90b7ca55381f7f authored about 13 years ago by Pete Batard <[email protected]>