index
:
0xFFFF
legacy
maemo
master
flashing utility
Pali Rohár
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
fiasco.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-10
fiasco: Fix code for append device & hwrevs subsection
Pali Rohár
1
-4
/
+5
2016-01-10
fiasco: Remove wrong checks for 'name' and 'swver'
Pali Rohár
1
-2
/
+2
2016-01-10
all: Check for return value of lseek
Pali Rohár
1
-1
/
+4
2016-01-10
fiasco: Fix memory leak for device_hwrevs_bufs variable
Pali Rohár
1
-21
/
+21
2016-01-10
fiasco: In simulate mode do not close invalid not open fd
Pali Rohár
1
-1
/
+3
2015-06-24
fiasco: Fix checking for header of next image
Pali Rohár
1
-1
/
+1
2014-11-26
fiasco: Remove not reached code
Pali Rohár
1
-2
/
+0
2014-11-18
fiasco: Fix possible memory leak
Pali Rohár
1
-0
/
+1
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-10-19
all: Replace strlen() call on const string with sizeof()-1
Pali Rohár
1
-1
/
+1
2014-10-19
fiasco: fiasco_alloc_from_file: check if hwrevs has enough size
Pali Rohár
1
-3
/
+6
2014-09-29
fiasco: Call free at correct place
Pali Rohár
1
-7
/
+11
2014-05-10
all: Fix typo
0.6
Pali Rohár
1
-1
/
+1
2012-09-22
Fix compilation on 32bit system
Pali Rohár
1
-1
/
+1
2012-09-22
Fix generating fiasco images
Pali Rohár
1
-1
/
+1
2012-09-22
fiasco: Fix fiasco_write_to_file
Pali Rohár
1
-8
/
+6
2012-09-22
fiasco: Use image_list
Pali Rohár
1
-42
/
+16
2012-08-13
fiasco: Fixed compile warnings
Pali Rohár
1
-3
/
+3
2012-08-12
fiasco: Respect simulate flag
Pali Rohár
1
-8
/
+12
2012-08-11
image_read returns size_t, so 0 when error or end of file
Pali Rohár
1
-2
/
+2
2012-08-11
Rewrite Makefile, move WITH_DEVICE, WITH_USB and WITH_SQUEUES to Makefile
Pali Rohár
1
-0
/
+1
2012-08-10
Fix ERROR macros
Pali Rohár
1
-10
/
+10
2012-08-09
Rename new fiasco2 to fiasco
Pali Rohár
1
-0
/
+595
2012-08-09
Remove old fiasco.c code
Pali Rohár
1
-648
/
+0
2012-07-14
Align also kernel image
Pali Rohár
1
-5
/
+16
2012-06-23
fiasco - remove dead code
Pali Rohár
1
-43
/
+0
2012-06-23
Added option to use only image pieces for specific device / hw revision
Pali Rohár
1
-7
/
+39
2012-06-23
Fix compilation warnings
Pali Rohár
1
-1
/
+3
2012-06-23
Fiasco image: Allow to specify device string without hw revision (then image ...
Pali Rohár
1
-15
/
+16
2012-06-23
Fixed creating fiasco images, added param version: for specifing sw-ver. Now ...
Pali Rohár
1
-49
/
+106
2012-06-23
Rename fwname to swver
Pali Rohár
1
-4
/
+4
2012-06-23
Fix unpacking fiasco images (check for number of subsections). Now unpacking ...
Pali Rohár
1
-14
/
+21
2012-06-23
Fix memory problems when unpacking fiasco images
Pali Rohár
1
-5
/
+16
2012-06-23
Unpacking fiasco - added support for FW headers (FW name)
Pali Rohár
1
-10
/
+30
2012-06-23
Fix creating fiasco images - added support for specifing device, hwrevs, vers...
Pali Rohár
1
-22
/
+137
2012-06-23
Rename hwrev to hwrevs and fix unpacking fiasco images. hwrevs do not have to...
Pali Rohár
1
-11
/
+21
2012-06-23
* Apply Pali Rohár patch - Add support for device and hw revisions specified...
pancake
1
-14
/
+79
2011-12-16
* Apply Pali Rohár patch fixing RX51 Fiasco Image parsing
pancake
1
-18
/
+29
2009-12-21
* Fix segmentation fault with -O2 while unpacking (thanks for reporting) * Va...
pancake@flubox
1
-21
/
+43
2009-10-17
* Added support for local n900 nand dump * Do some code cleanup, update heade...
pancake@localhost.localdomain
1
-1
/
+1
2008-12-14
* Minor stetical fixups
pancake
1
-1
/
+0
2008-12-08
* Implement and test direct file FIASCO flash - openfiasco receives options f...
pancake
1
-19
/
+31
2008-12-08
* Added -n flag to do not write to disk or flash (simulation)
pancake
1
-10
/
+33
2007-11-20
- Import patches from Osvaldo Santana * Fix build on gcc 4 * Fix nanddump cal...
0.3.1
pancake
1
-5
/
+5
2007-10-20
* Make the fiasco writing api work (some hardcoded things, but mostly ok)
pancake
1
-41
/
+26
2007-10-11
* Add documentation for the FIASCO format
pancake
1
-40
/
+122
2007-10-08
* Finally implement the support for the FIASCO firmware format
pancake
1
-88
/
+180
2007-06-30
* Upgrade to GPLv3
0.2
pancake
1
-14
/
+12
2007-04-20
* Initial commit of 0xFFFF.
0.1
pancake
1
-0
/
+136