aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_internal_dht.c
Commit message (Collapse)AuthorAge
* BUILD: Move regex/dns to serviceMartin Schanzenbach2023-10-19
|
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* -DOC: Another comment stripping pass through REGEXWillow Liquorice2022-10-03
|
* implemented new DHT path signing with origin authenticationChristian Grothoff2022-07-07
|
* DHT: modify API and protocol messages to add path signatures, except for now ↵Christian Grothoff2022-01-09
| | | | the actual signatures are just placeholders (signing and signature verification are missing)
* -fix many more typosChristian Grothoff2021-04-26
|
* -fix warnings except rps messMartin Schanzenbach2020-10-16
|
* fix sign api for to address #6164Christian Grothoff2020-04-08
|
* 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
|
* 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
|
* 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
|
* do not put NULL blockChristian Grothoff2018-01-04
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* convert DHT API to new MQ APIChristian Grothoff2016-06-23
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -doxygen fixesChristian Grothoff2015-06-22
|
* add logging and in particular checks to make sure no '.' wildcards are ↵Christian Grothoff2015-05-22
| | | | during initial transitions of the DFA
* -improving testcaseChristian Grothoff2015-05-22
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* Rename mesh->cadetBart Polot2014-05-07
|
* malloc -> newLRN2013-12-19
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -getting regex to compile again (part of #3047)Christian Grothoff2013-09-30
|
* - more logBart Polot2013-09-26
|
* - more log, styleBart Polot2013-09-26
|
* - indentation, styleBart Polot2013-09-26
|
* - use REGEX_INTERNAL_iterate_reachable_edgesBart Polot2013-09-26
|
* - fix block validation for DHT PUT requestsBart Polot2013-09-20
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* 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
* -implementing regex testChristian Grothoff2013-07-02
|
* -move struct RegexBlock into regex_block_libChristian Grothoff2013-06-27
|
* -introducing signing of regex accept states, removing PID from regex APIChristian Grothoff2013-06-26
|
* -removing unnecessary key from regex blocks, compacting some of the other fieldsChristian Grothoff2013-06-26
|
* -moving REGEX_INTERNAL_check_proof to libgnunetregexblock, integrating proof ↵Christian Grothoff2013-06-26
| | | | check into block plugin
* -follow naming and coding style conventionsChristian Grothoff2013-06-26
|
* -inline trivial static function that is only called onceChristian Grothoff2013-06-26
|
* -renaming symbols of the block library to use the REGEX_BLOCK_ prefix and ↵Christian Grothoff2013-06-26
| | | | not the REGEX_INTERNAL_ prefix
* -cleaning up block code, moving all of the block logic into the block libraryChristian Grothoff2013-06-26
|
* renaming symbols from libgnunetregextest to have the prefix REGEX_TESTChristian Grothoff2013-06-20
|
* moving functions for testing and evaluation and experiments to the test ↵Christian Grothoff2013-06-20
library, minimizing the internal library, renaming files according to which library they belong to