Cleanup and fixes regarding bidirectional search and the test.sh files:
authorAndreas Ebner <pansy007@googlemail.com>
Wed, 21 Aug 2019 15:45:02 +0000 (17:45 +0200)
committerSchanzenbach, Martin <mschanzenbach@posteo.de>
Mon, 7 Oct 2019 10:17:29 +0000 (12:17 +0200)
commit418b7f2cef91e344672edf3926b82a5a3043e9ba
tree26db9ebc24e8c6e9acc7fab4635205aa65969896
parent6ad2e1f1dce42e5c998425e80f48d512638e278e
Cleanup and fixes regarding bidirectional search and the test.sh files:

- removed set_entries_head/tail from DQ entry (no longer needed, using vrh->dsq_head/tail for everything)
- removed no longer required vrh->root_set (not working with forward search anyways as there are multiple root sets)
- implemented cleanup for the dq entries in the queue_entries_head list of ds entries
- added the part in cleanup handling the subject_attribute/_len to might help solve the last valgrind error (didnt work)
- changed the way the ds_entry are inserted in the vrh->dsq_.. list: Now after creation of EVERY ds_entry it is inserted
--> This solved an error resulting from uncanceled lookup_response handles
- changed the test_credential...bi..sh files:
+ "- -" at the end of the collect statement, required for MacOS
+ fixed cleanup at the end to correctly remove entries from GNS
src/credential/credential_serialization.c
src/credential/gnunet-service-credential.c
src/credential/test_credential_bi_and.sh
src/credential/test_credential_bi_and2.sh
src/credential/test_credential_bi_bw.sh
src/credential/test_credential_bi_bw_link.sh
src/credential/test_credential_bi_bw_link2.sh
src/credential/test_credential_bi_fw.sh