tighten formatting rules
[oweals/gnunet.git] / src / revocation / gnunet-service-revocation.c
2019-10-31 Christian Grothofftighten formatting rules
2019-10-05 Christian Grothoffglobal reindent, now with uncrustify hook enabled
2019-09-08 ng0uncrustify as demanded.
2019-04-26 Julius Büngermemcmp() -> GNUNET_memcmp(), first take
2019-01-16 ng0Merge branch 'license/spdx'
2019-01-14 ng0src: for every AGPL3.0 file, add SPDX identifier.
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!
2018-01-08 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into ident...
2018-01-06 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-01-06 lurchiMerge branch 'lurchi_social'
2018-01-04 ng0Merge branch 'master' of gnunet.org:gnunet
2018-01-04 Christian Grothofffix memory leak
2017-12-30 lurchimerge branch 'refactoring-scheduler'
2017-12-30 lurchiMerge branch 'fix_social'
2017-12-04 Schanzenbach, MartinMerge branch 'identity_abe' into identity_oidc
2017-12-04 PhilMerge remote-tracking branch 'origin/identity_abe'...
2017-12-02 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into ident...
2017-11-28 ng0Merge branch 'master' of gnunet.org:gnunet into doc...
2017-11-15 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-11-05 David BarksdaleAsserts to track down a bug
2017-03-29 Schanzenbach, Martin- merge with master
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-20 Schanzenbach, Martin- merge; service API change
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