aboutsummaryrefslogtreecommitdiff
path: root/src/revocation
Commit message (Collapse)AuthorAge
* - add subdirectory gitignore filesBart Polot2016-11-09
|
* converting nse to new service apiChristian Grothoff2016-09-20
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* convering more services to new core MQ APIChristian Grothoff2016-07-31
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* convering revocation_api.c to new MQ APIChristian Grothoff2016-06-20
|
* -fix gnunet-revocationChristian Grothoff2016-06-19
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* .unix change to .sockJulien Morvan2015-08-06
|
* 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
|
* -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
* -disable unused services during testChristian Grothoff2014-12-20
|
* -unnecessaryChristian Grothoff2014-12-16
|
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff2014-12-10
| | | | #3565 indirectly
* Fix #3562: continue test if required number of links have been established,Sree Harsha Totakura2014-12-03
| | | | | despite failures as they will be retried.
* -code cleanupsChristian Grothoff2014-11-30
|
* -fix #3510, ensure revocation test times outChristian Grothoff2014-11-30
|
* -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
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* -fix #3428Christian Grothoff2014-06-04
|
* -indentation, logging fixesChristian Grothoff2014-06-04
|
* -disable POW calculating during testChristian Grothoff2014-02-22
|
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* Allow testcase to run just with loopback interface.Sree Harsha Totakura2014-01-30
|
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
| | | | | | sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
* -make sure to link against right libgcrypt, enable abort of ↵Christian Grothoff2013-12-24
| | | | gnunet-revocation even if identity service is not running
* -reduce workbits to be more Pi-friendlyChristian Grothoff2013-12-20
|
* configure option --disable-autostart to disable auto-startup of services by ARMSree Harsha Totakura2013-12-06
|
* missing fileLRN2013-12-04
|
* Fix Python interpreter in revocation testLRN2013-12-04
|
* Pythonize the revocation testLRN2013-12-04
|
* check for cli toolsMatthias Wachs2013-11-28
|
* minor corrections to revocation serviceMatthias Wachs2013-11-27
| | | | | revocation testtest now passes
* clean up testMatthias Wachs2013-11-27
|
* test for revocation floodingMatthias Wachs2013-11-26
|
* evalutationMatthias Wachs2013-11-26
|