aboutsummaryrefslogtreecommitdiff
path: root/src/helper/ioutil.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-08Helper ioutil: cleanup: removing dead codeAlexander Kurz1-111/+0
2015-11-03helper/ioutil: Rename MixedCaps function.Marc Schink1-3/+3
2013-10-31ioutil: Remove unnecessary casts and fix const-discardingAndreas Fritiofson1-8/+7
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-10-28ioutil: make the file compile on MacOSEdgar Grimberg1-1/+12
2012-03-13ecosboard: delete bit-rotted eCos codeØyvind Harboe1-2/+0
2012-02-06build: cleanup src/helper directorySpencer Oliver1-143/+79
2012-01-04Change return value on error.Mathias K1-6/+1
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-8/+8
2011-01-05nit: do not add \n at end of LOG_ERROREric Wetzel1-6/+6
2011-01-03error handling: the error number is not part of the user interfaceØyvind Harboe1-2/+2
2010-08-02ioutil: fix internal fn namesØyvind Harboe1-15/+11
2010-01-09src/helper: usage/help updatesDavid Brownell1-26/+37
2009-12-04switch 'rm' command away from using JimZachary T Welch1-18/+11
2009-11-28remove redundant 'rm' command handlerZachary T Welch1-27/+0
2009-11-24add jim_handler to command_registrationZachary T Welch1-18/+42
2009-11-24ioutil: use register_commands()Zachary T Welch1-17/+45
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-6/+6
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-13/+13
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-10/+10
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-9/+9
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13command_handler_t: make argc unsignedZachary T Welch1-1/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-13/+7
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-23Remove whitespace that occurs before ')'.zwelch1-12/+12
2009-06-23Remove whitespace that occurs after '('.zwelch1-10/+10
2009-06-23- Fixes '+' whitespacezwelch1-1/+1
2009-06-23- Fixes '=' whitespacezwelch1-2/+2
2009-06-23- Fixes '==' whitespacezwelch1-6/+6
2009-06-23- Fixes '&&' whitespacezwelch1-2/+2
2009-06-23- Fixes '!=' whitespacezwelch1-6/+6
2009-06-23- Replace 'if(' with 'if ('.zwelch1-7/+7
2009-06-17Fix compilation for Ubuntu 9.04 on x86-64 when using --enable-httpd.zwelch1-2/+2
2009-06-11fix ordering of arguments to fwrite()oharboe1-1/+1
2009-06-05remove unused include file: inttypes.hoharboe1-3/+0
2009-05-21delete unused codeoharboe1-26/+0
2009-05-21fix warning. Use %p for pointersoharboe1-1/+1
2009-05-21Additional format warning fixes in ioutil, required by r1873 changes.zwelch1-2/+2
2009-05-19fix warningsoharboe1-4/+10
2009-05-11leave eCos include file issues alone for now. oharboe1-0/+2
2009-05-11Simplify #include directives in ioutil.c, use new header checks.zwelch1-36/+27
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch1-2/+0
2009-05-08Fix typo from hurrying the last commit. Nothing to see here.zwelch1-1/+1
2009-05-08Fix loadFile to return file length once again.zwelch1-5/+9
2009-05-08Fix warnings in ioutil.c; improves loadFile inteface.zwelch1-12/+14
2009-01-09moved ioutil init to the right spot: before config scriptsoharboe1-0/+1
2008-12-22cygwin fixesoharboe1-3/+6
2008-12-17houskeepingoharboe1-0/+121