summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | Add support for doas.ng02019-10-17
| |
* | this comment seems to be not true; tarfile will at least notng02019-10-16
| | | | | | | | | | require tar(1) or any other tool, if at all other modules are required.
* | follow-up to ce63ca3ca49d8a4dc741cd014601584e3d5cfe54ng02019-10-16
| |
* | *.1: syntax (\- -> -)ng02019-10-16
| |
* | gnunet-ecc(1): syntaxng02019-10-16
| |
* | clarify gnunet-arm(1) more and add syntax.ng02019-10-16
| |
* | updated italian translationChristian Grothoff2019-10-16
| |
* | minor fixSchanzenbach, Martin2019-10-15
| |
* | kommando zurueck, this time for real.ng02019-10-14
| |
* | move backng02019-10-14
| |
* | add yapf to make prettyng02019-10-14
| |
* | with 'make pretty' running uncrustify, yapf styling the python files, this ↵ng02019-10-14
| | | | | | | | file seems obsolete?
* | po/POTFILES.inng02019-10-14
| |
* | Merge branch 'master' of gnunet.org:gnunetng02019-10-14
|\ \
| * | readd reclaimSchanzenbach, Martin2019-10-14
| | |
* | | Changelogng02019-10-14
| | |
* | | fix the previous uncrustify commit.ng02019-10-14
| | |
* | | gitignore yapfng02019-10-14
| | |
* | | 'make pretty' rule using uncrustify, detect uncrustify in configure script.ng02019-10-14
|/ / | | | | | | closes #5904
* | sort(1) os names.ng02019-10-14
| |
* | fix typo in Changelogng02019-10-14
| |
* | we're at 0.11.xng02019-10-14
| | | | | | | | closes #5801
* | add yapf styleng02019-10-12
| |
* | more python formatng02019-10-12
| |
* | format pythonng02019-10-12
| |
* | yapf format.ng02019-10-12
|/
* Merge branch 'master' of ssh://git.gnunet.org/gnunetxrs2019-10-12
|\
| * add GNUNET_PQ_reconnect_if_downChristian Grothoff2019-10-11
| |
| * libgnunetpq API change to fix #5733Christian Grothoff2019-10-11
| |
| * we probably want to actually test the syncSchanzenbach, Martin2019-10-11
| |
| * fix non deterministic testSchanzenbach, Martin2019-10-11
| |
| * add bug refSchanzenbach, Martin2019-10-11
| |
| * make test compatible with macosSchanzenbach, Martin2019-10-11
| |
| * add namestore rest testsSchanzenbach, Martin2019-10-11
| |
| * fix rest; uncrustifySchanzenbach, Martin2019-10-11
| |
| * fix changes in identitiesSchanzenbach, Martin2019-10-11
| |
| * fix primary issue from #5907Christian Grothoff2019-10-09
| |
| * allow to disable IP scan w/ HOLE_EXTERNAL; thanks Corvus CoraxSchanzenbach, Martin2019-10-08
| |
| * use correct plugin name; thanks Corvus CoraxSchanzenbach, Martin2019-10-08
| |
* | fixed formatting and policy issuesxrs2019-10-12
|/
* indentSchanzenbach, Martin2019-10-07
|
* Removed rest files, updated makefileAndreas Ebner2019-10-07
|
* Renamed credential service to abd, replaced all related functions, ↵Andreas Ebner2019-10-07
| | | | parameters, etc
* Proper print on add callback, fixed return value in .._start, both cases ↵Andreas Ebner2019-10-07
| | | | require same handling therefore same return value
* Fixed testAndreas Ebner2019-10-07
|
* Test cleanup/fix:Andreas Ebner2019-10-07
| | | | | - added missing "- -" to collect for macOS - replaced 'import $SIGNED' with 'import=$SIGNED' to match all other parameters and better visibility
* Cleanup TODOs, bugfix in cleanup and start of bidirectional chain resolution:Andreas Ebner2019-10-07
| | | | | | | - removed and/or implemented all remaining TODOs - fixed a bug in cleanup_handle() which caused to not cleanup correctly when a solution was prematurely found - delegation_chain_bw/fw_resolution_start() not has a return value to indicate whether a solution was prematurely found - cleaned up the test_... files (an additional cleanup commit might follow)
* Bugfixes, changed test reporting behavior, modified intermediate result ↵Andreas Ebner2019-10-07
| | | | | | | | | reporting: - fixed a memory error when serializing the delegations - all tests now handle the returned error code from the gnunet-credential.c via "ret" variable - intermediate reporting excluded during collect message - intermediate reporting now contains the direction (bw/fw)
* Introduction of intermediate result reporting, removed some stuff, new test:Andreas Ebner2019-10-07
| | | | | | - new message, message type and api function to handle intermediate result reporting - removed GNUNET_SIGNATURE_PURPOSE_CREDENTIAL completely and the one usage that was still around - new test: AND with both parts having a bidirectional forward match
* Cleanup and fixes regarding bidirectional search and the test.sh files:Andreas Ebner2019-10-07
| | | | | | | | | | | | - 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