aboutsummaryrefslogtreecommitdiff
path: root/src/helper/fileio.c
AgeCommit message (Expand)AuthorFilesLines
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