aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* | add error handling for gnunet-qrChristian Grothoff2019-04-03
| |
* | gnunet-qr: Implement functionality of gnunet-uri, don't spawn.Hartmut Goebel2019-04-03
| | | | | | | | | | | | | | | | 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.
* | gnunet-qr: Use GNUNET_PROGRAM_run to simplify the code.Hartmut Goebel2019-04-03
| |
* | gnunet-qr: Use the `gnunet-uri` binary installed into PREFIX.Hartmut Goebel2019-04-03
| | | | | | | | | | | | 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-04-03
| |
* | gnunet-qr: Actually run gnunet-uri.Hartmut Goebel2019-04-03
| |
* | Add helper lib "gnunet-qr-utils.h".Hartmut Goebel2019-04-03
| | | | | | | | | | | | These functions are copied from dns/gnunet-helper-dns.c, move them into a common library. Or think about implementing a even more elaborate version.
* | gnunet-qr: Simplify verbose messaging.Hartmut Goebel2019-04-03
| |
* | gnunet-qr: Reimplement in C - yet only a proof of concept.Hartmut Goebel2019-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still to-do: * running gnunet-uri * Proper error handling * integration into build system (automake) Reimplementing in C was chosen since - official zbar python-bindings support python 2 only, - none of the other bindings available at PyPI supports the high-level "processor" interface which gnunet-qr uses - implementing bindings for zbar using ctypes required addin a lot of low-level error handling code, thus implementing in C seamed to be easier, - the programm is short, thus re-implementing is not such complicated, and - this allows to reduce the number of dependencies (here: another Python version), which should ease porting to other plattforms (zbar is a dependency anyway).
* | fix bogus test configurationChristian Grothoff2019-04-03
| |
* | clique still fails sometimes for strange reasonsChristian Grothoff2019-04-03
| |
* | -d option was removed from gnunet-publish, do not use it in the testChristian Grothoff2019-04-03
| |
* | fix -c optionChristian Grothoff2019-04-03
| |
* | fix verbosity optionChristian Grothoff2019-04-03
| |
* | fix ugliness that is not used / usefulChristian Grothoff2019-04-03
| |
* | fix mktemp callChristian Grothoff2019-04-03
| |
* | fix crash on test failureChristian Grothoff2019-04-03
| |
* | add missing licenseChristian Grothoff2019-04-03
| |
* | adapt code to MHD API changeChristian Grothoff2019-03-20
| |
* | RPS Profiler: Keep track of push to single vs. multi-hop peerJulius Bünger2019-03-20
| |
* | RPS util: Break instead of return in macroJulius Bünger2019-03-18
| |
* | attempt to fix code portability issue reported on help-gnunetChristian Grothoff2019-03-16
| |
* | test_gnunet_gns: Fix testng02019-03-15
| |
* | gnunet-gns-proxy-setup-ca: replace which(1) usage.ng02019-03-15
| |
* | fix ftbfsSchanzenbach, Martin2019-03-12
| |
* | change description of file expansion flagSchanzenbach, Martin2019-03-12
| |
* | update gitignoreSchanzenbach, Martin2019-03-12
| |
* | update changelog, make buildSchanzenbach, Martin2019-03-12
| |
* | move copying to restSchanzenbach, Martin2019-03-12
| |
* | fix bootstrapSchanzenbach, Martin2019-03-12
| |
* | add mhd ifdefSchanzenbach, Martin2019-03-12
| |
* | change makefile for restSchanzenbach, Martin2019-03-12
| |
* | move credential makefile defsSchanzenbach, Martin2019-03-12
| |
* | move disfunc credentialSchanzenbach, Martin2019-03-12
| |
* | move rest testsSchanzenbach, Martin2019-03-12
| |
* | move copying restSchanzenbach, Martin2019-03-12
| |
* | move peerinfo restSchanzenbach, Martin2019-03-12
| |
* | move namestore pluginSchanzenbach, Martin2019-03-12
| |
* | move identity rest pluginSchanzenbach, Martin2019-03-12
| |
* | 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
| |