summaryrefslogtreecommitdiffstats
path: root/config.c
Commit message (Expand)AuthorAgeFilesLines
* image-ext: make it possible to create the image with mke2fsMichael Olbrich2018-03-281-0/+5
* add qemu handlerAlexandre Fournier2018-03-191-0/+5
* Add FIT image supportSascha Hauer2018-03-191-0/+5
* genimage: Use absolute pathesSascha Hauer2018-03-191-4/+37
* config: Change reality to match documentationSascha Hauer2018-03-191-0/+4
* image-ext: add option to set initial timestampsMichael Olbrich2017-11-191-0/+5
* config: add some basic help outputMichael Olbrich2017-11-181-3/+28
* fix double `;'Gaƫl PORTAY2017-11-161-1/+1
* cramfs: add handler to create cramfs filesystem imagesJulien Viard de Galbert2016-09-131-0/+5
* add image type to create rauc bundlesMichael Olbrich2016-08-151-0/+5
* config: avoid unnecessary allocationMichael Olbrich2016-01-121-1/+1
* add license file and remove old FSF address from the source filesMichael Olbrich2016-01-121-2/+1
* config: define 'mmd' toolMichael Olbrich2014-08-121-0/+5
* cleanup loggingMichael Olbrich2014-08-121-0/+4
* squashfs: add handler to create squashfs filesystem imagesJuergen Beisert2014-03-101-0/+5
* add ISO image supportMichael Olbrich2012-11-251-0/+5
* sort and document toolsMichael Olbrich2012-09-301-38/+38
* add cpio image supportMichael Olbrich2012-09-211-0/+5
* add vfat handlerMichael Olbrich2012-06-301-0/+15
* build with autotoolsMichael Olbrich2012-06-121-1/+0
* image-ext2: add support for ext3/ext4Michael Olbrich2011-10-121-0/+10
* private functions should be staticMichael Olbrich2011-10-111-2/+2
* config: reset optint so we can parse argc/argv multiple timesMichael Olbrich2011-07-011-0/+1
* compare with unsigned so use unsignedMichael Olbrich2011-06-291-1/+2
* add gpl headersSascha Hauer2011-06-271-0/+17
* move cfg_getint_suffix to config.cSascha Hauer2011-06-271-0/+15
* add commandline parsing, add some function documentationSascha Hauer2011-06-271-45/+127
* initial importSascha Hauer2011-06-271-0/+194