aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Collapse)AuthorAge
* adding a GNUNET_memcmp_priv for constant-time comparing of data; fixes #6152 ↵Christian Grothoff2020-04-03
| | | | (modulo actually finding specific places where this SHOULD be used instead of GNUNET_memcmp)
* fix #6153Christian Grothoff2020-04-03
|
* Point to explanatory documentation.Marcello Stanisci2020-03-28
|
* use void * instead of char * for RSA key material to make it more clear that ↵Christian Grothoff2020-03-17
| | | | these are not 0-terminated strings
* add function that logically belongs to libgnunetcurl instead of in multiple ↵Christian Grothoff2020-03-15
| | | | Taler binaries
* Merge branch 'master' into schanzen/reclaim_256bitSchanzenbach, Martin2020-02-13
|\
| * add concept of supplemental recordsSchanzenbach, Martin2020-02-13
| |
* | add expirationSchanzenbach, Martin2020-02-09
| |
* | consolidate reclaim attribute libSchanzenbach, Martin2020-02-09
| |
* | add base64url encoding to util (RFC7515)Schanzenbach, Martin2020-02-09
| |
* | towards better APISchanzenbach, Martin2020-02-09
| |
* | bugfixesSchanzenbach, Martin2020-02-09
| |
* | add attestation APISchanzenbach, Martin2020-02-09
| |
* | Refactoring reclaim attestationsSchanzenbach, Martin2020-02-09
| |
* | move to 256-bit identifier; some cleanupsSchanzenbach, Martin2020-02-09
|/
* use NULL value in load_path_suffix to NOT load any filesChristian Grothoff2020-02-09
|
* add timetravel getopt helperChristian Grothoff2020-02-04
|
* export GNUNET_PQ_run_sql() functonalityChristian Grothoff2020-01-24
|
* modify GNUNET_PQ_connect_with_cfg to enable flexible loading of .sql filesChristian Grothoff2020-01-24
|
* include mandatory includesChristian Grothoff2020-01-18
|
* DB load API changeChristian Grothoff2020-01-17
|
* include buffer in main util headerChristian Grothoff2020-01-17
|
* remove Taler-specific leftovers, we don't need them anymoreFlorian Dold2020-01-15
|
* move buffer library from GNU Taler to GNUnetFlorian Dold2020-01-15
|
* Basic Functionality ImplementedMarkus Voggenreiter2020-01-13
|
* Prepared Listing of ReferencesMarkus Voggenreiter2020-01-13
|
* Fixed Reference DeletionMarkus Voggenreiter2020-01-13
|
* Deletion of Reference TypeMarkus Voggenreiter2020-01-13
|
* Preparation for Reference TypeMarkus Voggenreiter2020-01-13
|
* some commentsSchanzenbach, Martin2020-01-13
|
* Listing Attestations through serviceMarkus Voggenreiter2020-01-13
|
* Prepare Listing AttestationsMarkus Voggenreiter2020-01-13
|
* Delete Attestation via ServiceMarkus Voggenreiter2020-01-13
|
* Add Attestations via Reclaim ServiceMarkus Voggenreiter2020-01-13
|
* Adapted JSON Conversion and SerializationMarkus Voggenreiter2020-01-13
|
* Adapted Namestore and reclaim RESTMarkus Voggenreiter2020-01-13
|
* allow GNS clients to control recursion depth limitChristian Grothoff2020-01-07
|
* replace expensive function call with macro for trivial calculationChristian Grothoff2019-12-25
|
* use new POW function consistently, also in revocationChristian Grothoff2019-11-30
|
* create crypto_pow, in preparation for #3795Christian Grothoff2019-11-30
|
* update API descriptionSchanzenbach, Martin2019-11-30
|
* document rvalChristian Grothoff2019-11-29
|
* fix pointer indentationChristian Grothoff2019-11-24
|
* add RAW mode for libgnunetcurlChristian Grothoff2019-11-24
|
* follow-up to 7c14b80a011e9e99b1cef0bfd96bae364edd5663:ng02019-11-20
| | | | use __linux__ instead of redefined LINUX.
* On *BSD the header file sys/param.h defines BSD. Drop unnecessaryng02019-11-19
| | | | | | | BSD defines in the build-system. Furthermore add detection for FreeBSD using the additional defines by FreeBSD. Use !Linux where previously a list of BSDs was.
* fixChristian Grothoff2019-11-10
|
* get rid of SOCKTYPE and FDTYPEChristian Grothoff2019-11-10
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* add GNUNET_PQ_reconnect_if_downChristian Grothoff2019-10-11
|