aboutsummaryrefslogtreecommitdiff
path: root/src/helper/fileio.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/helper: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-07-24openocd: manually remove NULL comparisonsAntonio Borneo1-1/+1
2021-07-20openocd: manually fix Yoda conditionsAntonio Borneo1-2/+2
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-1/+1
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+1
2018-02-14Handle improperly build image files gracefullyAndreas Bolsch1-0/+5
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-02-29helper/fileio: Remove nested structMarc Schink1-62/+67
2015-11-03helper/fileio: Fix memory leak.Marc Schink1-4/+12
2015-11-03helper/fileio: Use size_t for file size.Marc Schink1-6/+11
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson1-2/+2
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/helper directorySpencer Oliver1-30/+21
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-1/+1
2010-09-29fileio: fileio_size() can now failØyvind Harboe1-2/+12
2010-09-29fileio: refactor struct fileio to be an opaque structureØyvind Harboe1-16/+42
2010-06-15fileio: -Wshadow warning fixØyvind Harboe1-2/+2
2010-06-14-Wshadow fixesØyvind Harboe1-8/+8
2009-11-16fileio: improve API typesZachary T Welch1-33/+32
2009-11-16struct fileio: improve member typesZachary T Welch1-1/+1
2009-11-13fileio_t -> struct fileioZachary T Welch1-13/+13
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-23Remove whitespace at end of lines, step 2.zwelch1-28/+28
2009-06-23Remove whitespace that occurs after '('.zwelch1-1/+1
2009-06-23- Fixes '[<>]' whitespacezwelch1-1/+1
2009-06-23- Replace 'if(' with 'if ('.zwelch1-1/+1
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch1-11/+11
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-6/+6
2009-05-11Audit and eliminate redundant helper #include directives.zwelch1-11/+0
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch1-1/+0
2009-05-10Michael Bruck <mbruck@digenius.de> use more constoharboe1-9/+7
2009-04-29Remove redundant declarations to allow building with -Wredundant-decls.zwelch1-1/+0
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-1/+4
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-5/+5
2008-03-07Michael Bruck: fixed warningsoharboe1-2/+2
2008-02-29- image.c and fileio.c now uses logging to propagate error strings.oharboe1-144/+31
2007-12-20- removed flash write_image - binary compare function has been moved to verif...ntfreak1-9/+11
2007-12-19- this patch allows OpenOCD running under eCos to access files via tftpmifi1-37/+18
2007-12-18- added patch for new flash functionality like:mifi1-2/+10
2007-10-01- flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak1-0/+23
2007-08-20- update file size when writing to a fileiodrath1-2/+8
2007-07-31- motorola s19 file loader addedntfreak1-1/+6
2007-06-14- added manpage for OpenOCD (thanks to Uwe Hermann)drath1-0/+42
2007-05-29- split fileio handling into fileio part and image handlingdrath1-269/+5
2007-03-28- merged XScale branch back into trunkdrath1-10/+11
2007-03-26- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath1-1/+2
2007-03-16- added missing files for last commitdrath1-0/+544