Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-07 | paragraph for gnunet devs that don't know how to use the web | psyc://loupsycedyglgamf.onion/~lynX | |
2018-06-07 | glitch in the license text detected by hyazinthe, thank you! | psyc://loupsycedyglgamf.onion/~lynX | |
2018-06-05 | first batch of license fixes (boring) | psyc://loupsycedyglgamf.onion/~lynX | |
2017-03-25 | rename GNUNET_GETOPT functions to achieve better consistency | Christian Grothoff | |
2017-03-17 | Porting leftovers to new getopt API. | Marcello Stanisci | |
2016-06-28 | add function conv param string | Christophe Genevey Metat | |
2016-06-28 | add function conv param string | Christophe Genevey Metat | |
2016-06-28 | add function conv param string | Christophe Genevey Metat | |
2016-06-27 | add function conv param string | Christophe Genevey Metat | |
2016-06-27 | adapt gnunet-regex-simulation-profiler to libgnunetmy | Christophe Genevey Metat | |
2016-06-27 | adapt gnunet-regex-simulation-profiler to libgnunetmy | Christophe Genevey Metat | |
2016-06-23 | adapt to new MYSQL API | Christian Grothoff | |
2016-04-30 | implementing new scheduler shutdown semantics | Christian Grothoff | |
2016-04-09 | small 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) notices | Christian Grothoff | |
2015-06-30 | fix #3869: outdated FSF address | Christian Grothoff | |
2015-02-07 | -bringing copyright tags up to FSF standard | Christian Grothoff | |
2014-12-24 | making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵ | Christian Grothoff | |
even fully address #3247 | |||
2014-05-07 | Rename mesh->cadet | Bart Polot | |
2013-12-19 | malloc -> new | LRN | |
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-20 | renaming symbols from libgnunetregextest to have the prefix REGEX_TEST | Christian Grothoff | |
2013-06-20 | continuing 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 availability | Christian Grothoff | |
2012-11-16 | Cleaup, indentation, comments etc. | Maximilian Szengel | |
2012-11-07 | Parameterized directory listing permission check | Sree Harsha Totakura | |
2012-10-26 | using prepared statements for regex simulation profiler | Maximilian Szengel | |
2012-10-26 | - Added path compression parameter to DFA construction API | Maximilian 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) |