aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns.c
Commit message (Collapse)AuthorAge
* add pin zone, remove obsolete scriptChristian Grothoff2018-03-03
|
* first preparations for GNS mapping arbitrary TLDsChristian Grothoff2018-02-25
|
* log which name we are resolvingChristian Grothoff2017-02-23
|
* remove dead code and dead linker dependenciesChristian Grothoff2017-02-22
|
* remove support for reverse lookup and shortening from GNS (#4849)Christian Grothoff2017-02-22
|
* fix uninit variable causing crash on 0 valueChristian Grothoff2017-01-05
|
* move functionality of publishing namestore zone in DHT from GNS service to ↵Christian Grothoff2017-01-04
| | | | new zonemaster service
* -add reverse autoadd; with testMartin Schanzenbach2016-10-07
|
* - Add reverse resolution with limited functionalityMartin Schanzenbach2016-10-06
|
* -fixMartin Schanzenbach2016-09-30
|
* - move to new MQ APIMartin Schanzenbach2016-09-25
|
* make namestore API less brittle/sublte to useChristian Grothoff2016-07-09
|
* -handle namestore disconnect properlyChristian Grothoff2016-07-02
|
* -handle namestore disconnect properlyChristian Grothoff2016-07-02
|
* -add extra checks to catch shutdown bugChristian Grothoff2016-06-29
|
* refactoring gns_api to use MQ APIChristian Grothoff2016-06-25
|
* convert DHT API to new MQ APIChristian Grothoff2016-06-23
|
* 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
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -fix loggingChristian Grothoff2015-05-26
|
* -check for NULLChristian Grothoff2015-05-26
|
* -document subsystem aliases, add gns-intercept alias for GNS DNS ↵Christian Grothoff2015-05-26
| | | | interception, support gns-intercept alias for GNS DNS interception
* -comments, doxygen, indentation, style fixes, working on test_gns_vpnChristian Grothoff2015-05-25
|
* -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
|
* removing unused "RF_PENDING" flagMatthias Wachs2014-09-23
|
* rename "name" to labelMatthias Wachs2014-07-10
|
* improving documentationMatthias Wachs2014-07-10
|
* -check return valueChristian Grothoff2014-06-17
|
* -presumably better fix for instantly resolving names in master zoneChristian Grothoff2014-03-04
|
* - fix ntohl called on uint16_tSree Harsha Totakura2013-12-20
|
* improved debug messageMatthias Wachs2013-11-28
|
* Fix incompatability with musl libc.David Barksdale2013-11-10
|
* -simplify utf8_tolower/upper APIsChristian Grothoff2013-10-30
|
* -simplify to use new namestore API to skip initial iteration, document now ↵Christian Grothoff2013-10-20
| | | | passing quickupdate test better
* -towards implementing #3051Christian Grothoff2013-10-20
|
* -dead code eliminationChristian Grothoff2013-10-20
|
* -use configuration option for reset of zone_publish_time_window, also ↵Christian Grothoff2013-10-18
| | | | frequency should be often enough to put every record 4x within its expiration window
* -conversion to absolute time is now done in GNUNET_GNSRECORD_block_createChristian Grothoff2013-10-18
|
* -check for expiration and do not cache expired records; allow ↵Christian Grothoff2013-10-18
| | | | zone_publish_time_window to go back up, so reset it on new iterations
* -nicerChristian Grothoff2013-10-18
|
* -start each round with infty as the minimum interval, otherwise it would ↵Christian Grothoff2013-10-18
| | | | always be zero
* -minor cleanupChristian Grothoff2013-10-18
|
* -fixMartin Schanzenbach2013-10-17
|
* dht zone put interval should never be longer than minimim relative ↵Martin Schanzenbach2013-10-17
| | | | expiration time of a record
* -fixesChristian Grothoff2013-10-17
|
* -finishing split of namestore into namestore and namecache (#3065) -- in ↵Christian Grothoff2013-10-16
| | | | theory; in practice, somehow something broke badly, so the tests are now failing