aboutsummaryrefslogtreecommitdiff
path: root/src/regex/gnunet-regex-simulation-profiler.c
Commit message (Collapse)AuthorAge
* rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff2017-03-25
|
* Porting leftovers to new getopt API.Marcello Stanisci2017-03-17
|
* add function conv param stringChristophe Genevey Metat2016-06-28
|
* add function conv param stringChristophe Genevey Metat2016-06-28
|
* add function conv param stringChristophe Genevey Metat2016-06-28
|
* add function conv param stringChristophe Genevey Metat2016-06-27
|
* adapt gnunet-regex-simulation-profiler to libgnunetmyChristophe Genevey Metat2016-06-27
|
* adapt gnunet-regex-simulation-profiler to libgnunetmyChristophe Genevey Metat2016-06-27
|
* adapt to new MYSQL APIChristian Grothoff2016-06-23
|
* 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
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -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
* Rename mesh->cadetBart Polot2014-05-07
|
* malloc -> newLRN2013-12-19
|
* -renaming symbols of the block library to use the REGEX_BLOCK_ prefix and ↵Christian Grothoff2013-06-26
| | | | not the REGEX_INTERNAL_ prefix
* renaming symbols from libgnunetregextest to have the prefix REGEX_TESTChristian Grothoff2013-06-20
|
* continuing refactoring of regex library structure, disambiguating symbol ↵Christian Grothoff2013-06-20
| | | | 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
* -cleaning up client api to test for service availabilityChristian Grothoff2013-06-05
|
* Cleaup, indentation, comments etc.Maximilian Szengel2012-11-16
|
* Parameterized directory listing permission checkSree Harsha Totakura2012-11-07
|
* using prepared statements for regex simulation profilerMaximilian Szengel2012-10-26
|
* - Added path compression parameter to DFA construction APIMaximilian Szengel2012-10-26
- 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)