Change regex combination, allow hex
[oweals/gnunet.git] / src / revocation / gnunet-service-revocation.c
2017-03-01 Bart PolotMerge branch 'master' of git+ssh://gnunet.org/gnunet
2017-02-28 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-02-27 Christian Grothoffimplement revocation block plugin, get revocation test...
2017-02-27 Florian Doldinclude set size in result callback, needed by consensus
2017-02-25 Руслан ИжбулатовFix an initialization warning (GCC bug 53119)
2017-02-24 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-02-23 Florian Doldadd set operation options
2017-01-10 Christian Grothoffrename connecT -> connect now that the old API is dead
2016-09-20 Christian Grothoffconverting nse to new service api
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-07-31 Christian Grothoffconvering more services to new core MQ API
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-01-19 Christian Grothoff-fix (C) notices
2015-07-27 David BarksdaleFix segfault in handle_core_disconnect
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-06-16 Christian Grothoffcheck for __GLIBC__ before mallopting
2015-03-20 Christian Grothoff-eh, can happen
2015-03-20 Christian Grothoff-fix counting
2015-03-20 Christian Grothofffix #3721
2015-03-20 Christian Grothoff-simplify logic
2015-03-07 Christian Grothoff-indentation and comment fixes
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...
2014-11-30 Christian Grothoff-fix ftbfs
2014-11-27 Christian Grothoffrename element's type field to 'element_type'
2014-11-27 Christian Grothoffeliminating useless salt argument, salt can be generate...
2014-06-04 Christian Grothoff-fix #3428
2013-11-27 Matthias Wachsminor corrections to revocation service
2013-11-19 Christian Grothoff-implementing revocation set union
2013-10-10 Christian Grothoffseparating ECC crypto into functions/structs for ECDHE...
2013-10-07 Christian Grothoffimplement revocation broadcasting (part of #3057)
2013-10-06 Christian Grothoff-finishing revocation command line tool
2013-10-06 Christian Grothoff-fix config, fix ntohs, must be ntohl
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-10-06 Christian Grothoff-adding skeleton for gnunet-revocation command line...
2013-10-06 Christian Grothoff-more dead code elimination / house cleaning
2013-10-06 Christian Grothoff-store revocations to disk
2013-10-06 Christian Grothoff-load revocations from disk, misc doxygen/style fixes
2013-10-06 Christian Grothoff-handle client revocation queries in service
2013-10-06 Christian Grothoff-implementing revocation library
2013-09-30 Christian Grothoff-fix FTBFS
2013-09-30 Christian Grothoff-doxygen, todos, minor code cleanup
2013-09-30 Christian Grothoff-draft for revocation service