aboutsummaryrefslogtreecommitdiff
path: root/src/util/getopt.c
Commit message (Collapse)AuthorAge
* NEWS: Refactoring components under src/ into lib/, plugin/, cli/ and service/Martin Schanzenbach2023-10-18
| | | | | This also includes a necessary API refactoring of crypto from IDENTITY to UTIL.
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* BUILD: Improve platform-specific includesMartin Schanzenbach2022-12-01
| | | | | | | | | | | This change allows third party programs to use gnunet either with the platform header from the sources used to build to gnunet, or use their own platform header by defining GNUNET_CUSTOM_PLATFORM_H which will be included in its stead. This also means that programs no longer must include "platform.h" (or similar) manually. The change (should be) backwards compatible to some degree. Fixes #4615
* properly document return value of GNUNET_PROGRAM_runChristian Grothoff2021-01-07
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* Remove win32 and cygwin supportng02019-09-09
|
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* finish #4623Christian Grothoff2019-06-22
|
* add flag for exlusive options as program agrumentsxrs2019-06-22
|
* dedupChristian Grothoff2019-01-15
|
* fix #5454Christian Grothoff2018-11-04
|
* add way to mark options as mandatory, get tests to pass againChristian Grothoff2017-03-15
|
* fix test case, implement base32 argument parser logicChristian Grothoff2017-03-15
|
* util: add component name to LOG macros; util/client: log incoming message ↵tg(x)2017-02-24
| | | | type/size/source for gnunet-logread
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -towards addressing #3047, note this causes the code to FTBFSChristian Grothoff2013-09-30
|
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* - fixBart Polot2012-09-28
|
* Passing -v or -h options to a command no longer returns error codeBart Polot2012-09-28
|
* -simplify code structure for monkeyChristian Grothoff2012-09-28
|
* -DCE: _LIBC never definedChristian Grothoff2012-09-28
|
* -help seaspider some moreChristian Grothoff2012-05-15
|
* -LRN: use FPRINTF -- #2051Christian Grothoff2011-12-30
|
* -fixing indentationChristian Grothoff2011-11-29
|
* introducing GNUNET_UNUSED macro instead of hard-coding gcc attribute all ↵Christian Grothoff2011-11-28
| | | | over the place; also some further documentation fixes
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* converting to GNUNET_LOG_from*Christian Grothoff2011-10-11
|
* run indent twice, it alternates between two 'canonical' forms, also run ↵Christian Grothoff2011-08-29
| | | | whitespace remover
* even nicer indentation, thanks to LRN's indent patchChristian Grothoff2011-08-16
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* clean upChristian Grothoff2011-05-07
|
* not needed for good styleChristian Grothoff2010-06-18
|
* localizationChristian Grothoff2010-06-18
| | | | of scopes
* fixesChristian Grothoff2010-06-17
|
* better commentsChristian Grothoff2009-10-08
|
* some doxygen fixesChristian Grothoff2009-09-30
|
* const-ing of config-handlesChristian Grothoff2009-07-26
|
* ngChristian Grothoff2009-05-29