summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* parted: Fix end_input leak in do_mkpartBrian C. Lane2021-06-111-2/+3
* 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
* t0501-duplicate.sh: Add some more disk label types to the duplicate testBrian C. Lane2021-02-091-2/+7
* tests: Increase disk size for duplicate testBrian C. Lane2021-02-091-3/+3
* tests: Fix t9041-undetected-in-use-16th-partitionCristian Klein2021-01-281-1/+1
* tests: Fix test t1700-probe-fsCristian Klein2021-01-281-1/+1
* tests: Add tests for --fixCristian Klein2021-01-282-1/+102
* doc: Document --fix flagCristian Klein2021-01-282-0/+9
* parted: add --fix to "fix" in script modeCristian Klein2021-01-283-2/+14
* libparted: Add includes for gnulib redefining freeBrian C. Lane2021-01-281-0/+6
* maint: Update bootstrap script from latest gnulibBrian C. Lane2021-01-271-5/+8
* maint: Update to latest gnulibBrian C. Lane2021-01-271-0/+0
* maint: post-release administriviaBrian C. Lane2021-01-273-2/+5
* version 3.4v3.4Brian C. Lane2021-01-271-1/+1
* NEWS: Mention the non-public gnulib commitBrian C. Lane2021-01-271-0/+3
* cfg.mk: disable submodule checks to work around broken upstream gnulibBrian C. Lane2021-01-261-0/+4
* Include local gnulib change to version-etc.c dateBrian C. Lane2021-01-261-0/+0
* maint: Update copyright statements to 2021Brian C. Lane2021-01-18235-235/+235
* README-release: Add information for updating the Translation ProjectBrian C. Lane2021-01-181-0/+8
* maint: post-release administriviaBrian C. Lane2020-12-143-2/+5
* version 3.3.52v3.3.52Brian C. Lane2020-12-141-1/+1
* 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
* po/POTFILES.in: Remove xstrtol-error.cBrian C. Lane2020-12-111-1/+0
* maint: Update copyright statements to 2020Brian C. Lane2020-12-11231-294/+337
* configure.ac (AC_PREREQ): Require 2.64Brian C. Lane2020-12-111-1/+1
* maint: Bump library REVISION number for releaseBrian C. Lane2020-12-112-2/+2
* maint: Update bootstrap script from latest gnulibBrian C. Lane2020-12-111-6/+20
* maint: Update to latest gnulibBrian C. Lane2020-12-111-0/+0
* 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
* ui: Fix gcc 10 warning about snprintf truncating an intBrian C. Lane2020-11-201-2/+2
* ui: Fix command_line_get_disk_flagBrian C. Lane2020-11-201-1/+1
* 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
* nilfs2: Fix gcc 10 warnings about cast alignmentBrian C. Lane2020-11-201-6/+5
* ext2: Fix gcc 10 warnings about cast alignmentBrian C. Lane2020-11-202-4/+5
* hfs/hfs: Fix gcc 10 warnings about cast alignmentBrian C. Lane2020-11-201-5/+4
* hfs/advfs_plus: Fix gcc 10 warnings about cast alignmentBrian C. Lane2020-11-201-10/+12
* hfs/advfs: Fix gcc 10 warnings about cast alignmentBrian C. Lane2020-11-201-11/+14
* hfs: Fix gcc 10 bounds check warningBrian C. Lane2020-11-202-2/+2
* tests: Fix unsigned warning in duplicate.cBrian C. Lane2020-11-201-1/+1