summaryrefslogtreecommitdiff
path: root/src/helper/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* fileio: fileio_size() can now failØyvind Harboe2010-09-291-2/+12
* fileio: refactor struct fileio to be an opaque structureØyvind Harboe2010-09-291-16/+42
* fileio: -Wshadow warning fixØyvind Harboe2010-06-151-2/+2
* -Wshadow fixesØyvind Harboe2010-06-141-8/+8
* fileio: improve API typesZachary T Welch2009-11-161-33/+32
* struct fileio: improve member typesZachary T Welch2009-11-161-1/+1
* fileio_t -> struct fileioZachary T Welch2009-11-131-13/+13
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Remove whitespace at end of lines, step 2.zwelch2009-06-231-28/+28
* Remove whitespace that occurs after '('.zwelch2009-06-231-1/+1
* - Fixes '[<>]' whitespacezwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-1/+1
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-181-11/+11
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-6/+6
* Audit and eliminate redundant helper #include directives.zwelch2009-05-111-11/+0
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-111-1/+0
* Michael Bruck <mbruck@digenius.de> use more constoharboe2009-05-101-9/+7
* Remove redundant declarations to allow building with -Wredundant-decls.zwelch2009-04-291-1/+0
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+4
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-5/+5
* Michael Bruck: fixed warningsoharboe2008-03-071-2/+2
* - image.c and fileio.c now uses logging to propagate error strings.oharboe2008-02-291-144/+31
* - removed flash write_image - binary compare function has been moved to verif...ntfreak2007-12-201-9/+11
* - this patch allows OpenOCD running under eCos to access files via tftpmifi2007-12-191-37/+18
* - added patch for new flash functionality like:mifi2007-12-181-2/+10
* - flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak2007-10-011-0/+23
* - update file size when writing to a fileiodrath2007-08-201-2/+8
* - motorola s19 file loader addedntfreak2007-07-311-1/+6
* - added manpage for OpenOCD (thanks to Uwe Hermann)drath2007-06-141-0/+42
* - split fileio handling into fileio part and image handlingdrath2007-05-291-269/+5
* - merged XScale branch back into trunkdrath2007-03-281-10/+11
* - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath2007-03-261-1/+2
* - added missing files for last commitdrath2007-03-161-0/+544