aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* 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
| |
| * improve loggingChristian Grothoff2019-02-25
| |
| * RPS sampler: An id might be removed while a request is still pendingJulius Bünger2019-02-25
| |
| * RPS: Change way some numbers are written to filesJulius Bünger2019-02-25
| |
| * RPS: Use correct number of logging blocking statisticsJulius Bünger2019-02-25
| |
| * RPS profiler: Assert statistics handle non-NULLJulius Bünger2019-02-25
| |
* | Proposed fix for https://bugs.gnunet.org/view.php?id=5611ng02019-02-26
|/
* Merge branch 'master' of gnunet.org:gnunetng02019-02-25
|\
| * more code cleanup, better error handing in testsChristian Grothoff2019-02-24
| |
| * more code cleanup, better error handing in testsChristian Grothoff2019-02-24
| |
| * avoid failing hard if 'gnunetcheck' db does not existChristian Grothoff2019-02-24
| | | | | | | | (or plugins cannot be loaded for other reasons)
* | src/util: Use make 4.0 assignment operatorng02019-02-25
|/
* temp fix for #5606Schanzenbach, Martin2019-02-24
|
* avoid failing hard if 'gnunetcheck' db does not existChristian Grothoff2019-02-24
| | | | (or plugins cannot be loaded for other reasons)
* avoid failing hard if 'gnunetcheck' db does not existChristian Grothoff2019-02-24
| | | | (or plugins cannot be loaded for other reasons)
* avoid failing hard if 'gnunetcheck' db does not existChristian Grothoff2019-02-24
| | | | (or plugins cannot be loaded for other reasons)
* fix segv on errorChristian Grothoff2019-02-24
|
* resolve www.gnu.org instead of hostname to avoid complications of hostname ↵Christian Grothoff2019-02-24
| | | | as per #5578
* first try raw, unexpanded nameChristian Grothoff2019-02-24
|
* add missing \nChristian Grothoff2019-02-24
|
* ref bugnoteChristian Grothoff2019-02-24
|
* geq redefinition breaks texi2pdf, instead just avoid @geqChristian Grothoff2019-02-24
|
* util: build with external libatomicDaniel Golle2019-02-23
| | | | | | | | | | | | | | Recent versions of gcc on some architectures (MIPS, PPC, ...) moved atomic functions into a separate library. As we are using atomic load/store in util/time.c we may need to link libgnunetutil against libatomic for __atomic_load_8 and __atomic_store_8 to be defined. Fixes build problem on MIPS: ld: ./.libs/libgnunetutil.so: undefined reference to `__atomic_store_8' ld: ./.libs/libgnunetutil.so: undefined reference to `__atomic_load_8' collect2: error: ld returned 1 exit status Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* mergeChristian Grothoff2019-02-23
|\