aboutsummaryrefslogtreecommitdiff
path: root/src/pq
Commit message (Collapse)AuthorAge
* put logging into place to diagnose #4737Christian Grothoff2016-10-24
|
* pq: fix crash in clean_varsize_blob() after extracting NULL valueGabor X Toth2016-10-12
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* -fix misc issuesChristian Grothoff2016-07-06
|
* only run tests if they are enabledChristian Grothoff2016-06-01
|
* add support for string results from PQChristian Grothoff2016-05-03
|
* 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()
* simplify PQ API by removing NULL as a possible acceptable valueChristian Grothoff2016-04-04
|
* add function for string parametersChristian Grothoff2016-04-03
|
* fixing symbol naming and coding convention issuesChristian Grothoff2016-03-21
|
* pq: fix errornous includeDaniel Golle2016-02-24
| | | | | gnunet_util_lib.h can't be included from system's include path before gnunet installed it there. Include it from the sourcetree instead.
* creating libgnunetpq libraryChristian Grothoff2016-02-05