aboutsummaryrefslogtreecommitdiff
path: root/src/regex
Commit message (Collapse)AuthorAge
* 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.
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* use GNUNET_strlcpy instead of strncpy where possiblelurchi2019-06-27
|
* nicer loop structureChristian Grothoff2019-06-04
|
* memcmp() -> GNUNET_memcmp(), first takeJulius Bünger2019-04-26
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* finish (?) libgnunetatstransport for nowChristian Grothoff2018-11-29
|
* build fixesChristian Grothoff2018-06-25
|
* 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
|
* AUTOSTART renamed into START_ON_DEMAND (#4547a)psyc://loupsycedyglgamf.onion/~lynX1984-04-04
|
* 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
|
* +Nils Gillmann2018-05-19
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* get rid of plain memcpy callsChristian Grothoff2018-05-13
|
* Switch to $GNUNET_TMP in all configuration files.Nils Gillmann2018-05-06
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* fix indentation and use after free in tcp pluginChristian Grothoff2018-01-06
|
* fix signed/unsigned cmpChristian Grothoff2018-01-05
|
* do not put NULL blockChristian Grothoff2018-01-04
|
* Change regex combination, allow hexBart Polot2017-05-10
|
* rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff2017-03-25
|
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* Porting leftovers to new getopt API.Marcello Stanisci2017-03-17
|
* Merge branch 'master' into getoptChristian Grothoff2017-03-17
|\
| * migrate regex to new service APIChristian Grothoff2017-03-16
| |
* | porting.Marcello Stanisci2017-03-15
|/
* implement revocation block plugin, get revocation test to pass againChristian Grothoff2017-02-27
|
* add validation for inner consensus elementFlorian Dold2017-02-26
| | | | | The nested block validation requires the block context, and thus the evaluate callback not also receives the block context.
* ensure all plugins properly use BF, move shared logic to shared libraryChristian Grothoff2017-02-26
|
* strcmp instead of memcmpChristian Grothoff2017-02-22
|
* support BF size adjustments in other pluginsChristian Grothoff2017-02-22
|
* completed big block refactoring in preparation for SET-BLOCK integrationChristian Grothoff2017-02-20
|
* first half of new BLOCK API to generalize duplicate detection beyond BFsChristian Grothoff2017-02-20
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* exclude more testsChristian Grothoff2017-01-08
|
* Sometimes it's OK if multiplication overflowsDavid Barksdale2016-11-17
|
* - add subdirectory gitignore filesBart Polot2016-11-09
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* -fix more shift errorsChristian Grothoff2016-08-11
|