Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-17 | update clang-format | Schanzenbach, Martin | |
2019-04-16 | update clang-format | Schanzenbach, Martin | |
2019-04-16 | update clang-format | Schanzenbach, Martin | |
2019-04-16 | update clang-format; try formatting | Schanzenbach, Martin | |
2019-04-15 | Add clang-format for GNUnet coding style | Schanzenbach, Martin | |
2019-04-12 | new key, new HELLO | Christian Grothoff | |
2019-04-06 | move gnunet-download-manager to contrib | ng0 | |
2019-04-06 | fix build | ng0 | |
2019-04-06 | add missing files | Christian Grothoff | |
2019-04-06 | fix #5676 | Christian Grothoff | |
2019-04-06 | clean up gnunet-bugreport by installing it properly | Christian Grothoff | |
2019-04-03 | fix disting rules | Christian Grothoff | |
2019-04-03 | contrib/guix: Add zbar as dependency for package gnunet. | Hartmut Goebel | |
2019-04-03 | contrib/guix: Add package zbar (for gnunet-qr). | Hartmut Goebel | |
2019-04-03 | gnunet-qr: Update documentation and scripts to changed dependencies. | Hartmut Goebel | |
Requirement python-zbar is gone, and thus the requirement for Python 2.7. Instead development package for libzbar is required now. | |||
2019-04-01 | gitignore in logread | ng0 | |
2019-04-01 | contrib/scripts/testbed_cleanup.sh: bashisms | ng0 | |
2019-04-01 | contrib/scripts/revisionary.sh: bashisms | ng0 | |
2019-04-01 | rename files | ng0 | |
2019-03-19 | contrib: Move scripts content to scripts/Makefile | ng0 | |
Actually build the contrib perl script. Add an m4 script for perl. | |||
2019-03-16 | Adjust uncrustify.cfg | ng0 | |
2019-03-16 | Add contrib/uncrustify.cfg | ng0 | |
2019-03-15 | gnunet-bugreport | ng0 | |
2019-03-10 | Fix Python code: remove imports from `python-future`. | Hartmut Goebel | |
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. | |||
2019-03-10 | Docs: Remove requirement for `python-future`. | Hartmut Goebel | |
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. | |||
2019-03-10 | Cleanup Python code: remove `import __future__`. | Hartmut Goebel | |
All of these only made Python 2 accept some Python 3 language idioms, and the code is Python-3-only. | |||
2019-03-09 | contrib: install initd files | ng0 | |
2019-03-09 | fix | ng0 | |
2019-03-09 | newline | ng0 | |
2019-03-09 | bashism | ng0 | |
2019-03-09 | build_cscope | ng0 | |
2019-03-09 | Fix #5629 | ng0 | |
2019-03-09 | drop python-lint.log in lint | ng0 | |
2019-03-09 | lint-man: Check for what I just completely fixed. Just in case. | ng0 | |
2019-03-05 | handbook_pull.sh | ng0 | |
2019-03-04 | contrib/scripts/process_log.sh: attempt to remove bash extensions, use of 2 ↵ | ng0 | |
different stat implementations. | |||
2019-03-04 | safety checks for lint-man.sh | ng0 | |
2019-03-04 | Add rule to lint man | ng0 | |
2019-03-04 | Make contrib/scripts/lint-python.sh useful | ng0 | |
2019-03-03 | Fix: gnurl in version 7.57 still used xzip | ng0 | |
2019-03-03 | docker: Fix URL | ng0 | |
2019-02-28 | benchmark: fix typo | Florian Dold | |
2019-02-28 | benchmark: update collect script | Florian Dold | |
2019-02-28 | add 0.11 formula for homebrew | Schanzenbach, Martin | |
2019-02-28 | contrib/guix: Add guix-bug-notice to readme. | Hartmut Goebel | |
2019-02-28 | contrib/guix: Cleanup guix environment files and README. | Hartmut Goebel | |
- move the docs contained in guix-env.scm to guix/README, - change these docs to only use "--load-path=<gnunet.git>/contrib/guix" and GUIX_PACKAGE_PATH, - delete guix-env.scm and guix.packages. | |||
2019-02-28 | version bump, update ChangeLog, fix make dist | Christian Grothoff | |
2019-02-23 | portability fix. | ng0 | |
2019-02-22 | gnunet-bugreport: add checks for pkg_add, some fixes | ng0 | |
2019-02-17 | add gnunet homebrew formula | Schanzenbach, Martin | |