aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity_api.c
Commit message (Expand)AuthorAge
* -revert "-merge branch 'jacki/messenger'"TheJackiMonster2020-11-12
* adding the messenger service and its client-side libraryTheJackiMonster2020-11-12
* remove constChristian Grothoff2020-07-17
* add option to create identity from private keyspaeth/import_identityjospaeth2020-05-25
* fix api for lazy pubkey loadingMartin Schanzenbach2020-05-18
* same id derivation for anonSchanzenbach, Martin2020-05-06
* fix gnunet-identity performanceChristian Grothoff2020-05-02
* fixing #6149Christian Grothoff2020-04-11
* tighten formatting rulesChristian Grothoff2019-10-31
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
* uncrustify as demanded.ng02019-09-08
* improve performance of identity_api_lookup.c logic to not be O(n)Christian Grothoff2019-06-01
* stashChristian Grothoff2019-06-01
* speed up ego creation/deletionChristian Grothoff2019-05-25
* make generated ego key available in continuation when creating egosChristian Grothoff2019-05-08
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
* 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
* second batch complete. WE ARE AFFERO AGPL NOW!psyc://loupsycedyglgamf.onion/~lynX2018-06-06
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
* -new service APIMartin Schanzenbach2016-09-28
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
* -cosmeticsChristian Grothoff2016-06-25
* -fix bad checkChristian Grothoff2016-06-25
* rework identity API to use new MQ APIChristian Grothoff2016-06-21
* small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* -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 e...Christian Grothoff2014-12-24
* -doxygen, minor bug fixesChristian Grothoff2013-11-16
* -fixing crash in #3101, but just replacing it with a break, so there is likel...Christian Grothoff2013-11-09
* -operations can be there, but none with active contChristian Grothoff2013-11-09
* -fix potential leak and awkward test behavior causing itChristian Grothoff2013-11-09
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
* -remove trailing whitespaceChristian Grothoff2013-10-06
* -removing bogus duplicate NTR cancel callChristian Grothoff2013-09-24
* -properly clean up on disconnect, without memory leaksChristian Grothoff2013-09-15
* Fix the endless loop fix - don't miss pre-last itemLRN2013-09-15
* Don't go into infinite loop once only uncancellable head is leftLRN2013-09-14
* -avoid queuing large number of START requestsChristian Grothoff2013-09-14
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing and...Christian Grothoff2013-09-13
* -do not crash if cb was NULL on ego freeChristian Grothoff2013-09-10
* -fix bad free, cut&paste error, might fix #3020Christian Grothoff2013-09-06
* identity: doc fixesGabor X Toth2013-08-27
* -more convenient API to lookup egosChristian Grothoff2013-08-24
* removing GNUNET_CRYPTO_ecc_key_free, use GNUNET_free directly insteadChristian Grothoff2013-08-21
* -dead code elimination, and docuChristian Grothoff2013-08-13