aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/gnunet-service-revocation.c
Commit message (Collapse)AuthorAge
* Fix segfault in handle_core_disconnectDavid Barksdale2015-07-27
| | | | | | | | | The handle_revocation_union_request code for creating a PeerEntry was not creating the MQ. Moved the duplicated code to it's own function and also created one for delete. Since the MQ was not created we get a segfault trying to destroy it in handle_core_disconnect.
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* check for __GLIBC__ before malloptingChristian Grothoff2015-06-16
|
* -eh, can happenChristian Grothoff2015-03-20
|
* -fix countingChristian Grothoff2015-03-20
|
* fix #3721Christian Grothoff2015-03-20
|
* -simplify logicChristian Grothoff2015-03-20
|
* -indentation and comment fixesChristian Grothoff2015-03-07
|
* -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
* -fix ftbfsChristian Grothoff2014-11-30
|
* rename element's type field to 'element_type'Christian Grothoff2014-11-27
|
* eliminating useless salt argument, salt can be generated inside of ↵Christian Grothoff2014-11-27
| | | | gnunet-service-set
* -fix #3428Christian Grothoff2014-06-04
|
* minor corrections to revocation serviceMatthias Wachs2013-11-27
| | | | | revocation testtest now passes
* -implementing revocation set unionChristian Grothoff2013-11-19
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* implement revocation broadcasting (part of #3057)Christian Grothoff2013-10-07
|
* -finishing revocation command line toolChristian Grothoff2013-10-06
|
* -fix config, fix ntohs, must be ntohlChristian Grothoff2013-10-06
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -adding skeleton for gnunet-revocation command line toolChristian Grothoff2013-10-06
|
* -more dead code elimination / house cleaningChristian Grothoff2013-10-06
|
* -store revocations to diskChristian Grothoff2013-10-06
|
* -load revocations from disk, misc doxygen/style fixesChristian Grothoff2013-10-06
|
* -handle client revocation queries in serviceChristian Grothoff2013-10-06
|
* -implementing revocation libraryChristian Grothoff2013-10-06
|
* -fix FTBFSChristian Grothoff2013-09-30
|
* -doxygen, todos, minor code cleanupChristian Grothoff2013-09-30
|
* -draft for revocation serviceChristian Grothoff2013-09-30