summaryrefslogtreecommitdiffstats
path: root/lib/libfile.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc'Sascha Hauer2019-04-091-12/+6
|\
| * libfile: Make use of write_full() in copy_file()Andrey Smirnov2019-03-131-12/+6
* | libfile: Make failure path of open_and_lseek() consistentAndrey Smirnov2019-03-111-14/+12
|/
* libfile: Fix incorrect lseek check in open_and_lseek()Andrey Smirnov2019-02-061-2/+1
* libfile: Error out if out of memory in read_file_2()Andrey Smirnov2018-10-161-1/+5
* libfile: Introduce pwrite_full()Andrey Smirnov2018-08-311-0/+24
* libfile: open_and_lseek: enlarge small files enough to make lseek possibleUwe Kleine-König2018-08-101-0/+18
* libfile: open_and_lseek: don't imply O_RDONLYUwe Kleine-König2018-08-101-1/+1
* libfile: implement new helper write_file_flash()Uwe Kleine-König2018-06-081-0/+33
* Merge branch 'for-next/tftp-workaround'Sascha Hauer2018-02-081-0/+55
|\
| * libfile: implement a function to cache a fileSascha Hauer2018-01-251-1/+29
| * libfile: implement make_tempSascha Hauer2018-01-251-0/+27
* | libfile: Make write_file buffer constSascha Hauer2018-01-311-1/+1
|/
* lib: libfile: Fix copying files to a non existing destinationTeresa Remmet2017-01-171-4/+5
* libfile: copy_file: Only open regular files with O_TRUNCTeresa Remmet2017-01-111-6/+16
* libfile: Change write_full to be have const bufMarkus Pargmann2016-07-081-1/+1
* string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-3/+3
* libfile: move open_and_lseek() to libfileSascha Hauer2016-04-151-0/+32
* lib: libfile: Do not ignore errors in close()Andrey Smirnov2015-08-191-3/+3
* read_file_2(): drop unnecessary 'else'Alexander Smirnov2015-07-021-2/+2
* libfile: Add copy_recursiveSascha Hauer2014-11-061-0/+40
* libfile: add compare_file functionSascha Hauer2014-10-091-0/+71
* read_file_2: Fix return valueTeresa Gámez2014-09-251-1/+3
* read_file: introduce read_file_2Sascha Hauer2014-08-071-14/+57
* move file helper functions to separate fileSascha Hauer2014-08-071-0/+288