aboutsummaryrefslogtreecommitdiff
path: root/src/regex/gnunet-service-regex.c
Commit message (Collapse)AuthorAge
* -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
* Rename SearchMessage from regex to RegexSearchMessage so that it is unique ↵Florian Dold2014-03-10
| | | | in a total c-file
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* removing GNUNET_CRYPTO_ecc_key_free, use GNUNET_free directly insteadChristian Grothoff2013-08-21
|
* -implementing regex testChristian Grothoff2013-07-02
|
* -introducing signing of regex accept states, removing PID from regex APIChristian Grothoff2013-06-26
|
* renaming symbols from libgnunetregextest to have the prefix REGEX_TESTChristian Grothoff2013-06-20
|
* continuing refactoring of regex library structure, disambiguating symbol ↵Christian Grothoff2013-06-20
| | | | names between old regex library which is now internal and the public API; moving IP-to-regex conversion functions to tun library, as only vpn is using those to begin with
* -finishing regex service, but untestedChristian Grothoff2013-05-31
|
* -towards implementing regex serviceChristian Grothoff2013-05-31
|
* -skeleton for regex serviceChristian Grothoff2013-05-31