aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
Commit message (Collapse)AuthorAge
* report skipped tests, doxygen fixesChristian Grothoff2015-09-29
|
* - fixesMartin Schanzenbach2015-09-15
|
* - fix invalid free in token rest, fix build bug, move rest up in dependancy listMartin Schanzenbach2015-09-14
|
* - fix install path for pluginsMartin Schanzenbach2015-09-14
|
* - revert plugin move. Add new identity-tokenMartin Schanzenbach2015-09-14
|
* - move rest plugins into rest directory where they belongMartin Schanzenbach2015-09-11
|
* - updateMartin Schanzenbach2015-09-10
|
* -fixChristian Grothoff2015-09-05
|
* -fixMartin Schanzenbach2015-08-11
|
* - fixMartin Schanzenbach2015-08-11
|
* -fixMartin Schanzenbach2015-08-11
|
* - flat namestore plugin (experimental)Martin Schanzenbach2015-08-11
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* fix use of deprecated MHD symbolsChristian Grothoff2015-06-12
|
* -fix (harmless) use of uninit 'nick'Christian Grothoff2015-05-26
|
* -make staticMartin Schanzenbach2015-04-10
|
* -json decrefsMartin Schanzenbach2015-04-01
|
* - namestore restMartin Schanzenbach2015-04-01
|
* -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
* Remove work-around for bad NULL definitionDavid Barksdale2014-12-23
|
* -check return valueChristian Grothoff2014-12-19
|
* -check NULL, check RVChristian Grothoff2014-12-19
|
* -check rvalChristian Grothoff2014-12-17
|
* -leaks, leaks leaksChristian Grothoff2014-12-17
|
* -no nseChristian Grothoff2014-12-16
|
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff2014-12-10
| | | | #3565 indirectly
* -extra checks, plus indentation fixesChristian Grothoff2014-12-06
|
* -add missing returnChristian Grothoff2014-10-05
|
* -fix format stringChristian Grothoff2014-10-03
|
* -is pending is deadChristian Grothoff2014-10-01
|
* removing unused "RF_PENDING" flagMatthias Wachs2014-09-23
|
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* -remve legacy optionChristian Grothoff2014-09-05
|
* More fixes for #3522Sree Harsha Totakura2014-08-14
|
* Include libpq-fe.h instead of postgres/libpq-fe.h.Sree Harsha Totakura2014-08-08
| | | | | Also add a macro for checking libpq from Autoconf macro archives.
* -tolerate it if gnunet://gns/ URI prefix is in upper caseChristian Grothoff2014-07-08
|
* -check return valueChristian Grothoff2014-06-17
|
* -assert zone is non-null, simplify branching logic a bitChristian Grothoff2014-06-17
|
* -fix #3301Christian Grothoff2014-06-08
|
* -fix #3301Christian Grothoff2014-06-08
|
* -check return value, doxygenChristian Grothoff2014-06-07
|
* fixing #3302: match record type and value as well during deletion, if specifiedChristian Grothoff2014-05-13
|
* hack namestore pending capabilityChristian Grothoff2014-04-18
|
* -comment out all of directives on testChristian Grothoff2014-04-08
|
* -add a few commentsChristian 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&#'