aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
Commit message (Collapse)AuthorAge
* BUILD: Remove --disable-testing. Issue #7033Martin Schanzenbach2021-10-11
|
* -remove (invalid) testing zone keys !tarballMartin Schanzenbach2021-08-29
|
* [FCFSD] Provide a better user experienceAlessio Vanni2021-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The motivations behind these changes are as following. To begin with, at the most superficial level, the form is given a better appearance, instead of some plain XHTML. Additionally, the served pages can be substituted with something else by using an entry in the configuration value, altough with some limitations. The page listing all the registered zones has been removed in favour of a search function. A configuration entry could've been used to let service operators choose between showing the full listing or not, but at the same time, being presented with a (possibly) giant list of names is not that great from a usability point of view. Having a search function is, at the very least, faster than having to wait for the full list to be displayed before being able to use the user agent's page search feature. Other than the above, people registering names with the service might not want to be known by everyone. Even though checking if a certain name or key was registered already can be known simply by querying the service, it's not straightforward to associate a name with a specific key (or viceversa). Last but not least, the service was restructured to be more "route-oriented" instead of the traditional (X)HTML document format. The main purpose of this change is to decouple usage of the service from the tools used to access it. With a traditional document, users are pretty much forced to use a web browsers as data submission is carried through the standard HTML form handling. Now, it is possible to access the service using any tool capable of speaking HTTP, regardless of wether it's a web browser, cURL or even a custom tool specific for this service. Another advantage of this approach is that it allows adding "layers" to the service, for example an authentication check before letting users register a name. As long as the layer immediately on top of the service is able to send some JSON using HTTP, there is no need to have users access the service itself: just put a "proxy" inbetween and run the service locally, while the proxy handles other administrative tasks before a name can be registered. By using layers, the service can keep being small feature-wise (i.e. provide only searching and registering), while everything else is provided by other applications, including access through protocols other than HTTP.
* more identity-linker fixesChristian Grothoff2020-12-29
|
* -fixMartin Schanzenbach2020-10-15
|
* - more dep fixesMartin Schanzenbach2020-10-15
|
* -fix: namestore test keysMartin Schanzenbach2020-07-06
|
* deps are now required, no need for definesMartin Schanzenbach2020-05-17
|
* introduce have_rest; fix warningsSchanzenbach, Martin2020-05-06
|
* follow-up to win32 removal.ng02019-10-25
|
* add namestore rest testsSchanzenbach, Martin2019-10-11
|
* remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ↵ng02019-09-10
| | | | | | | | | files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less.
* Use pkg-config to check for MHDDavid Barksdale2019-08-27
|
* use mmap() instead of malloc, rename heap->flat as database is persisted in ↵Christian Grothoff2019-06-29
| | | | flat file
* move namestore pluginSchanzenbach, Martin2019-03-12
|
* avoid failing hard if 'gnunetcheck' db does not existChristian Grothoff2019-02-24
| | | | (or plugins cannot be loaded for other reasons)
* fixing #5439Christian Grothoff2018-11-21
|
* NAMESTORE: rename flat plugin to heapSchanzenbach, Martin2018-10-15
|
* fix build; move rest plugins to separate folderSchanzenbach, Martin2018-08-13
|
* fix makefilesPhil2018-08-01
|
* fix build errorlurchi2018-06-25
|
* Revert "integrate dnsparser and dnsstub and tun with libgnunetutil"lurchi2018-06-25
| | | | This reverts commit 7da98cf076e9c5101244dfbbf8c3ddff045d298e.
* integrate dnsparser and dnsstub and tun with libgnunetutilChristian Grothoff2018-06-25
|
* lots more statistics for zoneimport/namestoreChristian Grothoff2018-05-01
|
* more extensive namestore tests for the non-sqlite plugins, with bugfixesChristian Grothoff2018-05-01
|
* add perf_ logic for namestore iterations, improve namestore insertion ↵Christian Grothoff2018-05-01
| | | | | | performance by 30 percent
* move to @ for empty label, fix empty-label resolution bug in GNS API, ↵Christian Grothoff2018-04-23
| | | | install gnunet-zoneimport and add man page
* use namestore API for zone import instead of using plugin directlyChristian Grothoff2018-04-17
|
* more work on zoneimport tool, lacks CNAME but otherwise largely complete, ↵Christian Grothoff2018-04-10
| | | | except untested
* more work on gnunet-zoneimport, some bugfix in flat namestore, misc. style fixesChristian Grothoff2018-04-10
|
* reactivate test, fix misc warningsChristian Grothoff2018-01-20
|
* libgnunetpostgres no longer needed hereChristian Grothoff2017-06-02
|
* fix misc linker issuesChristian Grothoff2017-04-02
|
* migrating namecache to use SQ libChristian Grothoff2017-03-12
|
* enforce sequential test order (#4860)Christian Grothoff2017-02-21
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* fix #4653Christian Grothoff2016-09-16
|
* - fix rest pluginMartin Schanzenbach2016-06-18
|
* - remove HAVE_REST, remove json reference from restMartin Schanzenbach2016-05-05
|
* - Refactor jsonapi into separate moduleMartin Schanzenbach2016-05-02
|
* make some more use of libgnunetpqChristian Grothoff2016-02-06
|
* - 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
|
* - flat namestore plugin (experimental)Martin Schanzenbach2015-08-11
|
* - namestore restMartin Schanzenbach2015-04-01
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* More fixes for #3522Sree Harsha Totakura2014-08-14
|