aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* move reclaim and gns back into subdirsSchanzenbach, Martin2019-03-12
|
* we probably need this file in distSchanzenbach, Martin2019-03-11
|
* actually add to pkgdirSchanzenbach, Martin2019-03-11
|
* 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.
* 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.
* fix typoSchanzenbach, Martin2019-03-09
|
* bind to config option (default localhost) for GNSSchanzenbach, Martin2019-03-09
|
* bind to config option (default localhost)Schanzenbach, Martin2019-03-09
|
* bashismng02019-03-09
|
* bashismng02019-03-09
|
* bashismng02019-03-09
|
* bashismng02019-03-09
|
* bashismng02019-03-09
|
* bashismng02019-03-09
|
* bashismng02019-03-09
|
* bashismng02019-03-09
|
* bashismng02019-03-09
|
* bashismng02019-03-09
|
* cadet/loopcheck.sh: still bash, leaving only PIPESTATUSng02019-03-09
|
* bashismng02019-03-09
|
* dns: bashism. Add check for iptables.ng02019-03-09
|
* vpn: bashism.ng02019-03-09
|
* make no creation time the defaultChristian Grothoff2019-03-09
|
* gnunet-gns-proxy-setup-ca:ng02019-03-08
| | | | | | | Here is a new version of gnunet-gns-proxy-setup-ca. Most of it still needs debugging, but it works. This ought to be extended in the future. Man page created.
* fix #5626Christian Grothoff2019-03-08
|
* attempted fix #5622Schanzenbach, Martin2019-03-02
|
* use existing pf probe function from network.c instead of re-implementing it ↵Christian Grothoff2019-03-02
| | | | in service.c
* use #5553 function in TCP/UDP communicatorsChristian Grothoff2019-03-02
|
* cache PF support results from OS probe (#5553)Christian Grothoff2019-03-02
|
* re-adding clique test, works on my system despite no changesChristian Grothoff2019-03-02
|
* fix for #5612Christian Grothoff2019-03-02
|
* prevent unordered message delivery, everywhereSchanzenbach, Martin2019-02-28
|
* prevent unordered message deliverySchanzenbach, Martin2019-02-28
|
* chmod -x for src/util/gnunet-qr.py, fix warning pkgsrc throwsng02019-02-28
|
* add bytes recv/sent to URL request benchmarkingFlorian Dold2019-02-28
|
* rest-plugins: include headers in dist sourcesDaniel Golle2019-02-28
|
* reclaim: include reclaim.conf in dist sourcesDaniel Golle2019-02-28
|
* reclaim-attribute: include header in dist sourcesDaniel Golle2019-02-28
|
* doppelt haelt nicht besser :-)Christian Grothoff2019-02-28
|
* package credential.hChristian Grothoff2019-02-28
|
* package gnunet_credential_service.h next timeChristian Grothoff2019-02-28
|
* add nonstring attribute to silence warningFlorian Dold2019-02-28
|
* Be explicit about truncation to silence warning.Florian Dold2019-02-28
| | | | | | | | | | | Newer GCCs do not like truncation and emit a warning. We don't want to disable truncation warnings (-Wnostringop-truncation), as in some cases these warnings can point to a security flaw. Using strcat instead of strncat is fine, since *both* equally overflow the destination buffer if not used carefully. See https://developers.redhat.com/blog/2018/05/24/detecting-string-truncation-with-gcc-8/
* fix dist for experimentalSchanzenbach, Martin2019-02-28
|
* disable clique test, fails for odd reasonsChristian Grothoff2019-02-28
|
* RPS: Disable too happy writing to diskJulius Bünger2019-02-28
|
* sanity checksSchanzenbach, Martin2019-02-27
|
* do not forget to NULL reconnect_taskChristian Grothoff2019-02-27
|
* fix missing NBO conversionsChristian Grothoff2019-02-27
|
* improve future calculations if messages are skipped in unreliable in-order ↵Christian Grothoff2019-02-26
| | | | channels