aboutsummaryrefslogtreecommitdiff
path: root/src/regex/gnunet-regex-simulation-profiler.c
Commit message (Collapse)AuthorAge
* BUILD: Move regex/dns to serviceMartin Schanzenbach2023-10-19
|
* MYSQL: Improve header includes with respect to compat handlingMartin Schanzenbach2022-12-04
| | | | | | | Move the gnunet_private_config.h-dependant compatibility fix into gnunet_mysql_compat.h which is only included by implementations. May be reused by external users of gnunet_my_lib.h but they should check their platform on which types to use.
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* -fix many more typosChristian Grothoff2021-04-26
|
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* Revert "integrate dnsparser and dnsstub and tun with libgnunetutil"lurchi2018-06-25
| | | | This reverts commit 7da98cf076e9c5101244dfbbf8c3ddff045d298e.
* integrate dnsparser and dnsstub and tun with libgnunetutilChristian Grothoff2018-06-25
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* 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)