aboutsummaryrefslogtreecommitdiff
path: root/src/hello
AgeCommit message (Collapse)Author
2012-12-21-renaming testing-new.h to testing.h, bumping library versionsgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@25629 140774ce-b5e7-0310-ab8b-a85725594a96
2012-12-14doxyenwachs
git-svn-id: https://gnunet.org/svn/gnunet@25479 140774ce-b5e7-0310-ab8b-a85725594a96
2012-11-18moved hello uri functions to hello libtg
git-svn-id: https://gnunet.org/svn/gnunet@25040 140774ce-b5e7-0310-ab8b-a85725594a96
2012-11-04TypoLRN
git-svn-id: https://gnunet.org/svn/gnunet@24697 140774ce-b5e7-0310-ab8b-a85725594a96
2012-11-04-misc bugfixes, travel hackinggrothoff
git-svn-id: https://gnunet.org/svn/gnunet@24693 140774ce-b5e7-0310-ab8b-a85725594a96
2012-07-04- bug of the weekwachs
git-svn-id: https://gnunet.org/svn/gnunet@22472 140774ce-b5e7-0310-ab8b-a85725594a96
2012-06-07-fixing #2405grothoff
git-svn-id: https://gnunet.org/svn/gnunet@21795 140774ce-b5e7-0310-ab8b-a85725594a96
2012-04-24-trying to resolve alignment issue on sparcgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@21140 140774ce-b5e7-0310-ab8b-a85725594a96
2012-04-01-do not warn if stat fails, do not output DEBUG messages in testgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@20838 140774ce-b5e7-0310-ab8b-a85725594a96
2012-03-20-LRN: Add dependencies to gnunet hello and service namestoregrothoff
git-svn-id: https://gnunet.org/svn/gnunet@20622 140774ce-b5e7-0310-ab8b-a85725594a96
2012-03-19-LRN: calculate file size for single files when needed and use ↵grothoff
GNUNET_DISK_file_size instead of STAT git-svn-id: https://gnunet.org/svn/gnunet@20600 140774ce-b5e7-0310-ab8b-a85725594a96
2012-03-19- doxygen fixeswachs
git-svn-id: https://gnunet.org/svn/gnunet@20594 140774ce-b5e7-0310-ab8b-a85725594a96
2012-03-13-adding gnunet-hello tool to bump expiration timesgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@20478 140774ce-b5e7-0310-ab8b-a85725594a96
2012-03-05-LRN: experimental HELLO URIsgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@20287 140774ce-b5e7-0310-ab8b-a85725594a96
2012-02-27-version bumps in anticipation of releasegrothoff
git-svn-id: https://gnunet.org/svn/gnunet@20082 140774ce-b5e7-0310-ab8b-a85725594a96
2012-02-26-verbose is independent of logginggrothoff
git-svn-id: https://gnunet.org/svn/gnunet@20034 140774ce-b5e7-0310-ab8b-a85725594a96
2012-02-22-fix typegrothoff
git-svn-id: https://gnunet.org/svn/gnunet@19954 140774ce-b5e7-0310-ab8b-a85725594a96
2012-01-31fixing const api and add check to addresswachs
git-svn-id: https://gnunet.org/svn/gnunet@19563 140774ce-b5e7-0310-ab8b-a85725594a96
2011-12-30-LRN: use FPRINTF -- #2051grothoff
git-svn-id: https://gnunet.org/svn/gnunet@18855 140774ce-b5e7-0310-ab8b-a85725594a96
2011-12-21fixing 2012: network structure alignment now forced to be correct even on ↵grothoff
W32 using #pragma pack from gcc 4.x git-svn-id: https://gnunet.org/svn/gnunet@18730 140774ce-b5e7-0310-ab8b-a85725594a96
2011-11-29-fixing indentationgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@18394 140774ce-b5e7-0310-ab8b-a85725594a96
2011-11-29first steps to transport_api cleanupwachs
compiles but no guarante to work! git-svn-id: https://gnunet.org/svn/gnunet@18368 140774ce-b5e7-0310-ab8b-a85725594a96
2011-11-28-doxygen fixesgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@18349 140774ce-b5e7-0310-ab8b-a85725594a96
2011-11-08refactoring how we handle peer addresses in peerinfo/ats/transport/hello ↵grothoff
subsystems -- use a struct instead of 3--4 arguments git-svn-id: https://gnunet.org/svn/gnunet@18058 140774ce-b5e7-0310-ab8b-a85725594a96
2011-11-08adding address abstractiongrothoff
git-svn-id: https://gnunet.org/svn/gnunet@18055 140774ce-b5e7-0310-ab8b-a85725594a96
2011-11-05introducing GNUNET_abortgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@18028 140774ce-b5e7-0310-ab8b-a85725594a96
2011-11-05LRN: Add '-Wl,' prefix to -no-undefinedgrothoff
-no-undefined is not a valid compiler option as of GCC 4.6.x (it IS valid linker option). Note that this REQUIRES an extra -no-undefined to be passed to libtool (this is done by GN_LIB_LDLFAGS and GN_PLUGIN_LDFLAGS), because libtool does not understand -Wl,-no-undefined. git-svn-id: https://gnunet.org/svn/gnunet@18013 140774ce-b5e7-0310-ab8b-a85725594a96
2011-11-04curly wars / auto-indentationgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@18000 140774ce-b5e7-0310-ab8b-a85725594a96
2011-10-04LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging callsgrothoff
(#1805). git-svn-id: https://gnunet.org/svn/gnunet@17173 140774ce-b5e7-0310-ab8b-a85725594a96
2011-10-04LRN's big logging rewrite (#1805):grothoff
* 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 git-svn-id: https://gnunet.org/svn/gnunet@17162 140774ce-b5e7-0310-ab8b-a85725594a96
2011-09-27helpergrothoff
git-svn-id: https://gnunet.org/svn/gnunet@17060 140774ce-b5e7-0310-ab8b-a85725594a96
2011-08-29run indent twice, it alternates between two 'canonical' forms, also run ↵grothoff
whitespace remover git-svn-id: https://gnunet.org/svn/gnunet@16620 140774ce-b5e7-0310-ab8b-a85725594a96
2011-08-15indentationgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@16583 140774ce-b5e7-0310-ab8b-a85725594a96
2011-08-15indentationgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@16581 140774ce-b5e7-0310-ab8b-a85725594a96
2011-06-10adding configure code for --enable-benchmarks, --enable-expensive-tests, ↵grothoff
some clean up git-svn-id: https://gnunet.org/svn/gnunet@15521 140774ce-b5e7-0310-ab8b-a85725594a96
2010-10-27Refactoring gnunet timewachs
git-svn-id: https://gnunet.org/svn/gnunet@13422 140774ce-b5e7-0310-ab8b-a85725594a96
2010-07-28fixes to buildgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@12377 140774ce-b5e7-0310-ab8b-a85725594a96
2010-07-02gpl3grothoff
git-svn-id: https://gnunet.org/svn/gnunet@12098 140774ce-b5e7-0310-ab8b-a85725594a96
2010-06-25fixing common off-by-one error with respect to maximum message sizegrothoff
git-svn-id: https://gnunet.org/svn/gnunet@11961 140774ce-b5e7-0310-ab8b-a85725594a96
2010-06-11fix overflowgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@11661 140774ce-b5e7-0310-ab8b-a85725594a96
2010-05-25check that peers match, fix docugrothoff
git-svn-id: https://gnunet.org/svn/gnunet@11506 140774ce-b5e7-0310-ab8b-a85725594a96
2010-05-02fixgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@11150 140774ce-b5e7-0310-ab8b-a85725594a96
2010-05-02reducing address size in hello to 16 bitgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@11149 140774ce-b5e7-0310-ab8b-a85725594a96
2010-04-10work on HELLOgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@10871 140774ce-b5e7-0310-ab8b-a85725594a96
2010-04-02hello api call, may be unnecessarynevans
git-svn-id: https://gnunet.org/svn/gnunet@10756 140774ce-b5e7-0310-ab8b-a85725594a96
2010-03-24stuffgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@10682 140774ce-b5e7-0310-ab8b-a85725594a96
2010-02-14also match tnamegrothoff
git-svn-id: https://gnunet.org/svn/gnunet@10291 140774ce-b5e7-0310-ab8b-a85725594a96
2010-02-13permit NULL addrgengrothoff
git-svn-id: https://gnunet.org/svn/gnunet@10289 140774ce-b5e7-0310-ab8b-a85725594a96
2009-10-05be less verbosegrothoff
git-svn-id: https://gnunet.org/svn/gnunet@9121 140774ce-b5e7-0310-ab8b-a85725594a96
2009-09-07fixesgrothoff
git-svn-id: https://gnunet.org/svn/gnunet@8958 140774ce-b5e7-0310-ab8b-a85725594a96