aboutsummaryrefslogtreecommitdiff
path: root/src/regex
Commit message (Collapse)AuthorAge
...
* - give out run handle through which master controller's handle can be retrievedSree Harsha Totakura2013-09-06
|
* -cleanup leaksChristian Grothoff2013-09-06
|
* -misc fixesChristian Grothoff2013-09-06
|
* removing GNUNET_CRYPTO_ecc_key_free, use GNUNET_free directly insteadChristian Grothoff2013-08-21
|
* Fix 'way too many REGEX PUTs' issue.Maximilian Szengel2013-08-19
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* moving to new, fixed-size encoding of public and private ECC keys ↵Christian Grothoff2013-08-06
| | | | everywhere, also improving ECC API to better support ECRS/GADS operations
* - Fix coverity 10602Bart Polot2013-07-19
|
* -adding missing file"Christian Grothoff2013-07-11
|
* -doxygenChristian Grothoff2013-07-08
|
* -doxygen fixesChristian Grothoff2013-07-07
|
* -implementing regex testChristian Grothoff2013-07-02
|
* - freebsd doesn't have log2Bart Polot2013-07-01
|
* -fixing #2585: optimized layout for regex blocksChristian Grothoff2013-06-27
|
* -move struct RegexBlock into regex_block_libChristian Grothoff2013-06-27
|
* Make building gnunet-testing lib optional.David Barksdale2013-06-27
| | | | | This is all because emscripten doesn't have getaddrinfo.
* -introducing signing of regex accept states, removing PID from regex APIChristian Grothoff2013-06-26
|
* -removing unnecessary key from regex blocks, compacting some of the other fieldsChristian Grothoff2013-06-26
|
* -combine log statementsChristian Grothoff2013-06-26
|
* -renaming symbols of the block library to use the REGEX_BLOCK_ prefix and ↵Christian Grothoff2013-06-26
| | | | not the REGEX_INTERNAL_ prefix
* -moving REGEX_INTERNAL_check_proof to libgnunetregexblock, integrating proof ↵Christian Grothoff2013-06-26
| | | | check into block plugin
* -follow naming and coding style conventionsChristian Grothoff2013-06-26
|
* -inline trivial static function that is only called onceChristian Grothoff2013-06-26
|
* -duping comments from declarations to definitionsChristian Grothoff2013-06-26
|
* -renaming symbols of the block library to use the REGEX_BLOCK_ prefix and ↵Christian Grothoff2013-06-26
| | | | not the REGEX_INTERNAL_ prefix
* -cleaning up block code, moving all of the block logic into the block libraryChristian Grothoff2013-06-26
|
* fix linker issues on W32 -- regex needs DHTChristian Grothoff2013-06-20
|
* -fixing link orderChristian Grothoff2013-06-20
|
* renaming libgnunetregexnew to libgnunetregexChristian Grothoff2013-06-20
|
* renaming symbols from libgnunetregextest to have the prefix REGEX_TESTChristian Grothoff2013-06-20
|
* moving functions for testing and evaluation and experiments to the test ↵Christian Grothoff2013-06-20
| | | | library, minimizing the internal library, renaming files according to which library they belong to
* 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
* - dont wait so longBart Polot2013-06-11
|
* - notify successBart Polot2013-06-11
|
* -cleaning up client api to test for service availabilityChristian Grothoff2013-06-05
|
* -fixChristian Grothoff2013-06-01
|
* -fixChristian Grothoff2013-05-31
|
* -finishing regex service, but untestedChristian Grothoff2013-05-31
|
* -towards implementing regex serviceChristian Grothoff2013-05-31
|
* -skeleton for regex serviceChristian Grothoff2013-05-31
|
* -hacking up new regex client libraryChristian Grothoff2013-05-31
|
* - fix timeout handlingBart Polot2013-05-31
|
* - use 40 conn/peerBart Polot2013-05-30
|
* - adjust timeout when no more strings are left to be foundBart Polot2013-05-30
|
* - disable debug by defaultBart Polot2013-05-30
|
* - valgrind fixBart Polot2013-05-27
|
* - expand regex perf to show resulting DFA: evaluate simplification from r27315Bart Polot2013-05-27
|
* Fix regexes with accepting common prefix, optimize regex prefix lengthsBart Polot2013-05-27
|
* - verbose errorBart Polot2013-05-27
|
* - show more info on debugBart Polot2013-05-27
|