aboutsummaryrefslogtreecommitdiff
path: root/src/regex
Commit message (Collapse)AuthorAge
* BUILD: Move regex/dns to serviceMartin Schanzenbach2023-10-19
|
* BUILD: Move dht/datastore to service/cliMartin Schanzenbach2023-10-18
|
* BUILD: more more components into new structure; ftbfs fixMartin Schanzenbach2023-10-18
|
* BUILD: Move testing to libMartin Schanzenbach2023-10-18
|
* NEWS: Refactoring components under src/ into lib/, plugin/, cli/ and service/Martin Schanzenbach2023-10-18
| | | | | This also includes a necessary API refactoring of crypto from IDENTITY to UTIL.
* Remove most of old transport, ATS and PEERINFO. Disable TESTBED and related ↵Martin Schanzenbach2023-10-04
| | | | tests
* BUILD: fix versions and installation pathsMartin Schanzenbach2023-09-29
|
* BUILD: Meson add testbed option (dysfunct)Martin Schanzenbach2023-09-27
|
* BUILD: Meson install even more filesMartin Schanzenbach2023-09-27
|
* BUILD: meson use correct soversion and versionMartin Schanzenbach2023-09-24
|
* MYSQL: phase outMartin Schanzenbach2023-09-24
|
* BUILD: Meson - install yet more filesMartin Schanzenbach2023-09-23
|
* BUILD: meson configuration filesMartin Schanzenbach2023-09-21
|
* BUILD: Towards libgnunet buildMartin Schanzenbach2023-09-21
|
* BUILD: Fix monolithic buildMartin Schanzenbach2023-09-20
|
* BUILD: More meson subsystemsMartin Schanzenbach2023-09-20
|
* REGEX: Fix tests missing link against libgnunetstatisticsMartin Schanzenbach2023-01-07
|
* REGEX: Do not link internal libraries into .lasMartin Schanzenbach2023-01-05
| | | | | Instead, actually include the source files in SOURCES. This may result in longer compile times, but it makes more sense to the linker.
* REGEX: Fix build with recent llvm/clang. Fixes #7550Martin Schanzenbach2023-01-05
| | | | | | | Patch by Bo98 on github: https://github.com/Homebrew/homebrew-core/pull/113789#issuecomment-1288125182 Signed-off-by: Martin Schanzenbach <schanzen@gnunet.org>
* -fix test ftbfsMartin Schanzenbach2022-12-05
|
* 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
* -DOC: Documentation cleanup pass through REGEX serviceWillow Liquorice2022-10-03
|
* -DOC: Another comment stripping pass through REGEXWillow Liquorice2022-10-03
|
* -DOC: Minor fixes to doc comments (mostly correcting typos) to resolve ↵Willow Liquorice2022-10-03
| | | | 'unknown command' warnings
* -DOC: Comment stripping pass in REGEX serviceWillow Liquorice2022-10-03
|
* -DOC: Minor passes over NAT, REGEX, and TRANSPORTWillow Liquorice2022-08-30
|
* implemented new DHT path signing with origin authenticationChristian Grothoff2022-07-07
|
* protocol change: swap xquery and result filter, integrate mutator with ↵Christian Grothoff2022-05-31
| | | | result filter
* revise block API to match latest DHT specsChristian Grothoff2022-03-12
|
* DHT: modify API and protocol messages to add path signatures, except for now ↵Christian Grothoff2022-01-09
| | | | the actual signatures are just placeholders (signing and signature verification are missing)
* -updating block plugins to new APIChristian Grothoff2021-12-29
|
* BUILD: Remove --disable-testing. Issue #7033Martin Schanzenbach2021-10-11
|
* -remove dead ats-tests, fix strange Debian build issuesChristian Grothoff2021-08-24
|
* add dependency libThien-Thi Nguyen2021-07-29
| | | | | * src/regex/Makefile.am (gnunet_regex_profiler_LDADD): Add dependency on '$(top_builddir)/src/testing/libgnunettesting.la'.
* -fix compiler warningsChristian Grothoff2021-04-29
|
* -fix many more typosChristian Grothoff2021-04-26
|
* -fix typosChristian Grothoff2021-04-26
|
* -fix warnings except rps messMartin Schanzenbach2020-10-16
|
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* make GNUNET_freez default, have GNUNET_free_nz for cases where that does not ↵Christian Grothoff2020-04-21
| | | | work
* fix sign api for to address #6164Christian Grothoff2020-04-08
|
* fix pointer indentationChristian Grothoff2019-11-24
|
* follow-up to 7c14b80a011e9e99b1cef0bfd96bae364edd5663:ng02019-11-20
| | | | use __linux__ instead of redefined LINUX.
* add $(GN_LIBINTL) to Makefile.am (fixes 0005902)xrs2019-11-08
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* follow-up to win32 removal.ng02019-10-25
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ↵ng02019-09-10
| | | | | | | | | files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less.