aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Collapse)AuthorAge
...
* eliminate last calls to GNUNET_CORE_peer_request_connectChristian Grothoff2011-10-05
|
* pack block, use big endian for timeChristian 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
* constChristian Grothoff2011-09-29
|
* DHT api switch adjustmentsChristian Grothoff2011-09-27
|
* moveChristian Grothoff2011-09-27
|
* dieChristian Grothoff2011-09-27
|
* stuffChristian Grothoff2011-09-27
|
* helperChristian Grothoff2011-09-27
|
* process find peer requests and repliesChristian Grothoff2011-09-27
|
* move bloomfilter recalculation to block libraryChristian Grothoff2011-09-27
|
* addChristian Grothoff2011-09-26
|
* stuffChristian Grothoff2011-09-26
|
* stuffChristian Grothoff2011-09-21
|
* extendChristian Grothoff2011-09-21
|
* generate valid disconnect message -- Mantis #1789Christian Grothoff2011-09-19
|
* indentationChristian Grothoff2011-09-14
|
* fixMatthias Wachs2011-09-13
|
* adding missing filesChristian Grothoff2011-09-13
|
* dceChristian Grothoff2011-09-13
|
* allow cancellation of certain transport API operationsChristian Grothoff2011-09-11
|
* misc train hackingChristian Grothoff2011-09-09
|
* Changed documentation, type names and code formattingBart Polot2011-09-07
| | | | | Extended test_local
* porting gnunet-transport-list-connections to binary addressMatthias Wachs2011-09-07
|
* fixing API and clean up issues in testingChristian Grothoff2011-09-05
|
* Completed incoming tunnel handling, refactored destroy tunnelBart Polot2011-09-05
|
* Changes in API, adapted code and testfiles, improved client reconnect, new ↵Bart Polot2011-09-02
| | | | documentation, small fixes
* doxygenChristian Grothoff2011-09-02
|
* breaking stuffChristian Grothoff2011-09-02
|
* fix docChristian Grothoff2011-09-02
|
* Added tunnel destroy, changed message types in client <-> service protocolBart Polot2011-09-02
|
* cleanup API for get_hello and get_hello_cancelChristian Grothoff2011-09-02
|
* fixChristian Grothoff2011-09-02
|
* typosChristian Grothoff2011-09-02
|
* Implemented reconnect, creation of incoming tunnels, refactoringBart Polot2011-09-02
|
* Updated header for change in service (drop timeout from add_peer), updated docBart Polot2011-09-01
|
* Header for new connect callBart Polot2011-08-31
|
* removing unique id codeMatthias Wachs2011-08-30
|
* run indent twice, it alternates between two 'canonical' forms, also run ↵Christian Grothoff2011-08-29
| | | | whitespace remover
* changes to server libMatthias Wachs2011-08-26
| | | | | | Added a unique ID to struct GNUNET_SERVER_Client to be able to distinguish between different clients
* Extended ATS and transport service to store session IDs to support inbound ↵Matthias Wachs2011-08-25
| | | | sessions
* even nicer indentation, thanks to LRN's indent patchChristian Grothoff2011-08-16
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* make external-IP api non-blockingChristian Grothoff2011-08-15
|
* cleanupChristian Grothoff2011-08-15
|
* process keepalive, simplify PONGsChristian Grothoff2011-08-14
|
* stuffChristian Grothoff2011-08-14
|
* stuffChristian Grothoff2011-08-14
|
* more sane numberingChristian Grothoff2011-08-14
|