summaryrefslogtreecommitdiff
path: root/src/helper/fileio.h
Commit message (Expand)AuthorAgeFilesLines
* Compilation Warnings on OS X 10.5Andrew MacIsaac2010-12-291-1/+1
* fileio: fileio_size() can now failØyvind Harboe2010-09-291-1/+1
* fileio: refactor struct fileio to be an opaque structureØyvind Harboe2010-09-291-6/+5
* change #include "types.h" to <helper/types.h>Zachary T Welch2009-12-031-1/+1
* fileio: improve API typesZachary T Welch2009-11-161-4/+4
* struct fileio: improve member typesZachary T Welch2009-11-161-2/+2
* Add FILEIO_NONE access mode.Zachary T Welch2009-11-161-0/+1
* fileio_t -> struct fileioZachary T Welch2009-11-131-11/+10
* src/helper: wrap and clean headers.Zachary T Welch2009-11-091-8/+14
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-181-6/+6
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-2/+2
* Audit and remove redundant uses of replacements.h in the tree.zwelch2009-05-121-2/+2
* Audit and eliminate redundant helper #include directives.zwelch2009-05-111-8/+1
* 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-2/+2
* - remove target specific variant and use target->variant memberntfreak2008-12-131-2/+1
* - 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
* Michael Bruck: fixed warningsoharboe2008-03-071-1/+1
* - image.c and fileio.c now uses logging to propagate error strings.oharboe2008-02-291-20/+1
* - this patch allows OpenOCD running under eCos to access files via tftpmifi2007-12-191-1/+0
* - flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak2007-10-011-0/+1
* - fixed endianness helper macros (thanks to obilix and wiml for finding and f...drath2007-06-281-0/+2
* - split fileio handling into fileio part and image handlingdrath2007-05-291-45/+12
* - added missing files for last commitdrath2007-03-161-0/+126