aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
Commit message (Collapse)AuthorAge
* fix log call: wait until pid is initializedChristian Grothoff2018-01-06
|
* misc peerinfo fixes; signed/unsinged cmps, warnings, unchecked return valueChristian Grothoff2018-01-06
|
* fix error handling, do not continue with uninitialized variable after failureChristian Grothoff2018-01-05
|
* make gnunet-service-peerinfo unlink HELLOs greater than the allowed ↵xrs2017-12-17
| | | | GNUNET_MAX_MESSAGE_SIZE
* Fix info message header size checkDavid Barksdale2017-09-23
|
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* update ignore filesChristian Grothoff2017-02-26
|
* fix perf_peerinfo_api FTBFSChristian Grothoff2017-02-26
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* replace redundant MQ_NotifyCallback by SCHEDULER_TaskCallbackChristian Grothoff2017-01-17
|
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* exclude more testsChristian Grothoff2017-01-08
|
* - add subdirectory gitignore filesBart Polot2016-11-09
|
* avoid triggering dropped message 333 warningChristian Grothoff2016-10-10
|
* convert peerinfo to new service MQ APIChristian Grothoff2016-09-24
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* -doxygenMartin Schanzenbach2016-07-17
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* -fix build issuesChristian Grothoff2016-07-06
|
* -fix misc issuesChristian Grothoff2016-07-06
|
* converting peerinfo-notify to new MQ ApIChristian Grothoff2016-06-24
|
* converting peerinfo-notify to new MQ ApIChristian Grothoff2016-06-24
|
* update peerinfo API to use MQChristian Grothoff2016-06-24
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* -use INFO, not WARNChristian Grothoff2015-10-16
|
* -signed cmp, otherwise -1 will not triggerChristian Grothoff2015-10-08
|
* improving comments and coding style for libgnunethello libraryChristian Grothoff2015-10-03
|
* -properly verify size, fixes #3991Christian Grothoff2015-10-02
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -stylistic fixesChristian Grothoff2015-02-22
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* test documentationMatthias Wachs2014-06-24
|
* -fix log level, logging, indentationChristian Grothoff2014-06-11
|
* -fixing doxygen, indentationChristian Grothoff2014-06-09
|
* fix for bug #0003416: do not stop parsing uri when plugin is not foundMatthias Wachs2014-06-03
| | | | | - changed semantics for address generator cb: GNUNET_SYSERR indicates stop, >= 0 indicates bytes added
* -reenable shipped hellos testChristian Grothoff2014-04-08
|
* - use new hash nameBart Polot2014-04-07
|
* -fix #3355: disable warningChristian Grothoff2014-04-04
|
* reformating and adding additional log info about hello importMatthias Wachs2014-03-17
|
* add missing ifdefs in header filesFlorian Dold2014-03-07
|
* -doxygen, indentationChristian Grothoff2014-02-16
|
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
| | | | | | sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
* malloc -> newLRN2013-12-19
|