moved test files and fixed namestore
[oweals/gnunet.git] / src / identity / identity_api.c
2018-06-13 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-06-11 Phil-Merge branch 'master' of ssh://gnunet.org/gnunet into...
2018-06-07 psyc://loupsycedyg... paragraph for gnunet devs that don't know how to use...
2018-06-07 psyc://loupsycedyg... glitch in the license text detected by hyazinthe, thank...
2018-06-06 psyc://loupsycedyg... second batch complete. WE ARE AFFERO AGPL NOW!
2017-03-29 Schanzenbach, Martin- merge with master
2017-03-24 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-22 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-03-17 Christian Grothoffmore renamings relating to 'new' service now just being...
2017-01-20 Schanzenbach, Martin- merge; service API change
2017-01-10 Christian Grothoffrename connecT -> connect now that the old API is dead
2016-09-28 Martin Schanzenbach-new service API
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-06-25 Christian Grothoff-cosmetics
2016-06-25 Christian Grothoff-fix bad check
2016-06-21 Christian Grothoffrework identity API to use new MQ API
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-01-19 Christian Grothoff-fix (C) notices
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2013-11-16 Christian Grothoff-doxygen, minor bug fixes
2013-11-09 Christian Grothoff-fixing crash in #3101, but just replacing it with...
2013-11-09 Christian Grothoff-operations can be there, but none with active cont
2013-11-09 Christian Grothoff-fix potential leak and awkward test behavior causing it
2013-10-10 Christian Grothoffseparating ECC crypto into functions/structs for ECDHE...
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-09-24 Christian Grothoff-removing bogus duplicate NTR cancel call
2013-09-15 Christian Grothoff-properly clean up on disconnect, without memory leaks
2013-09-15 LRNFix the endless loop fix - don't miss pre-last item
2013-09-14 LRNDon't go into infinite loop once only uncancellable...
2013-09-14 Christian Grothoff-avoid queuing large number of START requests
2013-09-13 Christian Grothoffsplitting 'struct GNUNET_CRYPTO_EccPublicKey' into...
2013-09-10 Christian Grothoff-do not crash if cb was NULL on ego free
2013-09-06 Christian Grothoff-fix bad free, cut&paste error, might fix #3020
2013-08-27 Gabor X Tothidentity: doc fixes
2013-08-24 Christian Grothoff-more convenient API to lookup egos
2013-08-21 Christian Grothoffremoving GNUNET_CRYPTO_ecc_key_free, use GNUNET_free...
2013-08-13 Christian Grothoff-dead code elimination, and docu
2013-08-11 Christian Grothoffchanging time measurement from milliseconds to microseconds
2013-08-06 Christian Grothoff-fixing main FS build, updating man page of gnunet...
2013-08-06 Christian Grothoffmoving to new, fixed-size encoding of public and privat...
2013-07-17 Christian Grothoff-misc bugfixes and test-fixes
2013-07-17 Christian Grothoff-identity API bugfixes
2013-07-17 Christian Grothoff-fix typos
2013-07-17 Christian Grothoff-fix uninitialized fields
2013-07-16 Christian Grothoff-doxygen
2013-07-16 Christian Grothoff-towards testing identity service
2013-07-16 Christian Grothoff-proper support for initial listing vs. monitor mode
2013-07-16 Christian Grothoff-handle get failure properly
2013-07-15 Christian Grothoff-finishing identity client library, at least in theory...
2013-07-15 Christian Grothoff-hacking get, rename, delete on client side
2013-07-14 Christian Grothoff-break in unimplemented functions
2013-07-14 Christian Grothoff-addressing variable-size ECC private key len in IPC
2013-07-14 Christian Grothoff-first steps towards identity client API
2013-07-14 Christian Grothoff-renaming pseudonym to ego in identity service
2013-07-14 Christian Grothoff-identity IPC definitions
2013-07-14 Christian Grothoff-skeleton for identity service