aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
Commit message (Collapse)AuthorAge
* 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
|
* fix the stupidChristian Grothoff2018-06-07
|
* avoid looping on listing of zoneChristian Grothoff2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* add -z option to gnunet-namestore-fcfsdChristian Grothoff2018-06-07
|
* add -z option to gnunet-namestore-fcfsdChristian Grothoff2018-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
* fix serialization/deserialization error in namestore deferred monitor logicChristian Grothoff2018-05-20
|
* check return values from GNSRECORD_record_serialize/size alwaysChristian Grothoff2018-05-20
|
* off by 0 in log msgChristian Grothoff2018-05-20
|
* fix crash on namestore disconnectChristian Grothoff2018-05-20
|
* allow multiple GNS2DNS records to co-existChristian Grothoff2018-05-20
|
* follow-up, fix conf locationsNils Gillmann2018-05-19
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* add some extra GNS-record well-formedness checks if logging is enabledChristian Grothoff2018-05-13
|
* get rid of plain memcpy callsChristian Grothoff2018-05-13
|
* support grabbing individual recordsChristian Grothoff2018-05-13
|
* add logic to compute statistics from benchmarkChristian Grothoff2018-05-12
|
* add warning about slow monitorsChristian Grothoff2018-05-10
|
* watch for namestore not completing store operations, add auto-abort with ↵Christian Grothoff2018-05-10
| | | | warning plus statistics to detect
* add option to bump lifetimeChristian Grothoff2018-05-10
|
* fix crash on monitor disconnectChristian Grothoff2018-05-10
|
* fix config filesChristian Grothoff2018-05-09
|
* fix offset computation in flat iteratorChristian Grothoff2018-05-09
|
* fix context for zone_to_name flat pluginChristian Grothoff2018-05-09
|
* fix crash on error in test logic on shutdownChristian Grothoff2018-05-09
|
* missed a few placesChristian Grothoff2018-05-09
|
* implement new functions in libgnunetsq, clean up sqlite namestore plugin, ↵Christian Grothoff2018-05-09
| | | | implement flow control in namestore API and tests
* Merge branch 'master' of gnunet.org:gnunetNils Gillmann2018-05-06
|\
| * update namestore monitor API users to use new _next call where neededChristian Grothoff2018-05-05
| |
* | Switch to $GNUNET_TMP in all configuration files.Nils Gillmann2018-05-06
|/ | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* start preparations for flow control by namestore monitorsChristian Grothoff2018-05-02
|
* fix scanf callsChristian Grothoff2018-05-02
|
* add test for query derivation (passed instantly)Christian Grothoff2018-05-02
|
* comma missingChristian Grothoff2018-05-02
|
* misc improvements to statistics and large-scale behavior of ↵Christian Grothoff2018-05-02
| | | | zoneimport/zonemaster
* implement UPSERT instead of DELETE+INSERT to reduce number of DB transactionsChristian Grothoff2018-05-02
|
* update gitignoreChristian Grothoff2018-05-01
|
* lots more statistics for zoneimport/namestoreChristian Grothoff2018-05-01
|
* more extensive namestore tests for the non-sqlite plugins, with bugfixesChristian Grothoff2018-05-01
|
* fix perf_ return valueChristian Grothoff2018-05-01
|
* add perf_ logic for namestore iterations, improve namestore insertion ↵Christian Grothoff2018-05-01
| | | | | | performance by 30 percent
* more loggingChristian Grothoff2018-04-30
|
* signal contChristian Grothoff2018-04-30
|
* bigChristian Grothoff2018-04-30
|
* eliminate use of OFFSET in namestore DB queriesChristian Grothoff2018-04-30
|
* add statistic on namestore iteration delayChristian Grothoff2018-04-30
|
* 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