aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* 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
|
* possible fix for transport client state machine issue found in RPS profilerChristian Grothoff2019-02-26
|
* gnunet-qr.py: More verbose information about required packagesng02019-02-26
|
* create more specific FC warningChristian Grothoff2019-02-26
|
* Add test for future in gnunet-qr.py. pylint will probably scream, but this ↵ng02019-02-26
| | | | should satisfy safety checks
* src/util: Add gnunet-qr to cleanfilesng02019-02-26
|
* Merge branch 'master' of gnunet.org:gnunetng02019-02-26
|\
| * unset XDG varsChristian Grothoff2019-02-26
| |
| * avoid bogus reconnect messageChristian Grothoff2019-02-26
| |
* | fixng02019-02-26
|/
* Merge branch 'master' of gnunet.org:gnunetng02019-02-26
|\
| * fix profiler crash on bad startupChristian Grothoff2019-02-26
| |
| * fix /tmp/rps directory creation, fix linkage, DCEChristian Grothoff2019-02-26
| |
| * do not crash all the time in to_file()Christian Grothoff2019-02-25
| |
| * fix #5608Christian Grothoff2019-02-25
| |
| * style fixes during debuggingChristian Grothoff2019-02-25
| |