summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* -bump hostlist locationMartin Schanzenbach2021-08-08
|
* -if check is redundantChristian Grothoff2021-08-08
|
* -various coverity fixesMartin Schanzenbach2021-08-08
|
* -fix nptr issuesMartin Schanzenbach2021-08-08
|
* -silence compiler warningsMartin Schanzenbach2021-08-08
|
* -make new cmd tests experimental (segfalting); fix warningsMartin Schanzenbach2021-08-08
|
* -corrected doxygen documentation of the message callbackTheJackiMonster2021-08-05
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* -move pop to not break gccChristian Grothoff2021-08-05
|
* do not generate tautological comparisson warnings for assertions (if ↵Christian Grothoff2021-08-04
| | | | gcc/clang version supports them)
* Merge branch 'master' of ssh://gnunet.org/gnunett3sserakt2021-08-04
|\
| * -fix memory leaksChristian Grothoff2021-08-03
| |
| * -doxygen fixChristian Grothoff2021-08-02
| |
| * -allow NULLChristian Grothoff2021-08-02
| |
| * -fix test logicChristian Grothoff2021-08-02
| |
| * -fix warningsChristian Grothoff2021-08-02
| |
| * -fix warningsChristian Grothoff2021-08-02
| |
* | first cmd for a simple tng test running. part of cleanup and sanity check ↵t3sserakt2021-08-04
|/ | | | when starting missing
* Merge branch 'master' of ssh://gnunet.org/gnunett3sserakt2021-08-02
|\
| * -fix DHT loopChristian Grothoff2021-08-02
| |
| * -fix another typoChristian Grothoff2021-08-01
| |
| * -fix typosChristian Grothoff2021-08-01
| |
| * -fix busy loopChristian Grothoff2021-08-01
| |
| * -fix ftbfs"Christian Grothoff2021-08-01
| |
| * 0 for absolute time is special, and should be treated as such in JSON generationChristian Grothoff2021-08-01
| |
* | - fixed typot3sserakt2021-08-02
|/
* Merge branch 'master' of ssh://gnunet.org/gnunett3sserakt2021-08-01
|\
| * PQ: fix notification API bugsChristian Grothoff2021-08-01
| |
| * -move DB-agnostic types to GNUNET_DBChristian Grothoff2021-08-01
| |
* | - added config files for netjail testing. removed unshare from netjail scriptt3sserakt2021-08-01
|/
* JSON: allow NULL-passing to GNUNET_JSON_pack_data_varsizeChristian Grothoff2021-07-31
|
* -config: allow empty config for @inline-secret@Florian Dold2021-07-31
|
* - removed warningst3sserakt2021-07-31
|
* -config: initialize variableFlorian Dold2021-07-31
|
* config: handle syntax error instead of dereferencing NULL pointerFlorian Dold2021-07-30
|
* -fetch response code first before testing on itChristian Grothoff2021-07-30
|
* SETU: Implement LSD0003Elias Summermatter2021-07-30
|
* -improve logging if there is no HTTP responseChristian Grothoff2021-07-30
|
* :Merge branch 'master' of ssh://gnunet.org/gnunett3sserakt2021-07-30
|\
| * -rename plugin, otherwise plugin_test fails due to conflicting other plugin ↵Christian Grothoff2021-07-30
| | | | | | | | with the same prefix name
| * -fix spellingChristian Grothoff2021-07-30
| |
| * -remove unnecessary options from Makefile.amChristian Grothoff2021-07-29
| |
| * use modern spelling for LLONG_{MAX,MIN}Thien-Thi Nguyen2021-07-29
| | | | | | | | | | This fixes a FTBFS under Alpine Linux 3.13 (GNU GCC 10.2.1). See also: <https://www.sourceware.org/bugzilla/show_bug.cgi?id=5461>.
| * -fix return value of GNUNET_disk_globFlorian Dold2021-07-29
| |
| * add dependency libThien-Thi Nguyen2021-07-29
| | | | | | | | | | * src/secretsharing/Makefile.am (gnunet_secretsharing_profiler_LDADD): Add dependency on '$(top_builddir)/src/testing/libgnunettesting.la'.
| * add dependency libThien-Thi Nguyen2021-07-29
| | | | | | | | | | * src/fs/Makefile.am (gnunet_fs_profiler_LDADD): Add dependency on '$(top_builddir)/src/testing/libgnunettesting.la'.
| * add dependency libThien-Thi Nguyen2021-07-29
| | | | | | | | | | * src/consensus/Makefile.am (gnunet_consensus_profiler_LDADD): Add dependency on '$(top_builddir)/src/testing/libgnunettesting.la'.
| * add dependency libThien-Thi Nguyen2021-07-29
| | | | | | | | | | * src/regex/Makefile.am (gnunet_regex_profiler_LDADD): Add dependency on '$(top_builddir)/src/testing/libgnunettesting.la'.
| * config: restrict directives in files loaded via @inline-secret@Florian Dold2021-07-29
| |
| * add dependency libThien-Thi Nguyen2021-07-29
| | | | | | | | | | * src/dht/Makefile.am (gnunet_dht_profiler_LDADD): Add dependency on '$(top_builddir)/src/testing/libgnunettesting.la'.
| * add dependency libThien-Thi Nguyen2021-07-29
| | | | | | | | | | * src/nse/Makefile.am (gnunet_nse_profiler_LDADD): Add dependency on '$(top_builddir)/src/testing/libgnunettesting.la'.