summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version 3.4.64v3.4.64Brian C. Lane2022-03-301-1/+1
* NEWS: Add new features and bugsBrian C. Lane2022-03-291-0/+31
* doc: Add KiB and mention rescue in documentationBrian C. Lane2022-03-282-2/+2
* configure.ac: Add AC_CONFIG_MACRO_DIRBrian C. Lane2022-03-251-0/+1
* configure.ac: Add -Wno-portabilityBrian C. Lane2022-03-251-1/+1
* configure.ac: Update macros for autoconf 2.71Brian C. Lane2022-03-251-9/+9
* tests: Remove trailing blanksBrian C. Lane2022-03-251-1/+1
* parted: Fix config.h include in jsonwrt.cBrian C. Lane2022-03-251-1/+1
* 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: Add ./lib/malloc and libparted-fs-resize.pc to .gitignoreBrian C. Lane2022-03-231-0/+2
* maint: Update copyright statements to 2022Brian C. Lane2022-03-23236-236/+236
* maint: Bump library REVISION number for releaseBrian C. Lane2022-03-232-2/+2
* maint: Update to latest gnulib and bootstrap scriptBrian C. Lane2022-03-232-115/+144
* doc: Add bios_grub to parted manpageBrian C. Lane2021-12-011-1/+1
* docs: Update documentation to be consistentBrian C. Lane2021-10-063-56/+149
* gpt: Revert to filesystem GUID when setting flag to offBrian C. Lane2021-09-301-1/+1
* tests: Add a test to make sure GPT GUIDs default to filesystemBrian C. Lane2021-09-302-0/+108
* doc: Document gpt linux-home flagBrian C. Lane2021-09-302-1/+6
* gpt: Add linux-home flagArvin Schnell2021-09-303-2/+10
* gpt: Map PED_PARTITON_ flags to GUID valuesArvin Schnell2021-09-291-423/+54
* keep GUID specific attributesArvin Schnell2021-09-234-22/+129
* 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
* parted: Add --json cmdline switch to output JSONArvin Schnell2021-08-259-12/+624
* parted: Allow empty string for partition nameArvin Schnell2021-08-253-2/+49
* 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
* parted: Escape colons and backslashes in machine outputBrian C. Lane2021-08-101-4/+38
* tests: check for vfat kernel support and toolsRoss Burton2021-08-102-0/+5
* tests: add a helper to check the kernel knows about a file systemRoss Burton2021-08-101-0/+10
* tests: add aarch64 and mips64 as a valid 64-bit machinesRoss Burton2021-08-101-1/+1
* libparted: Add swap flag to msdos disklabelBrian C. Lane2021-08-102-4/+24
* Move Exception Option values into enumBrian C. Lane2021-08-101-11/+16
* tests/t3000: Use mkfs.hfsplus and fsck.hfsplus for resize testsBrian C. Lane2021-07-291-4/+4
* tests/t3000: Check for hfs and vfat support separatelyBrian C. Lane2021-07-151-3/+13
* tests/t6006: Change dev_size_mb to 10Brian C. Lane2021-07-141-6/+6
* tests/t3200: Change dev_size_mb to 10Brian C. Lane2021-07-141-2/+2
* tests/t3000: Change dev_size_mb to 267Brian C. Lane2021-07-141-2/+2
* tests/t1701: Change dev_size_mb to 10Brian C. Lane2021-07-121-2/+2
* tests/t1102: Change dev_size_mb to 10Brian C. Lane2021-07-121-3/+3
* tests/t1101: Change dev_size_mb to 10Brian C. Lane2021-07-121-3/+3
* tests/t1100: Change dev_size_mb to 10Brian C. Lane2021-07-121-3/+3
* tests: t9050 Use /dev/zero for temporary file and mkswapBrian C. Lane2021-06-141-4/+10
* tests: t0400 - Work around a mkswap bug by using /dev/zeroBrian C. Lane2021-06-141-1/+6
* 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
* parted: Fix memory leaks in do_resizepartBrian C. Lane2021-06-111-2/+4
* parted: Free tmp usage inside do_printBrian C. Lane2021-06-111-0/+1