aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* gnunet-qr: Use GNUNET_PROGRAM_run to simplify the code.Hartmut Goebel2019-03-13
|
* 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
|
* gnunet-qr: Actually run gnunet-uri.Hartmut Goebel2019-03-13
|
* Add helper lib "gnunet-qr-utils.h".Hartmut Goebel2019-03-13
| | | | | | 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-03-13
|
* gnunet-qr: Reimplement in C - yet only a proof of concept.Hartmut Goebel2019-03-13
| | | | | | | | | | | | | | | | | | | 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).
* 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
* Merge branch 'master' of gnunet.org:gnunetng02019-02-26
|\
| * check for ACKed MIDSchanzenbach, Martin2019-02-26
| |
* | gnunet-qr.py: align help with realityng02019-02-26
|/
* Merge branch 'master' of gnunet.org:gnunetng02019-02-26
|\
| * try fix #5597Schanzenbach, Martin2019-02-26
| |
* | gnunet-qr.py: back from the futureng02019-02-26
|/
* make lint happyng02019-02-26
|
* gnunet-qr: If we error out before, we don't need to error again. This should ↵ng02019-02-26
| | | | fix the error message in the wrong place
* Fix syntax error in gnunet-qr. We can not handle this exception. Just read ↵ng02019-02-26
| | | | the README.
* fix #5611?ng02019-02-26
|
* RPS: NULL out cadet port after closingJulius Bünger2019-02-26
|
* fix transport API fix, make sure we do not stay at CT_NONE for core clientsChristian Grothoff2019-02-26
|
* RPS: Cast to int32_t instead of uint32_tJulius Bünger2019-02-26
|
* RPS: Fix non-int array subscriptJulius Bünger2019-02-26
|
* RPS: Fix checking of properties for peer removalJulius Bünger2019-02-26
|
* RPS: Track delta expected - received pushes w. statistics, styleJulius Bünger2019-02-26
|
* RPS: Do not consider unexpected pull replies as protocol violationJulius Bünger2019-02-26
|
* RPS: Track expected number of pushes w. statisticsJulius Bünger2019-02-26
|