aboutsummaryrefslogtreecommitdiff
path: root/src/namecache
Commit message (Collapse)AuthorAge
* assert block length is validSchanzenbach, Martin2018-06-24
|
* fixSchanzenbach, Martin2018-06-24
|
* handle corrupted names in cacheSchanzenbach, Martin2018-06-24
|
* revert unnecessary underrun fixSchanzenbach, Martin2018-06-24
|
* fix possible buffer overrunSchanzenbach, Martin2018-06-24
|
* AUTOSTART renamed into START_ON_DEMAND (#4547a)psyc://loupsycedyglgamf.onion/~lynX1984-04-04
|
* rename USER_SERVICE into RUN_PER_USER. thx, tg (#4548a)psyc://loupsycedyglgamf.onion/~lynX2018-06-23
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* use real GNS record types in tests to avoid failures in new extra ↵Christian Grothoff2018-06-05
| | | | serialization/deserialization checking
* Switch to $GNUNET_TMP in all configuration files.Nils Gillmann2018-05-06
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* add option to disable namecache, add velocity calculation and delay ↵Christian Grothoff2018-04-29
| | | | correction to zonemaster, fix some ftbfs from recent NAMESTORE API change
* misc zoneimporter fixesChristian Grothoff2018-04-26
|
* more incremental processing of zoneimporterChristian Grothoff2018-04-23
|
* minor bugfixesChristian Grothoff2018-04-10
|
* fix sq compiler warning for uninit parameter, query is not primary key due ↵Christian Grothoff2018-03-30
| | | | to override-with-latest replacement strategy
* enforce query is primary keyChristian Grothoff2018-03-08
|
* eliminate .gnu from GNSChristian Grothoff2018-03-03
|
* rename GNUNET_PQ_QueryStatus to GNUNET_DB_QueryStatusChristian Grothoff2017-06-11
|
* libgnunetpostgres no longer needed hereChristian Grothoff2017-06-02
|
* improve namecache postgres plugin to use libgnunetpq moreChristian Grothoff2017-06-02
|
* adding more good helpers to libgnunetpqChristian Grothoff2017-06-01
|
* rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff2017-03-25
|
* porting.Marcello Stanisci2017-03-15
|
* migrating namecache to use SQ libChristian Grothoff2017-03-12
|
* migrating namecache to use SQ libChristian Grothoff2017-03-12
|
* update .gitignore filesChristian Grothoff2017-02-23
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* ignore zonefiles dirChristian Grothoff2017-01-09
|
* exclude more testsChristian Grothoff2017-01-08
|
* - add subdirectory gitignore filesBart Polot2016-11-09
|
* convert namecache to new service ApIChristian Grothoff2016-10-21
|
* - fix coverityMartin Schanzenbach2016-08-29
|
* -fix use after freeChristian Grothoff2016-08-26
|
* -fixing idiocyChristian Grothoff2016-08-26
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* -coverityMartin Schanzenbach2016-07-07
|
* -coverityMartin Schanzenbach2016-07-07
|
* -dceChristian Grothoff2016-06-21
|
* convert namecache to new MQ APIChristian Grothoff2016-06-21
|
* 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()
* make some more use of libgnunetpqChristian Grothoff2016-02-06
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* - update flat plugin to namestore flat plugin status. Add config filename.Martin Schanzenbach2015-12-15
|
* namecache: fix NULL-pointer dereference in namecache-flatDaniel Golle2015-12-06
| | | | | | | | | | | | | | | namecache-flat crashes if started on an empty or non-existent file. gnunet-service-[2568]: segfault at 0 ip 00007fe32dc8bb3c sp 00007ffde11826f0 error 4 in libgnunet_plugin_namecache_flat.so[7fe32dc8a000+202000] gnunet-service-[2576]: segfault at 0 ip 00007f2a6be75b3c sp 00007ffdf9b6d880 error 4 in libgnunet_plugin_namecache_flat.so[7f2a6be74000+202000] gnunet-service-[2581]: segfault at 0 ip 00007ff1dcfb1b3c sp 00007fff834070f0 error 4 in libgnunet_plugin_namecache_flat.so[7ff1dcfb0000+202000] This fix at least prevents parsing a 0-byte file, however, looking at the code it is clear that more needs to be done to prevent crashes in case of corrupted or incompletely written cache data. Fixes https://gnunet.org/bugs/view.php?id=4082 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* namecache: fix testcase config for namecache-plugin-flatDaniel Golle2015-12-06
| | | | | | Fixes https://gnunet.org/bugs/view.php?id=4081 Signed-off-by: Daniel Golle <daniel@makrotopia.org>