summaryrefslogtreecommitdiffstats
path: root/common/file-list.c
Commit message (Expand)AuthorAgeFilesLines
* file-list: support special 'auto', 'block' specifiersAhmad Fatoum2023-06-121-2/+22
* file_list: implement file_list_add_cdev_entryAhmad Fatoum2023-06-121-4/+17
* USB: gadget: fastboot: introduce optional flag for fastboot partitionsJohannes Zink2022-09-261-1/+6
* file_list: factor out file_list_newAhmad Fatoum2022-08-081-6/+13
* file_list: add file_list_parse_null()Rouven Czerwinski2021-10-051-0/+16
* 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