Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-21 | local: Ignore '.' and '..' when listing directory | Pali Rohár | 1 | -0/+3 | |
2014-11-21 | disk: Remove old disk functions (they are not used anymore) | Pali Rohár | 2 | -110/+0 | |
2014-11-21 | local: Use new disk functions | Pali Rohár | 1 | -91/+66 | |
2014-11-21 | disk: Implement new functions for raw disk access | Pali Rohár | 2 | -0/+189 | |
2014-11-18 | disk: Implement init and get_device functions | Pali Rohár | 1 | -5/+2 | |
2014-11-18 | operations: When reboot is not supported use usb_switch_to_nolo() | Pali Rohár | 1 | -2/+2 | |
2014-11-18 | usb-device: Do not claim USB interface in raw disk mode | Pali Rohár | 1 | -11/+18 | |
2014-11-18 | operations: Enable RAW disk | Pali Rohár | 1 | -2/+2 | |
2014-11-18 | usb-device: Enable also RAW disk | Pali Rohár | 1 | -3/+3 | |
2014-11-18 | operations: Fix code to work also with Mk II protocol | Pali Rohár | 1 | -67/+85 | |
2014-11-18 | usb-device: Rename usb_switch_to_mkii to usb_switch_to_update | Pali Rohár | 2 | -2/+4 | |
2014-11-18 | usb-device: Enable Mk II protocol | Pali Rohár | 1 | -2/+2 | |
2014-11-18 | mkii: Unfinished code for image flashing | Pali Rohár | 1 | -2/+136 | |
2014-11-18 | mkii: Implement device reboot | Pali Rohár | 1 | -3/+14 | |
2014-11-18 | mkii: Implement device initialization | Pali Rohár | 1 | -9/+119 | |
2014-11-18 | cold-flash: struct xloader_msg must be packed | Pali Rohár | 1 | -1/+1 | |
2014-11-18 | fiasco: Fix possible memory leak | Pali Rohár | 1 | -0/+1 | |
2014-11-18 | nolo: Do not call NOLO_ERROR_LOG when not needed | Pali Rohár | 1 | -5/+9 | |
2014-11-18 | fiasco: Fix initializing variables | Pali Rohár | 1 | -3/+7 | |
2014-11-18 | fiasco: Fix memory leaks | Pali Rohár | 1 | -3/+21 | |
2014-11-18 | Makefile: Fix compilation of libusb-sniff libraries | Pali Rohár | 1 | -2/+2 | |
2014-11-18 | main: When doing normal flash filter all 2nd images | Pali Rohár | 1 | -0/+17 | |
This will fix infinite loop after successfull fiasco image flash | |||||
2014-11-18 | nolo: Fix parsing cmt status | Pali Rohár | 1 | -6/+17 | |
Now flashing cmt images should work without problems | |||||
2014-11-18 | main: Correctly set and free processed images | Pali Rohár | 1 | -14/+25 | |
This will fix more memory corruptions (specially at quit). | |||||
2014-11-18 | printf-utils: Fix division by zero if total is zero | Pali Rohár | 1 | -1/+1 | |
2014-11-09 | usb-device: Reattach kernel driver | Pali Rohár | 1 | -0/+29 | |
2014-10-19 | all: Replace strlen() call on const string with sizeof()-1 | Pali Rohár | 3 | -12/+12 | |
2014-10-19 | main: Use snprintf instead sprintf and initialize buffer to NULL term | Pali Rohár | 1 | -3/+6 | |
2014-10-19 | local: Check return value of snprintf | Pali Rohár | 1 | -4/+8 | |
2014-10-19 | nolo: Check return value of sprintf | Pali Rohár | 1 | -1/+2 | |
2014-10-19 | nolo: Fix size of snprintf buffer | Pali Rohár | 1 | -2/+2 | |
2014-10-19 | fiasco: fiasco_alloc_from_file: check if hwrevs has enough size | Pali Rohár | 1 | -3/+6 | |
2014-09-29 | main: Update usage | Pali Rohár | 1 | -3/+3 | |
2014-09-29 | main: Implement -t (filter by type) for -e (dump images) | Pali Rohár | 1 | -3/+15 | |
2014-09-29 | main: Fix memory corruption | Pali Rohár | 1 | -1/+3 | |
2014-09-29 | usb-device: Fix memory leak | Pali Rohár | 1 | -0/+1 | |
2014-09-29 | local: Fix memory corruptions | Pali Rohár | 1 | -3/+3 | |
2014-09-29 | image: Fix memory leaks | Pali Rohár | 1 | -3/+4 | |
2014-09-29 | fiasco: Call free at correct place | Pali Rohár | 1 | -7/+11 | |
2014-06-19 | local: Fix truncating file | Pali Rohár | 1 | -0/+4 | |
2014-05-10 | all: Fix typo0.6 | Pali Rohár | 5 | -10/+10 | |
2013-09-23 | Makefile: Fix depends for manpage | Pali Rohár | 1 | -1/+1 | |
2013-09-23 | main: Fix typo | Pali Rohár | 1 | -1/+1 | |
2013-09-23 | mangen: Add backslash before hyphen | Pali Rohár | 1 | -1/+1 | |
2013-09-23 | mangen: Fix manpage footer for terminals with 80 columns | Sebastian Reichel | 1 | -1/+1 | |
Signed-off-by: Sebastian Reichel <sre@ring0.de> | |||||
2013-09-21 | Makefile: Add examples to manpage | Pali Rohár | 1 | -2/+4 | |
2013-09-21 | main: Fix typo in help | Pali Rohár | 1 | -1/+1 | |
2013-09-20 | local: Fix searching for MyDocs mmc device | Pali Rohár | 1 | -22/+60 | |
Device name in /sys/block/ could not be same as in /dev/ if udev renaming it. And this is real problem on Maemo without special kernel patch when device booting with inserted SD card. So read major and minor numbers from /sys/ and find coresponding device in /dev/. These two numbers will be same after renaming device too. | |||||
2013-09-20 | usb-device: Do not use sighandler_t | Pali Rohár | 1 | -1/+1 | |
2013-09-20 | printf-utils: Add missing includes | Pali Rohár | 1 | -0/+4 | |