summaryrefslogtreecommitdiff
path: root/libparted
Commit message (Expand)AuthorAgeFilesLines
* maint: Update copyright statements to 2022Brian C. Lane2023-03-24113-113/+113
* maint: Bump library REVISION number for releaseBrian C. Lane2023-03-242-2/+2
* tests: Fix formatting and snprintf warnings in tests.Brian C. Lane2023-02-152-2/+2
* libparted: Fix potential NULL dereference in ped_disk_next_partitionBrian C. Lane2023-02-151-1/+4
* filesys: Check for null from close_fnBrian C. Lane2023-02-151-1/+2
* tests: Fixing libparted test framework usageBrian C. Lane2023-02-077-30/+39
* libparted: Fix problem with creating 1s partitionsBrian C. Lane2023-02-061-1/+1
* gpt: Add no_automount partition flagMike Fleetwood2022-12-132-2/+12
* parted: Add display of GPT UUIDs in JSON outputArvin Schnell2022-09-302-1/+103
* tests: Add a libparted test for ped_partition_set_system on msdosBrian C. Lane2022-08-151-0/+35
* libparted: Fix handling of msdos partition typesBrian C. Lane2022-08-151-8/+46
* tests: Add a libparted test for ped_partition_set_system on gptBrian C. Lane2022-08-153-2/+108
* libparted: Fix handling of gpt partition typesBrian C. Lane2022-08-151-2/+43
* libparted: Fix check for availability of _type_id functionsArvin Schnell2022-07-271-2/+2
* libparted: add swap flag for DASD labelArvin Schnell2022-05-131-68/+50
* parted: add type commandArvin Schnell2022-05-134-333/+438
* libparted: Fix syntax-check sc_avoid_if_before_free errorBrian C. Lane2022-03-251-7/+2
* gpt: Include xalloc-oversized.hBrian C. Lane2022-03-231-0/+1
* maint: Update copyright statements to 2022Brian C. Lane2022-03-23112-112/+112
* maint: Bump library REVISION number for releaseBrian C. Lane2022-03-232-2/+2
* gpt: Revert to filesystem GUID when setting flag to offBrian C. Lane2021-09-301-1/+1
* gpt: Add linux-home flagArvin Schnell2021-09-302-0/+7
* gpt: Map PED_PARTITON_ flags to GUID valuesArvin Schnell2021-09-291-423/+54
* keep GUID specific attributesArvin Schnell2021-09-231-21/+9
* hurd: Implement partition table rereadingColin Watson2021-09-221-6/+78
* hurd: Support rumpdisk-based device namesSamuel Thibault2021-09-221-0/+9
* hurd: Fix partition pathsColin Watson2021-09-221-1/+1
* libparted: Check devpath before passing to strlenBrian C. Lane2021-08-251-0/+3
* libparted: Tell libdevmapper to retry remove when BUSYBrian C. Lane2021-08-101-0/+1
* libparted: Add swap flag to msdos disklabelBrian C. Lane2021-08-101-2/+22
* libparted: Fix potential memory leak in gpt_writeBrian C. Lane2021-06-111-4/+8
* libparted: Fix warning about buffer size in Atari labelBrian C. Lane2021-06-111-6/+11
* fs: Fix copy-paste error in HFS journal codeBrian C. Lane2021-06-111-3/+5
* libparted: Fix potential memory leak in sdmmc_get_product_infoBrian C. Lane2021-06-111-1/+7
* libparted: Fix fd check in _flush_cacheBrian C. Lane2021-06-111-1/+1
* maint: Update copyright statements to 2021Brian C. Lane2021-01-18112-112/+112
* libparted/fs: Add ./lib to include search pathBrian C. Lane2020-12-111-1/+1
* libparted: Check for NULL flag_name in ped_partition_flag_get_by_nameBrian C. Lane2020-12-111-2/+2
* maint: Update copyright statements to 2020Brian C. Lane2020-12-11110-162/+196
* maint: Bump library REVISION number for releaseBrian C. Lane2020-12-112-2/+2
* labels/bsd.c: Drop alpha_bootblock_checksum from bsd_probeBrian C. Lane2020-12-041-2/+0
* libparted/fs: Fix GCC warnings suggesting pure for PED_ASSERT functionsBrian C. Lane2020-11-203-9/+9
* libparted: Remove disabled codeBrian C. Lane2020-11-203-59/+0
* fs/r/hfs: Remove disabled codeBrian C. Lane2020-11-201-194/+0
* fs/r/fat: Remove disabled codeBrian C. Lane2020-11-203-275/+0
* hfs/reloc_plus: Fix gcc 10 warnings about cast alignmentBrian C. Lane2020-11-201-14/+19
* hfs/reloc: Fix gcc 10 warnings about cast alignmentBrian C. Lane2020-11-201-15/+20
* ped_assert: Fix incorrect exception optionBrian C. Lane2020-11-201-1/+1
* ufs: Fix gcc 10 warnings about cast alignmentBrian C. Lane2020-11-201-4/+4
* ntfs: Fix gcc 10 warnings about cast alignmentBrian C. Lane2020-11-201-5/+6