summaryrefslogtreecommitdiffstats
path: root/context.c
Commit message (Expand)AuthorAgeFilesLines
* context: wipe new partitions by defaultJose M. Guisado2023-03-221-0/+5
* context: fix assign_deviceJose M. Guisado2023-01-101-6/+6
* context: check self->cxt and rc in assign_deviceJose M. Guisado2022-12-201-2/+10
* context: add readonly optional param to assign_deviceJose M. Guisado2022-12-201-7/+7
* context: add label to repr functionJose M. Guisado2022-12-201-1/+7
* context: delete unused label fieldJose M. Guisado2022-12-201-2/+0
* context: don't raise exception when no partitions foundJose M. Guisado2022-12-201-10/+2
* fdisk: declare kwlist array staticJose M. Guisado2022-12-151-1/+1
* fdisk: add set_PyErr_from_rcJose M. Guisado2022-12-151-5/+15
* coding style: line breaksJose M. Guisado2022-12-151-3/+13
* context: add_partition returns partnoJose M. Guisado2022-12-151-3/+4
* context: add add_partition methodJose M. Guisado2022-12-151-0/+26
* context: add disklabel creation and writingJose M. Guisado2022-12-151-0/+36
* context: rename set_size_unit variablesJose M. Guisado2022-12-151-3/+3
* context: add readonly parameterJose M. Guisado2022-12-151-10/+11
* context: add size_unit getsetJose M. Guisado Gomez2022-06-071-0/+30
* Use c99 struct initializationJose M. Guisado Gomez2022-04-281-37/+11
* context: rename parts to partitionsJose M. Guisado Gomez2022-04-281-2/+2
* Add COPYING and license headersJose M. Guisado Gomez2022-04-071-0/+12
* Initial commitJose M. Guisado Gomez2022-04-061-0/+237