aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * add missing filesChristian Grothoff2019-04-06
| |
* | Add missing Makefilesng02019-04-06
| |
* | Revert "these Makefiles do not exist"ng02019-04-06
|/ | | | This reverts commit 942180b42f3623070882605d1e497b4abf7499ed.
* +ng02019-04-06
|
* fixng02019-04-06
|
* these Makefiles do not existng02019-04-06
|
* fix #5676Christian Grothoff2019-04-06
|
* clean up gnunet-bugreport by installing it properlyChristian Grothoff2019-04-06
|
* address #5627Christian Grothoff2019-04-06
|
* fix #5677Christian Grothoff2019-04-06
|
* force 'const' on typeChristian Grothoff2019-04-06
|
* force 'const' on typeChristian Grothoff2019-04-06
|
* introduce GNUNET_memcmp() and GNUNET_is_zero()Christian Grothoff2019-04-06
|
* fix #5352Christian Grothoff2019-04-05
|
* include credential_*.h in distDaniel Golle2019-04-05
|
* Update docs for new libnss_gns.so.2 locationNaomi Phillips2019-04-04
|
* fix indentChristian Grothoff2019-04-04
|
* Merge branch 'master' of gnunet.org:gnunetng02019-04-04
|\
| * fix distSchanzenbach, Martin2019-04-04
| |
| * macOS llvm/gcc does not support this flag; llvm checks unresolved symbols ↵Schanzenbach, Martin2019-04-04
| | | | | | | | without it
| * Merge branch 'master' of git+ssh://gnunet.org/gnunetSchanzenbach, Martin2019-04-04
| |\
| | * RPS: Return peers to client after many observed idsJulius Bünger2019-04-04
| | |
| | * tag releasev0.11.2Christian Grothoff2019-04-04
| | |
| | * allow applications expressing connection preferences directly to TNG, ↵Christian Grothoff2019-04-03
| | | | | | | | | | | | collect HELLOs from PEERSTORE for expressed prefs
| * | add check for undefined symbolsSchanzenbach, Martin2019-04-04
| |/
| * mergeSchanzenbach, Martin2019-04-03
| |\
| | * resume transmission on idle queues upon incoming message (TNG)Christian Grothoff2019-04-03
| | |
| * | fix rest plugin buildSchanzenbach, Martin2019-04-03
| |/
| * only run malicious tests if malicious features are enabledv0.11.1Christian Grothoff2019-04-03
| |
| * release note to ChangeLogChristian Grothoff2019-04-03
| |
| * typoChristian Grothoff2019-04-03
| |
| * fix disting rulesChristian Grothoff2019-04-03
| |
| * remove xt/xu plugins, no longer needed for anythingChristian Grothoff2019-04-03
| |
| * include lintingChristian Grothoff2019-04-03
| |
| * distingChristian Grothoff2019-04-03
| |
| * fix linker options for gnunet-qrChristian Grothoff2019-04-03
| |
* | man: scalarproductng02019-04-04
|/
* Merge branch 'master' of gnunet.org:gnunetng02019-04-03
|\
| * update ChangeLog on gnunet-qr mergerChristian Grothoff2019-04-03
| |
| * Merge branch 'gnunet-qt-c-2'Christian Grothoff2019-04-03
| |\
| | * fix libzbar detectionChristian Grothoff2019-04-03
| | |
| | * merge conflict resolutionChristian Grothoff2019-04-03
| | |\
| | | * gnunet-qr: Implement functionality of gnunet-uri, don't spawn.Hartmut Goebel2019-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This copies the central part of gnunet-uri. Should better be in some shared code. Also eliminate helper lib "gnunet-qr-utils.h", which is no longer used.
| | | * contrib/guix: Add zbar as dependency for package gnunet.Hartmut Goebel2019-03-13
| | | |
| | | * contrib/guix: Add package zbar (for gnunet-qr).Hartmut Goebel2019-03-13
| | | |
| | | * gnunet-qr: Use GNUNET_PROGRAM_run to simplify the code.Hartmut Goebel2019-03-13
| | | |
| | | * gnunet-qr: Update documentation and scripts to changed dependencies.Hartmut Goebel2019-03-13
| | | | | | | | | | | | | | | | | | | | Requirement python-zbar is gone, and thus the requirement for Python 2.7. Instead development package for libzbar is required now.
| | | * gnunet-qr: Use the `gnunet-uri` binary installed into PREFIX.Hartmut Goebel2019-03-13
| | | | | | | | | | | | | | | | | | | | | | | | This helps keeping environments concise and functional package managers like guix this will ensure `gnunet-uri` from the same environment is used.
| | | * gnunet-qr: Add into Makefile.am and pofiles,Hartmut Goebel2019-03-13
| | | |
| | | * configure.ac: Add check for libzbar (using pkgconfig).Hartmut Goebel2019-03-13
| | | | | | | | | | | | | | | | libzbar is required for gnunet-qr, which is optional.