aboutsummaryrefslogtreecommitdiff
path: root/src/util/program.c
Commit message (Collapse)AuthorAge
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* - Expose speedup routines as an internal header.Sree Harsha Totakura2014-03-10
|
* fix #3283Christian Grothoff2014-01-27
|
* -fixing leaks on error pathsChristian Grothoff2013-12-14
|
* -fixChristian Grothoff2013-12-12
|
* -fix leaksChristian Grothoff2013-12-12
|
* do not start with malformed configurationMatthias Wachs2013-12-12
|
* -remove useless/broken configure options, and gnunet_directories.hChristian Grothoff2013-12-11
|
* -just .conf, not .configChristian Grothoff2013-10-11
|
* -fix leakChristian Grothoff2013-10-10
|
* more work towards XDG spec (#3000) -- config file locationChristian Grothoff2013-10-09
|
* -towards addressing #3047, note this causes the code to FTBFSChristian Grothoff2013-09-30
|
* -misc fixes based on cppcheckChristian Grothoff2013-09-25
|
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* - osx fixesSree Harsha Totakura2012-12-13
|
* Hardcode svn revision in compiled binariesLRN2012-11-19
|
* -do not complain if ~/.gnunet/gnunet.conf does not exist, just use defaultsChristian Grothoff2012-10-09
|
* - fixBart Polot2012-09-28
|
* - Don't return error on -v, -hBart Polot2012-09-28
|
* - Exit on -v, -hBart Polot2012-09-28
|
* -fix #2122 and #2035Christian Grothoff2012-06-22
|
* LRN: new utf8 argv converter for W32, converting strings on command-line to ↵Christian Grothoff2012-06-10
| | | | UTF-8 for all command-line tools.
* speedup mechanism to manipulate gnunet timeMatthias Wachs2012-05-30
|
* -help seaspider some moreChristian Grothoff2012-05-15
|
* - improve documentationMatthias Wachs2012-03-15
|
* - new program_run and run_2Matthias Wachs2012-03-15
|
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* converting to GNUNET_LOG_from*Christian Grothoff2011-10-11
|
* fixChristian Grothoff2011-10-05
|
* LRN's big logging rewrite (#1805):Christian Grothoff2011-10-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * GNUNET_BOTTOM_LOGLEVEL and GNUNET_TOP_LOGLEVEL set global levels Use bottom level to force logging to be more verbose than configured Use top level to force logging to be less verbose than configured Obviously, bottom <= top * GNUNET_LOG sets per-component levels GNUNET_LOG looks like this: name[/bottom[/top]]/... name starts with a non-digit character, must not include '/' bottom and top must consist only of digits, or be empty a description is only used if it matches the component exactly as a special exception (for now) the name '*' matches any component per-component loglevels override global loglevels global levels override whatever is given via arguments or in config Examples: test_client/8/8/ run test_client with DEBUG level (usually leads to a timeout, by the way) */2/2/core/8/8/transport/4/4 run everything with WARNING, core - with DEBUG, transport - with INFO *//1/peerinfo/4/ run everything with top loglevel ERROR, global/configured bottom loglevel, and peerinfo - with bottom loglevel INFO and global/configured top loglevel statistics/ does nothing * Added GNUNET_ERROR_TYPE_UNSPECIFIED enum value, to hold -1. Its corresponding string is NULL. * Changed the logger calls as Grothoff suggested - to use static int to hold the result of runtime evaluation of logability. Logging can be unconditionally disabled in advance by defining GNUNET_LOG_CALL_STATUS to 0, and enabled in advance by defining it to 1. * Added GNUNET_CULL_LOGGING, which, if defined, completely culls out all logging calls at compile time. * Log definition parsing is only done once, results are cached. * Changed definition format, now it looks like this: [component|*|];[file|*|];[function|*|];[from_line[-to_line]];level/[component...] All field separators are mandatory (but some fields could be empty or be '*'). Line definition must be either empty or "number" or "number-number" Level definition must not be empty, and is a string representation of the level (i.e. DEBUG, WARNING, INFO, etc). Definition entry must end with a slash, whether or not there's another entry after it. File name is matched to the end of __FILE__, which allows file name to match not only the base name, but also directories leading to it. * Removed default WARNING loglevel from program and service utility code. Now they default to NULL (UNSPECIFIED) level, which can be overriden by GNUNET_LOG definition, if no level is specified via config or commandline. Log levels from config or commandline are overriden by GNUNET_FORCE_LOG. If GNUNET_*LOG are undefined, and no levels came from config or commandline, logger internally defaults to WARNING level. Add --enable-logging configure option
* fixing #1781Christian Grothoff2011-09-18
|
* fixChristian Grothoff2011-09-17
|
* fixfixChristian Grothoff2011-09-14
|
* fixing 1753Christian Grothoff2011-09-14
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* set clock offsetNathan S. Evans2011-07-28
|
* clockskew codeNathan S. Evans2011-07-25
|
* testcase for nat test codeChristian Grothoff2011-07-01
|
* resolver API changeChristian Grothoff2011-06-16
|
* big scheduler refactoring, expect some issuesNathan S. Evans2010-11-05
|
* leakChristian Grothoff2010-08-15
|
* cleaning argz messChristian Grothoff2010-06-25
|
* pass only unsigned char to isspace and the likeChristian Grothoff2010-06-13
|
* fixChristian Grothoff2010-03-15
|
* allow -l for daemonsChristian Grothoff2010-03-10
|
* fixChristian Grothoff2009-11-16
|
* moreChristian Grothoff2009-11-16
|
* bugfixChristian Grothoff2009-11-16
|
* fixing bio testcase and a bug in bio.c, also indentingChristian Grothoff2009-11-01
|