aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAge
...
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* reduce scopeChristian Grothoff2019-10-05
|
* reduce scopeChristian Grothoff2019-10-05
|
* fix hook to only apply to C codeChristian Grothoff2019-10-05
|
* fix hook to only apply to C codeChristian Grothoff2019-10-05
|
* fix hook to only apply to C codeChristian Grothoff2019-10-05
|
* add precommit hook exampleng02019-09-29
|
* add contrib/alpinexrs2019-09-28
|
* do not indent labelsChristian Grothoff2019-09-16
|
* use configuration from GNU Taler for uncrustifyChristian Grothoff2019-09-15
|
* contrib: gnunet_janitor, terminate: remove win32 functionalities.ng02019-09-11
| | | | | This commit is questionable, but since I removed win32 code this code no longer has any purpose.
* 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.
* remove /usr/include from coverage analysisChristian Grothoff2019-09-05
|
* add templates for multi-user configurationsChristian Grothoff2019-09-05
|
* bugreport: syntax fix.ng02019-08-19
|
* updated gnunet.service file, added copyright noticerexxnor2019-08-18
|
* disable REST in tests that do not need itv0.11.6Christian Grothoff2019-07-24
|
* fix gnunet-bugreport output issuesChristian Grothoff2019-06-09
|
* update homebrew formula to v0.11.5Schanzenbach, Martin2019-06-06
|
* update homebrew formulaSchanzenbach, Martin2019-05-15
|
* clang-format: Do not reflow comments.ng02019-04-29
| | | | | | | For comments, specificalls doxygen style, we should have more freedom to adjust and keep styles outside of the limits of clang-format. This is useful for being able to specify our own almost-specified doxygen standards.
* test_gnunet_prefix: formatng02019-04-25
|
* Remove gnunet-download-manager. Fixes #5682ng02019-04-20
|
* update clang-formatSchanzenbach, Martin2019-04-17
|
* update clang-formatSchanzenbach, Martin2019-04-16
|
* update clang-formatSchanzenbach, Martin2019-04-16
|
* update clang-format; try formattingSchanzenbach, Martin2019-04-16
|
* Add clang-format for GNUnet coding styleSchanzenbach, Martin2019-04-15
|
* new key, new HELLOChristian Grothoff2019-04-12
|
* move gnunet-download-manager to contribng02019-04-06
|
* fix buildng02019-04-06
|
* add missing filesChristian Grothoff2019-04-06
|
* fix #5676Christian Grothoff2019-04-06
|
* clean up gnunet-bugreport by installing it properlyChristian Grothoff2019-04-06
|
* fix disting rulesChristian Grothoff2019-04-03
|
* contrib/guix: Add zbar as dependency for package gnunet.Hartmut Goebel2019-04-03
|
* contrib/guix: Add package zbar (for gnunet-qr).Hartmut Goebel2019-04-03
|
* gnunet-qr: Update documentation and scripts to changed dependencies.Hartmut Goebel2019-04-03
| | | | | Requirement python-zbar is gone, and thus the requirement for Python 2.7. Instead development package for libzbar is required now.
* gitignore in logreadng02019-04-01
|
* contrib/scripts/testbed_cleanup.sh: bashismsng02019-04-01
|
* contrib/scripts/revisionary.sh: bashismsng02019-04-01
|
* rename filesng02019-04-01
|
* contrib: Move scripts content to scripts/Makefileng02019-03-19
| | | | | Actually build the contrib perl script. Add an m4 script for perl.
* Adjust uncrustify.cfgng02019-03-16
|
* Add contrib/uncrustify.cfgng02019-03-16
|
* gnunet-bugreportng02019-03-15
|
* Fix Python code: remove imports from `python-future`.Hartmut Goebel2019-03-10
| | | | | | | | I missed in 3d6ba937a5a5046b3d531c17691d5d1155daae71 that `future` also provides the modules `past` and `builtins`. Imports of `builtins` can simply be removed for Python-3-only code. `past.old_div` had to be replaces by the "old" div-operatot `//`, while `past.xrange` was unused.
* Docs: Remove requirement for `python-future`.Hartmut Goebel2019-03-10
| | | | | | This Python module was used nowhere and would not make much sense either: The code is for Python 3.7 which is the most current version of Python and there is no "future" to "backport" to 3.7.
* Cleanup Python code: remove `import __future__`.Hartmut Goebel2019-03-10
| | | | | All of these only made Python 2 accept some Python 3 language idioms, and the code is Python-3-only.
* contrib: install initd filesng02019-03-09
|