aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAge
* -fix misc typosChristian Grothoff2021-04-26
|
* Swap gnunet-config's default behaviour for the rewrite flagAlessio Vanni2021-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | With the previous default, a configuration file could keep values different from the defaults even when the user did not explicitly edit that option, potentially leading to buggy behaviour. For example: GNUnet's version X+1 changes the default value for a certain option A, but anyone who has edited the configuration file with version X or earlier, would still have got the old default for A even when updating to version X+1. It was possible to write only the edited parts, but that required explicitly passing the `--rewrite' (or `-w') flag. The default behaviour has now been swapped so that the resulting file contains only differences, while a "frozen" configuration is generated with the `--rewrite' flag. Also, as it's a minor change: a function used internally by the logging component was using translated strings to check the requested log level. This behaviour is buggy as passing an untranslated string to e.g. `GNUNET_log_setup', while the current locale is different and a translation for that string exists, would generate a different log level than the one requested.
* RECLAIM: Added libpabc credential support.dev/schanzen/pabcMartin Schanzenbach2021-04-24
|
* -first netjail setup with NATs integratedTheJackiMonster2021-04-19
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* -fix linker flagsChristian Grothoff2021-04-18
|
* try to fix depsChristian Grothoff2021-02-15
|
* further work on libgnunet minimizationChristian Grothoff2021-02-15
|
* - update makefile.inc from submoduleMartin Schanzenbach2020-08-11
|
* fix typeChristian Grothoff2020-08-03
|
* -fix redirect creationMartin Schanzenbach2020-08-01
|
* fix: reclaim urlenc / revert accidental changeMartin Schanzenbach2020-08-01
|
* support context-wide client authenticationChristian Grothoff2020-07-16
|
* fix: update test hostkeysMartin Schanzenbach2020-07-06
|
* update changelogMartin Schanzenbach2020-07-05
|
* fix typoChristian Grothoff2020-07-03
|
* - do not include commits with - prefixed to message in changelog deltaMartin Schanzenbach2020-05-27
|
* add lastlog scriptMartin Schanzenbach2020-05-27
|
* fix interpreter line of gnunet-bugreportnikita2020-04-09
|
* do not log as error, give better messageChristian Grothoff2020-03-13
|
* c89Christian Grothoff2020-03-10
|
* fix bug *AGAIN*, could swear I fixed this one before... strangeChristian Grothoff2020-02-03
|
* modify GNUNET_PQ_connect_with_cfg to enable flexible loading of .sql filesChristian Grothoff2020-01-24
|
* other peer to blameChristian Grothoff2020-01-20
|
* fix mem leaksFlorian Dold2020-01-18
|
* include buffer in main util headerChristian Grothoff2020-01-17
|
* Merge branch 'master' of ssh://git.gnunet.org/gnunetxrs2020-01-16
|\
| * contrib: update debian 10 build script inDevan Carpenter2020-01-04
| | | | | | | | thanks for the patch from anadahz
* | add new versions of alpine packages (not yet in alpine repo)xrs2020-01-16
|/
* add build/install script for Debian 10 to contribDevan Carpenter2020-01-03
|
* alibi commit to pretend i'm still active on the projectpsyc://loupsycedyglgamf.onion/~lynX2020-01-01
|
* fix build commit ftbfsSchanzenbach, Martin2019-12-26
|
* also BADFOOD on reallocChristian Grothoff2019-12-25
|
* switch to new date format (#5862)Florian Dold2019-12-19
|
* better put -u lastChristian Grothoff2019-12-18
|
* fix ftbfs, test failsChristian Grothoff2019-12-12
|
* contrib/scripts and gnunet-logread: reduce code used for output.ng02019-12-12
|
* check-texinfo: add "the the"ng02019-12-04
|
* add gnunet-logo.png via Lynx (#5981)'Christian Grothoff2019-12-03
|
* rewrite sed logic used in Makefiles and move into dosubst awk script.ng02019-12-02
| | | | | | | | | include 'bin' and its files in dist files, this is where dosubst is located. While the invocation (passing of the variables) is not optimal (yet, will be changed), this will in the end allow sharing code between Makefiles better, and maybe drop sed usage in the future.
* fix failure to build.ng02019-12-01
|
* define HAVE_AWK... we require awk for many parts, but for some casesng02019-12-01
| | | | it could make sense to skip it.
* check-texinfo.awk: move comments to the moved code.ng02019-12-01
|
* convert texinfo checks to proper awk script, add detection for awk/gawk,ng02019-12-01
| | | | remove obsolete code.
* gnunet-logread: install only when perl has been found (avoid dysfunctional ↵ng02019-12-01
| | | | SHa-bang line.
* Add --with-gnunet-logread to configure.ng02019-12-01
|
* Merge branch 'master' of ssh://git.gnunet.org/gnunetxrs2019-11-29
|\
| * remove some output redirections.ng02019-11-28
| |
| * gnunet-bugreport: improve libextrator + git detection, merge gnurl+curl checksng02019-11-28
| |
| * gnunet-bugreport: license and typong02019-11-27
| |
| * contrib/scripts: use awk to modify interpreter substitution lines.ng02019-11-27
| |