summaryrefslogtreecommitdiffstats
path: root/common/file-list.c
Commit message (Expand)AuthorAgeFilesLines
* file_list: add file_list_detect_all()Ahmad Fatoum2021-05-121-0/+17
* file_list: make freeing a NULL pointer a no-opAhmad Fatoum2021-05-121-0/+3
* common: add generic system partitions interfaceAhmad Fatoum2021-05-121-0/+18
* param: introduce file-list parameter typeAhmad Fatoum2021-05-121-0/+47
* common: replace license statements with SPDX-License-IdentifiersAhmad Fatoum2020-11-271-10/+1
* file_list: Add ubi flagSascha Hauer2018-01-171-0/+3
* file_list: Add error messagesSascha Hauer2017-09-271-4/+9
* file_list: Add GPL header to fileSascha Hauer2017-09-271-0/+11
* file_list: Fix memory leak in failure pathSascha Hauer2017-09-271-1/+1
* file_list: Allow only unique names on listSascha Hauer2017-09-271-1/+7
* file_list: Add function to get entry by its nameSascha Hauer2017-09-271-0/+12
* file_list: Add function to add an entry to the listSascha Hauer2017-09-271-9/+19
* Add function to parse a string in dfu formatSascha Hauer2014-07-221-0/+113