aboutsummaryrefslogtreecommitdiff
path: root/src/regex
AgeCommit message (Expand)Author
2016-07-06misc fixesChristian Grothoff
2016-07-06-fix misc issuesChristian Grothoff
2016-06-28add function conv param stringChristophe Genevey Metat
2016-06-28add function conv param stringChristophe Genevey Metat
2016-06-28add function conv param stringChristophe Genevey Metat
2016-06-27add function conv param stringChristophe Genevey Metat
2016-06-27adapt gnunet-regex-simulation-profiler to libgnunetmyChristophe Genevey Metat
2016-06-27adapt gnunet-regex-simulation-profiler to libgnunetmyChristophe Genevey Metat
2016-06-27-missing newlineChristian Grothoff
2016-06-24update peerinfo API to use MQChristian Grothoff
2016-06-24use new MQ API in regex_api_searchChristian Grothoff
2016-06-23migrate first half of regex API to MQ libChristian Grothoff
2016-06-23convert DHT API to new MQ APIChristian Grothoff
2016-06-23adapt to new MYSQL APIChristian Grothoff
2016-06-21update statistics API to use new MQ API style, also get rid of timeout argumentChristian Grothoff
2016-05-06fixing compiler warningsChristian Grothoff
2016-04-30implementing new scheduler shutdown semanticsChristian Grothoff
2016-04-09small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff
2016-01-19-fix (C) noticesChristian Grothoff
2015-06-30fix #3869: outdated FSF addressChristian Grothoff
2015-06-22-doxygen fixesChristian Grothoff
2015-06-16check for __GLIBC__ before malloptingChristian Grothoff
2015-05-26-use UNIXONLYChristian Grothoff
2015-05-25-loggingChristian Grothoff
2015-05-25-loggingChristian Grothoff
2015-05-22-doxygen, loggingChristian Grothoff
2015-05-22add logging and in particular checks to make sure no '.' wildcards are during...Christian Grothoff
2015-05-22-improving testcaseChristian Grothoff
2015-05-22-adding integration testChristian Grothoff
2015-05-22-more verboseChristian Grothoff
2015-05-22-fix regex shutdown: clean up clients before DHT disconnectChristian Grothoff
2015-02-28-extend block API to allow specifying flags, use this to allow reducing check...Christian Grothoff
2015-02-28generally use GNUNET_assert() instead of GNUNET_abort() to also log the errorChristian Grothoff
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2014-12-24making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff
2014-12-16-adding single file for testing without autostarts above core levelChristian Grothoff
2014-12-10moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing #...Christian Grothoff
2014-09-13fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff
2014-09-13trying to do something about #3540Christian Grothoff
2014-05-07Rename mesh->cadetBart Polot
2014-04-08-more version bumpingChristian Grothoff
2014-03-10Rename SearchMessage from regex to RegexSearchMessage so that it is unique in...Florian Dold
2014-02-02Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow TES...LRN
2014-01-30fix #3284: support lib/MULTIARCH/ paths in installation, use GNUNET_PREFIX=@l...Christian Grothoff
2014-01-24fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura
2013-12-22-fix calculation of block size, doxygenChristian Grothoff
2013-12-20-use the same hash function to map service name to hash, not once strlen and ...Christian Grothoff
2013-12-20-give nicer warning about big regexChristian Grothoff
2013-12-19malloc -> newLRN