History for barebox / lib / libfile.c
2020-07-05
@Sascha Hauer
libfile: copy_file: explicitly truncate to final size ...
Sascha Hauer committed on 5 Jul 2020
@Sascha Hauer
libfile: copy_file: Fix calling discard_range ...
Sascha Hauer committed on 5 Jul 2020
2020-04-27
@Uwe Kleine-König
treewide: remove references to CREDITS ...
Uwe Kleine-König authored on 23 Apr 2020 Sascha Hauer committed on 27 Apr 2020
2020-02-14
@Sascha Hauer
copy_file: call discard_range on destination file ...
Sascha Hauer committed on 14 Feb 2020
2019-10-23
@Robert Karszniewicz
libfile: copy_file: fix error handling ...
Robert Karszniewicz authored on 22 Oct 2019 Sascha Hauer committed on 23 Oct 2019
2019-10-14
@Sascha Hauer
libfile: Document that read_file() returns a terminated buffer ...
Sascha Hauer committed on 14 Oct 2019
2019-09-06
@Michael Tretter
libfile: fix typos ...
Michael Tretter authored on 4 Sep 2019 Sascha Hauer committed on 6 Sep 2019
2019-08-30
@Ahmad Fatoum
libfile: have write_full return a descriptive error code ...
Ahmad Fatoum authored on 22 Aug 2019 Sascha Hauer committed on 30 Aug 2019
2019-05-28
@Andrey Smirnov
libfile: Do not return 0 from write_full() ...
Andrey Smirnov authored on 28 May 2019 Sascha Hauer committed on 28 May 2019
@Andrey Smirnov
libfile: Simplify read_full() ...
Andrey Smirnov authored on 28 May 2019 Sascha Hauer committed on 28 May 2019
2019-04-09
@Sascha Hauer
Merge branch 'for-next/misc'
Sascha Hauer committed on 9 Apr 2019
2019-03-13
@Andrey Smirnov
libfile: Make use of write_full() in copy_file() ...
Andrey Smirnov authored on 12 Mar 2019 Sascha Hauer committed on 13 Mar 2019
2019-03-11
@Andrey Smirnov
libfile: Make failure path of open_and_lseek() consistent ...
Andrey Smirnov authored on 7 Mar 2019 Sascha Hauer committed on 11 Mar 2019
2019-02-06
@Andrey Smirnov
libfile: Fix incorrect lseek check in open_and_lseek() ...
Andrey Smirnov authored on 29 Jan 2019 Sascha Hauer committed on 6 Feb 2019
2018-10-16
@Andrey Smirnov
libfile: Error out if out of memory in read_file_2() ...
Andrey Smirnov authored on 15 Oct 2018 Sascha Hauer committed on 16 Oct 2018
2018-08-31
@Andrey Smirnov
libfile: Introduce pwrite_full() ...
Andrey Smirnov authored on 23 Aug 2018 Sascha Hauer committed on 31 Aug 2018
2018-08-10
@Uwe Kleine-König
libfile: open_and_lseek: enlarge small files enough to make lseek possible ...
Uwe Kleine-König authored on 9 Aug 2018 Sascha Hauer committed on 10 Aug 2018
@Uwe Kleine-König
libfile: open_and_lseek: don't imply O_RDONLY ...
Uwe Kleine-König authored on 9 Aug 2018 Sascha Hauer committed on 10 Aug 2018
2018-06-08
@Uwe Kleine-König
libfile: implement new helper write_file_flash() ...
Uwe Kleine-König authored on 1 Jun 2018 Sascha Hauer committed on 8 Jun 2018
2018-02-08
@Sascha Hauer
Merge branch 'for-next/tftp-workaround'
Sascha Hauer committed on 8 Feb 2018
2018-01-31
@Sascha Hauer
libfile: Make write_file buffer const ...
Sascha Hauer committed on 31 Jan 2018
2018-01-25
@Sascha Hauer
libfile: implement a function to cache a file ...
Sascha Hauer committed on 25 Jan 2018
@Sascha Hauer
libfile: implement make_temp ...
Sascha Hauer committed on 25 Jan 2018
2017-01-17
@Teresa Remmet
lib: libfile: Fix copying files to a non existing destination ...
Teresa Remmet authored on 16 Jan 2017 Sascha Hauer committed on 17 Jan 2017
2017-01-11
@Teresa Remmet
libfile: copy_file: Only open regular files with O_TRUNC ...
Teresa Remmet authored on 25 Nov 2016 Sascha Hauer committed on 11 Jan 2017
2016-07-08
@Markus Pargmann
libfile: Change write_full to be have const buf ...
Markus Pargmann authored on 6 Jul 2016 Sascha Hauer committed on 8 Jul 2016
2016-04-15
@Sascha Hauer
string: Fix (v)asprintf prototypes ...
Sascha Hauer committed on 15 Apr 2016
@Sascha Hauer
libfile: move open_and_lseek() to libfile ...
Sascha Hauer committed on 15 Apr 2016
2015-08-19
@Andrey Smirnov
lib: libfile: Do not ignore errors in close() ...
Andrey Smirnov authored on 14 Aug 2015 Sascha Hauer committed on 19 Aug 2015
2015-07-02
@Alexander Smirnov
read_file_2(): drop unnecessary 'else' ...
Alexander Smirnov authored on 29 Jun 2015 Sascha Hauer committed on 2 Jul 2015