aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Moved dht get handles for types into tunnel handlers, added tasks to restart ↵Bart Polot2011-10-05
| | | | dht gets periodically
* removing experimental from httpMatthias Wachs2011-10-05
|
* bugfixDavid Brodski2011-10-05
|
* core gives a buf of NULL to indicate errorsPhilipp Tölke2011-10-05
|
* bugPhilipp Tölke2011-10-05
|
* Adapted path generation to new DHT_RECORD_ROUTE behaviorBart Polot2011-10-05
|
* Enable DHT in testcaseBart Polot2011-10-05
|
* Error message handling changedDavid Brodski2011-10-05
|
* pack block, use big endian for timeChristian Grothoff2011-10-05
|
* add GNUNET_PACKEDChristian Grothoff2011-10-05
|
* fixChristian Grothoff2011-10-05
|
* increase timeout to hopefully fix issues on slow buildbotsChristian Grothoff2011-10-04
|
* use load, not parseChristian Grothoff2011-10-04
|
* use load, not parseChristian Grothoff2011-10-04
|
* http https nat testsMatthias Wachs2011-10-04
|
* config files for http nat testMatthias Wachs2011-10-04
|
* implemented: client-only modeMatthias Wachs2011-10-04
|
* correct configuration for the nat testcaseMatthias Wachs2011-10-04
|
* Enabled DHT testcase, added unicast testcaseBart Polot2011-10-04
|
* Enabled DHT use againBart Polot2011-10-04
|
* Added local tunnel service numeration handling, added incoming tunnel client ↵Bart Polot2011-10-04
| | | | notification, fixed peer_id rc bug on core peer connect
* Optimized timing, fixed formatting, fixed callback bugBart Polot2011-10-04
|
* Fixed a double DLL_insert of an incoming tunnelBart Polot2011-10-04
|
* adding assertions to help with 1815Christian Grothoff2011-10-04
|
* LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging callsChristian Grothoff2011-10-04
| | | | | | (#1805).
* more statsChristian Grothoff2011-10-04
|
* fix stat, count 2nd case as wellChristian Grothoff2011-10-04
|
* unnecessaryChristian Grothoff2011-10-04
|
* Fixed core quota, added logging of error messages at connection setupBart Polot2011-10-04
|
* print statChristian Grothoff2011-10-04
|
* add statisticChristian Grothoff2011-10-04
|
* add a few assertionsChristian Grothoff2011-10-04
|
* fixing memory leak (#1809)Christian Grothoff2011-10-04
|
* cleaning up test code to keep references to allocated handles and to clean ↵Christian Grothoff2011-10-04
| | | | them up where needed; this should fix #1803
* fixing bug #1812Matthias Wachs2011-10-04
| | | | | | n->is_active was not set to mq
* 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
* fix for 1819:Matthias Wachs2011-10-04
| | | | | when HELLO message arrives, peer's public key is added to peerinfo even no addresses could be validated
* bugfixesMatthias Wachs2011-10-04
| | | | | timeout handling for other transmission direction
* adding statsChristian Grothoff2011-10-04
|
* factor out stop into new task (in preparation)Christian Grothoff2011-10-04
|
* (no commit message)Matthias Wachs2011-10-04
|
* fixing #17134Matthias Wachs2011-10-04
|
* re-enabling timeoutsMatthias Wachs2011-10-04
|
* Tweaked test configuration and log messagesBart Polot2011-10-03
|
* Fixed size request from core on create path and path ack, reformatted call ↵Bart Polot2011-10-03
| | | | to make more readable
* Fixed a bug in create path handling, extended debug info.Bart Polot2011-10-03
|
* fix 1814Christian Grothoff2011-10-02
|
* fix #1713 (see discussion there)Christian Grothoff2011-10-02
|
* no printfChristian Grothoff2011-09-30
|
* fixing bloomfilter code, fixing testcaseChristian Grothoff2011-09-30
|