aboutsummaryrefslogtreecommitdiff
path: root/src/helper/ioutil.c
AgeCommit message (Expand)Author
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-05-08Helper ioutil: cleanup: removing dead codeAlexander Kurz
2015-11-03helper/ioutil: Rename MixedCaps function.Marc Schink
2013-10-31ioutil: Remove unnecessary casts and fix const-discardingAndreas Fritiofson
2013-06-05update files to correct FSF addressSpencer Oliver
2012-10-28ioutil: make the file compile on MacOSEdgar Grimberg
2012-03-13ecosboard: delete bit-rotted eCos codeØyvind Harboe
2012-02-06build: cleanup src/helper directorySpencer Oliver
2012-01-04Change return value on error.Mathias K
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2011-01-05nit: do not add \n at end of LOG_ERROREric Wetzel
2011-01-03error handling: the error number is not part of the user interfaceØyvind Harboe
2010-08-02ioutil: fix internal fn namesØyvind Harboe
2010-01-09src/helper: usage/help updatesDavid Brownell
2009-12-04switch 'rm' command away from using JimZachary T Welch
2009-11-28remove redundant 'rm' command handlerZachary T Welch
2009-11-24add jim_handler to command_registrationZachary T Welch
2009-11-24ioutil: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13command_handler_t: make argc unsignedZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-23- Fixes '&&' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-17Fix compilation for Ubuntu 9.04 on x86-64 when using --enable-httpd.zwelch
2009-06-11fix ordering of arguments to fwrite()oharboe
2009-06-05remove unused include file: inttypes.hoharboe
2009-05-21delete unused codeoharboe
2009-05-21fix warning. Use %p for pointersoharboe
2009-05-21Additional format warning fixes in ioutil, required by r1873 changes.zwelch
2009-05-19fix warningsoharboe
2009-05-11leave eCos include file issues alone for now. oharboe
2009-05-11Simplify #include directives in ioutil.c, use new header checks.zwelch
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch
2009-05-08Fix typo from hurrying the last commit. Nothing to see here.zwelch
2009-05-08Fix loadFile to return file length once again.zwelch
2009-05-08Fix warnings in ioutil.c; improves loadFile inteface.zwelch
2009-01-09moved ioutil init to the right spot: before config scriptsoharboe
2008-12-22cygwin fixesoharboe
2008-12-17houskeepingoharboe