aboutsummaryrefslogtreecommitdiff
path: root/src/regex/gnunet-regex-simulation-profiler.c
AgeCommit message (Collapse)Author
2017-03-25rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff
2017-03-17Porting leftovers to new getopt API.Marcello Stanisci
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-23adapt to new MYSQL APIChristian Grothoff
2016-04-30implementing new scheduler shutdown semanticsChristian Grothoff
2016-04-09small API change: do no longer pass rarely needed ↵Christian Grothoff
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()
2016-01-19-fix (C) noticesChristian Grothoff
2015-06-30fix #3869: outdated FSF addressChristian 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 ↵Christian Grothoff
even fully address #3247
2014-05-07Rename mesh->cadetBart Polot
2013-12-19malloc -> newLRN
2013-06-26-renaming symbols of the block library to use the REGEX_BLOCK_ prefix and ↵Christian Grothoff
not the REGEX_INTERNAL_ prefix
2013-06-20renaming symbols from libgnunetregextest to have the prefix REGEX_TESTChristian Grothoff
2013-06-20continuing refactoring of regex library structure, disambiguating symbol ↵Christian Grothoff
names between old regex library which is now internal and the public API; moving IP-to-regex conversion functions to tun library, as only vpn is using those to begin with
2013-06-05-cleaning up client api to test for service availabilityChristian Grothoff
2012-11-16Cleaup, indentation, comments etc.Maximilian Szengel
2012-11-07Parameterized directory listing permission checkSree Harsha Totakura
2012-10-26using prepared statements for regex simulation profilerMaximilian Szengel
2012-10-26- Added path compression parameter to DFA construction APIMaximilian Szengel
- Moved NFA construction to internal header - Added regex simulation profiler (for profiling the NFA, that results by merging several DFAs in the DHT, in a database)