-fixes, add set ego for service
[oweals/gnunet.git] / src / identity / identity_api.c
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