openocd: fix SPDX tag format for files .c
[fw/openocd] / src / helper / fileio.c
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c
2022-07-23 Antonio Borneoopenocd: src/helper: replace the GPL-2.0-or-later licen...
2021-07-24 Antonio Borneoopenocd: manually remove NULL comparisons
2021-07-20 Antonio Borneoopenocd: manually fix Yoda conditions
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition
2021-05-01 Tim NewsomeCleanup of config/includes.
2018-02-14 Andreas BolschHandle improperly build image files gracefully
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-02-29 Marc Schinkhelper/fileio: Remove nested struct
2015-11-03 Marc Schinkhelper/fileio: Fix memory leak.
2015-11-03 Marc Schinkhelper/fileio: Use size_t for file size.
2013-10-31 Andreas FritiofsonClean up const usage to avoid excessive casting
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-02-06 Spencer Oliverbuild: cleanup src/helper directory
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2010-09-29 Øyvind Harboefileio: fileio_size() can now fail
2010-09-29 Øyvind Harboefileio: refactor struct fileio to be an opaque structure
2010-06-15 Øyvind Harboefileio: -Wshadow warning fix
2010-06-14 Øyvind Harboe-Wshadow fixes
2009-11-16 Zachary T Welchfileio: improve API types
2009-11-16 Zachary T Welchstruct fileio: improve member types
2009-11-13 Zachary T Welchfileio_t -> struct fileio
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-23 zwelchRemove whitespace at end of lines, step 2.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '[<>]' whitespace
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-18 zwelchFinish transforming 'u32' to 'uint32_t'.
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-05-11 zwelchAudit and eliminate redundant helper #include directives.
2009-05-11 zwelchRemove redundant sys/types.h #include directives (now...
2009-05-10 oharboeMichael Bruck <mbruck@digenius.de> use more const
2009-04-29 zwelchRemove redundant declarations to allow building with...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-07 oharboeMichael Bruck: fixed warnings
2008-02-29 oharboe- image.c and fileio.c now uses logging to propagate...
2007-12-20 ntfreak- removed flash write_image - binary compare function...
2007-12-19 mifi- this patch allows OpenOCD running under eCos to acces...
2007-12-18 mifi- added patch for new flash functionality like:
2007-10-01 ntfreak- flash autoerase <on|off> cmd added, default is off...
2007-08-20 drath- update file size when writing to a fileio
2007-07-31 ntfreak- motorola s19 file loader added
2007-06-14 drath- added manpage for OpenOCD (thanks to Uwe Hermann)
2007-05-29 drath- split fileio handling into fileio part and image...
2007-03-28 drath- merged XScale branch back into trunk
2007-03-26 drath- fixed arm926 cp15 command bug (thanks to Vincent...
2007-03-16 drath- added missing files for last commit