aboutsummaryrefslogtreecommitdiff
path: root/src/gnsrecord
Commit message (Collapse)AuthorAge
* merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188Christian Grothoff2020-07-18
|
* support context-wide client authenticationChristian Grothoff2020-07-16
|
* - Use correct argument in GNUNET_OS_init callAlessio Vanni2020-07-15
| | | | Signed-off-by: Christian Grothoff <christian@grothoff.org>
* Load GNSRECORD plugins within GNUnet's contextAlessio Vanni2020-07-15
| | | | | | | | | | | | When applications set a new project data structure using `GNUNET_OS_init', the plugin loader will look into a different path for plugins, instead of using GNUnet's installation path. Since applications don't normally come with the default DNS/GNS plugins for GNSRECORD, the consequence is that GNSRECORD will always fail when operating on a record from GNS. Signed-off-by: Christian Grothoff <christian@grothoff.org>
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* test vectors in binaryMartin Schanzenbach2020-05-26
|
* fix bit counting messMartin Schanzenbach2020-05-26
|
* add zone keys to tvMartin Schanzenbach2020-05-10
|
* add gnsrecord tvgMartin Schanzenbach2020-05-10
|
* make GNUNET_freez default, have GNUNET_free_nz for cases where that does not ↵Christian Grothoff2020-04-21
| | | | work
* fixing #6149Christian Grothoff2020-04-11
|
* fix sign api for to address #6164Christian Grothoff2020-04-08
|
* include buffer in main util headerChristian Grothoff2020-01-17
|
* flip LSD0001 definesChristian Grothoff2019-12-07
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* follow-up to win32 removal.ng02019-10-25
|
* change defineSchanzenbach, Martin2019-10-05
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* intendationSchanzenbach, Martin2019-10-03
|
* GNS: preparing protocol change in GNS for v12Schanzenbach, Martin2019-10-03
|
* indentingChristian Grothoff2019-09-19
|
* 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.
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* make coverity happySchanzenbach, Martin2019-06-03
|
* fix #5734Schanzenbach, Martin2019-05-29
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* GNSRECORD: fix build w/o janssonSchanzenbach, Martin2018-11-12
|
* change namestore, json handling; fix identity, gnsPhil2018-07-26
|
* -wip namestore api, changed adding gnsrecordPhil2018-07-25
|
* simplify memory allocation in plugin_namestore_flat, use cleaner signatures ↵Christian Grothoff2018-06-30
| | | | for base64 encoding/decoding functions
* build fixesChristian Grothoff2018-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
|
* fix test issuesSchanzenbach, Martin2018-06-25
|
* remove unnecessary networkrecord paddingSchanzenbach, Martin2018-06-24
|
* fix https://gnunet.org/bugs/view.php?id=4927Schanzenbach, Martin2018-06-24
|
* complain if datacache returns expired valuesChristian Grothoff2018-06-12
|
* 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
* disable debug logicChristian Grothoff2018-05-20
|
* check return values from GNSRECORD_record_serialize/size alwaysChristian Grothoff2018-05-20
|
* guard more carefully against integer overflowsChristian Grothoff2018-05-20
|
* add some extra GNS-record well-formedness checks if logging is enabledChristian Grothoff2018-05-13
|
* get rid of plain memcpy callsChristian Grothoff2018-05-13
|
* truly use all DNS results for NS lookupChristian Grothoff2018-05-13
|
* add gnscrypto benchmarkChristian Grothoff2018-05-10
|
* implement new functions in libgnunetsq, clean up sqlite namestore plugin, ↵Christian Grothoff2018-05-09
| | | | implement flow control in namestore API and tests