summaryrefslogtreecommitdiffstats
path: root/src/operations.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-09disk: Close device file handle when freeing structuresPali Rohár1-1/+4
2016-12-10operations: Fix NULL pointer dereference in dev_boot_devicePali Rohár1-1/+1
2016-03-12mkii: Implement rebooting to Update modePali Rohár1-1/+3
2016-01-23all: Code style fixesPali Rohár1-1/+1
2016-01-13all: free() is defined in stdlib.hSebastian Reichel1-0/+2
2014-11-26all: Fix overflow in shift operatorsPali Rohár1-1/+1
2014-11-21operations: Enable mkii_get_sw_verPali Rohár1-0/+2
2014-11-21operations: Check for supported image types in dev_flash_imagePali Rohár1-4/+9
2014-11-21operations: Enable dumping mmc images via USB disk protocolPali Rohár1-1/+8
2014-11-18operations: When reboot is not supported use usb_switch_to_nolo()Pali Rohár1-2/+2
2014-11-18operations: Enable RAW diskPali Rohár1-2/+2
2014-11-18operations: Fix code to work also with Mk II protocolPali Rohár1-67/+85
2013-09-07operations: Fix crash when no usb device is detectedPali Rohár1-1/+2
2012-11-24operations: Added support for initfs version stringPali Rohár1-0/+37
2012-11-21operations: Rebooting in cold flash mode does not make sense, instead boot to...Pali Rohár1-2/+4
2012-11-20Change dump_image APIPali Rohár1-4/+4
2012-11-15operations: Added support for Mk II and RAW disk modePali Rohár1-22/+79
2012-11-15operations: Remove network connection methodPali Rohár1-2/+0
2012-11-15operations: Added support for local devicePali Rohár1-1/+68
2012-09-23operations: Added operations file for wrapping all device operationsPali Rohár1-0/+478