summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* linux: Fix gcc complains about signed sccanf variablesBrian C. Lane2020-11-201-4/+4
* dos: Fix gcc complaints when using boot_code pointerBrian C. Lane2020-11-201-1/+1
* bsd: Fix gcc complaints when using boot_code pointerBrian C. Lane2020-11-201-8/+5
* libparted: Fix warnings from GCC 8 -Wsuggest-attribute=constShin'ichiro Kawasaki2020-11-202-8/+8
* libparted: Fix warnings from GCC 8 -Wsuggest-attribute=pureShin'ichiro Kawasaki2020-11-209-20/+20
* libparted: Avoid a GCC warning for unused functionsShin'ichiro Kawasaki2020-11-051-0/+4
* libparted: Fix warnings from GCC's -Wimplicit-fallthroughShin'ichiro Kawasaki2020-11-052-0/+2
* libparted: Fix warnings from GCC 8 -Wunused-variable and -Warray-boundsShin'ichiro Kawasaki2020-11-052-5/+2
* libparted: Fix a GCC warning -Wunused-but-set-variableShin'ichiro Kawasaki2020-11-051-3/+2
* tests: Update all the dmsetup tests to use ENABLE_DEVICE_MAPPERBrian C. Lane2020-11-053-3/+8
* t6001-psep: modify device manage support detectionJoe Slater2020-11-051-1/+2
* Do not link to libsepol or libselinuxPetr Lautrbach2020-11-054-27/+2
* tests: Add a test for resizepart on a busy partitionBrian C. Lane2020-09-011-4/+40
* parted: Preserve resizepart End when prompted for busy partitionBrian C. Lane2020-08-311-0/+15
* tests: Add f2fs to the fs probe testRomain Perier2020-05-041-1/+1
* Add support for the F2FS filesystemRomain Perier2020-05-044-0/+123
* Removed reference to ped_file_system_createMax Campbell2020-03-091-2/+0
* NEWS: Add bls_boot to new featuresBrian C. Lane2019-12-201-0/+4
* libparted: Add support for bls_boot to GPT disksBrian C. Lane2019-12-204-3/+55
* libparted: Add support for MSDOS partition type bls_boot (0xea)Brian C. Lane2019-12-202-14/+21
* libparted: Add ChromeOS Kernel partition flagAlper Nebi Yasak2019-12-206-3/+60
* Fix end_input usage in do_resizepartBrian C. Lane2019-12-161-1/+1
* tests: Test incomplete resizepart commandBrian C. Lane2019-12-161-0/+2
* maint: Add note about gpg key selection for gnuploadBrian C. Lane2019-10-111-0/+3
* Switch gpt-header-move and msdos-overlap to python3Brian C. Lane2019-10-112-2/+2
* maint: post-release administriviaBrian C. Lane2019-10-103-2/+5
* version 3.3v3.3Brian C. Lane2019-10-101-1/+1
* NEWS: Note the fix for the s390 bugBrian C. Lane2019-10-101-0/+5
* libparted/s390: Re-enabled virtio-attached DASD heuristicsViktor Mihajlovski2019-09-301-3/+10
* README-release: Add link to upload registration pageBrian C. Lane2019-08-211-0/+7
* maint: post-release administriviaBrian C. Lane2019-08-123-2/+5
* version 3.2.153v3.2.153Brian C. Lane2019-08-121-1/+1
* maint: Move NEWS template to line 3Brian C. Lane2019-08-121-2/+2
* maint: Update copyright statements to 2019Brian C. Lane2019-08-12233-240/+301
* maint: Bump library REVISION number for releaseBrian C. Lane2019-08-122-2/+2
* maint: Update bootstrap script from latest gnulibBrian C. Lane2019-08-121-141/+215
* maint: Update to latest gnulibBrian C. Lane2019-08-121-0/+0
* libparted: Fix bug in bsd.c alpha_bootblock_checksumBrian C. Lane2019-08-091-2/+2
* doc: Create po directory if missingBrian C. Lane2019-08-091-0/+1
* dist-check.mk: Remove empty .deps directoriesBrian C. Lane2019-08-091-0/+4
* Turn off c_prohibit_gnu_make_extensionsBrian C. Lane2019-08-091-1/+2
* po: Add argmatch.hBrian C. Lane2019-08-091-0/+1
* bsd.c: Rewrite disklabel code to prevent gcc warningsBrian C. Lane2019-08-091-46/+42
* Add gcc malloc attribute to ped_alloc and ped_callocBrian C. Lane2019-08-091-2/+2
* libparted: Replace abs() with llabs()Shin'ichiro Kawasaki2019-08-094-5/+5
* sun.c: Aligned _SunRawLabel to 16bit boundaryBrian C. Lane2019-08-091-1/+1
* gpt.c: Drop cast of efi_guid_t to unsigned char *Brian C. Lane2019-08-091-6/+4
* gpt.c: Align _GPTDiskData to 8 byte boundaryBrian C. Lane2019-08-091-1/+1
* dvh.c: Use memcpy instead of strncpyBrian C. Lane2019-08-091-4/+4
* include/parted/unit.in.h: Specify const attribute to ped_unit_get_name()Shin'ichiro Kawasaki2019-08-091-1/+1