aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns_api.c
Commit message (Collapse)AuthorAge
* allow GNS clients to control recursion depth limitChristian Grothoff2020-01-07
|
* update API descriptionSchanzenbach, Martin2019-11-30
|
* fix pointer indentationChristian Grothoff2019-11-24
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* move gnunet-timeout to src/util/, fix issues related to #5375Christian Grothoff2018-07-01
|
* make GNS cancel APIs return closure, can be convenientChristian Grothoff2018-06-21
|
* 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
|
* add some extra GNS-record well-formedness checks if logging is enabledChristian Grothoff2018-05-13
|
* add convenience API to gnunetgns libChristian Grothoff2018-03-05
|
* - merge with masterSchanzenbach, Martin2017-03-29
|\
| * more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
| |
| * remove support for reverse lookup and shortening from GNS (#4849)Christian Grothoff2017-02-22
| |
* | - merge; service API changeSchanzenbach, Martin2017-01-20
|\|
| * rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
| |
* | -fix gns mq; fix serializerSchanzenbach, Martin2016-12-14
| |
* | -fix memleaksSchanzenbach, Martin2016-12-13
|/
* - Add reverse resolution with limited functionalityMartin Schanzenbach2016-10-06
|
* - move to new MQ APIMartin Schanzenbach2016-09-25
|
* 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
|
* refactoring gns_api to use MQ APIChristian Grothoff2016-06-25
|
* 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
|
* -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
* -presumably better fix for instantly resolving names in master zoneChristian Grothoff2014-03-04
|
* fix only cache variable long/shortMartin Schanzenbach2014-02-16
|
* -typos, doxygenChristian Grothoff2014-02-16
|
* should be uint32_tChristian Grothoff2014-01-21
|
* - fix use after free casesSree Harsha Totakura2013-12-20
|
* - fix free after call to continuationSree Harsha Totakura2013-12-20
|
* -another renaming fest for GNUNET_NAMESTORE_ to GNUNET_GNSRECORD_ symbols ↵Christian Grothoff2013-10-16
| | | | that were moved
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -fix shutdown segv if GNS connection was downChristian Grothoff2013-09-29
|
* -fix uint16/uint32 confusionChristian Grothoff2013-09-26
|
* -fix memrchrChristian Grothoff2013-09-26
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* -doxygenChristian Grothoff2013-08-14
|
* -more work on simplified GNS API implementationChristian Grothoff2013-08-13
|
* -simplifying GNS APIChristian Grothoff2013-08-13
|
* -getting rid of duplication of record type values / enum GNUNET_GNS_RecordTypeChristian Grothoff2013-08-13
|
* moving to new, fixed-size encoding of public and private ECC keys ↵Christian Grothoff2013-08-06
| | | | everywhere, also improving ECC API to better support ECRS/GADS operations
* -switching GNS from RSA to ECCChristian Grothoff2013-05-29
|