summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-02-08main: Print message after dumping finishPali Rohár1-0/+2
2018-02-08disk: Fix compile warning: comparison between signed and unsigned integer ↵Pali Rohár1-1/+1
expressions
2018-02-08disk: Open whole block device with O_NONBLOCKPali Rohár1-6/+4
This would simplify handling of ENOMEDIUM error.
2018-02-08disk: Ensure that maj1:min1 is first device and maj2:min2 is second devicePali Rohár1-0/+11
2017-08-30correct spelling mistakeEdward Betts1-1/+1
2017-07-09disk: After opening blkdev, check that it is really block devicePali Rohár1-0/+4
2017-07-09disk: Close device file handle when freeing structuresPali Rohár3-1/+12
2017-07-09disk: Fix detection of correct device in disk_open_dev()Pali Rohár1-20/+38
2017-07-06disk: Choose correct partition in disk_open_dev()Pali Rohár1-2/+8
2017-06-17main: Use image_alloc_from_fd() to fix race condition between calling stat ↵Pali Rohár1-7/+15
and opening file
2017-06-17image: Add new function image_alloc_from_fd()Pali Rohár2-11/+23
2017-06-17image: Call image_free() when image_append() is failingPali Rohár1-2/+4
2017-06-17main: Fix race condition between calling stat and renamePali Rohár1-5/+11
2017-03-03travis: Fix coverity jobPali Rohár1-1/+1
2017-02-26travis: Simplify configuration, move coverity_scan to matrixPali Rohár1-20/+22
2017-02-26travis: Run on container-based infrastructurePali Rohár1-0/+1
2017-02-26travis: Use apt addon instead sudoPali Rohár1-2/+3
2017-01-09disk: Remove check which is always falsePali Rohár1-5/+0
Type unsigned long long int according to C99 can store at least 2^64-1.
2017-01-08cal: Fix race condition between calling stat and opening filePali Rohár1-3/+3
2017-01-08Makefile: Fix setting compilerPali Rohár1-3/+3
2017-01-08travis: Enable clang and use separate job for CoverityPali Rohár1-6/+7
2016-12-25Release version 0.70.7Pali Rohár1-1/+1
2016-12-24TODO: Update statePali Rohár1-13/+5
2016-12-24all: Add basic support for Nokia N9Aaro Koskinen3-2/+7
2016-12-24cal: Fix pointer checkPali Rohár1-1/+1
2016-12-24cal: cal_read_block allocate memoryPali Rohár2-4/+11
2016-12-23disk: Fix for RM-680Pali Rohár1-2/+2
2016-12-23disk: Check for ENOMEDIUM when partition is requiredPali Rohár1-2/+12
2016-12-23cal: SSIZE_MAX is not required to be definedPali Rohár1-0/+2
2016-12-23cal: Move sys/ioctl.h to __linux__Pali Rohár1-1/+1
2016-12-21usb-device: Detect Nokia N950 in disk modePali Rohár1-1/+2
2016-12-17cal: Fix memory leakPali Rohár1-2/+3
2016-12-17usb-device: Add another product string for RM-680Aaro Koskinen1-1/+1
2016-12-17cal: Fix check for lseek errorsPali Rohár1-2/+5
2016-12-17all: Enable Large File SupportPali Rohár1-1/+1
2016-12-17all: Fix printing fsblkcnt_t and off_t typesPali Rohár2-2/+2
2016-12-17all: Use #include <sys/sysmacros.h> for major() instead #define _BSD_SOURCEPali Rohár2-12/+2
2016-12-16all: Fix compilation when u_int*_t are not defined and used by usb.hPali Rohár4-12/+13
2016-12-10operations: Fix NULL pointer dereference in dev_boot_devicePali Rohár1-1/+1
This will fix a crash when calling "0xFFFF -b" from Mk II Update mode.
2016-12-10mkii: Fix detection of Update modePali Rohár1-1/+2
2016-12-07usb-device: Do not reattach kernel driver after closing cold flash modePali Rohár1-1/+2
2016-12-07usb-device: Do not print verbose message "Reattach kernel driver to USB ↵Pali Rohár1-2/+0
interface..."
2016-12-07cold-flash: Increase timeout after leaving cold flash modePali Rohár1-1/+1
Switching to NOLO takes about one second and NOLO itself wait another second. So it should be OK.
2016-12-07disk: Do not fail when empty block device is exportedPali Rohár1-2/+4
2016-12-07image: Remove dead code in image_align()Pali Rohár1-4/+1
2016-12-06doc: Update fiasco documentationPali Rohár1-2/+6
2016-12-06cold-flash: Show OMAP chip revisionPali Rohár1-7/+11
2016-12-06cal: Style fixPali Rohár1-1/+1
2016-12-06usb-device: Check that we are not using broken libusb-1.0 libraryPali Rohár2-1/+10
2016-12-06all: Compile globally without _GNU_SOURCE, define _BSD_SOURCE or _GNU_SOURCE ↵Pali Rohár4-1/+17
where needed