aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | fix -G usage in testsjospaeth2020-09-04
| | | | |
* | | | | fix implementation of escrow STATUSjospaeth2020-09-04
| | | | |
* | | | | add config param for GNS share expiration timejospaeth2020-09-04
| | | | |
* | | | | don't maintain a plugin's ego list when cleaning upjospaeth2020-09-04
| | | | |
* | | | | fix anchor string parsingjospaeth2020-09-03
| | | | |
* | | | | fix error handling in ESCROW_get_escrow_status()jospaeth2020-09-02
| | | | |
* | | | | fix GNUNET_ESCROW_cancel()jospaeth2020-09-02
| | | | |
* | | | | ESCROW_get() does not need method (as it is stored in anchor)jospaeth2020-09-02
| | | | |
* | | | | minor improvementsjospaeth2020-09-02
| | | | | | | | | | | | | | | | | | | | add static/const
* | | | | fix struct name in the escrow plugin exit pointsjospaeth2020-09-02
| | | | |
* | | | | use anchor struct in restore_private_key()jospaeth2020-09-02
| | | | |
* | | | | remove logging of private keysjospaeth2020-09-02
| | | | |
* | | | | rename escrowAnchor to anchorjospaeth2020-09-02
| | | | |
* | | | | add explanation for the anchor stringjospaeth2020-09-02
| | | | |
* | | | | remove unused methodsjospaeth2020-09-02
| | | | |
* | | | | change structure of struct GNUNET_ESCROW_Anchorjospaeth2020-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | encode method name and ego name in anchor string implement anchor_string_to_data and anchor_data_to_string in escrow_api.c (not plugin-specific)
* | | | | simplify strncmp to strcmpjospaeth2020-08-30
| | | | |
* | | | | minor naming fixjospaeth2020-08-30
| | | | |
* | | | | refactor anchor_string_to_data and anchor_data_to_string in the pluginsjospaeth2020-08-29
| | | | |
* | | | | add egoName to the escrow anchor,jospaeth2020-08-29
| | | | | | | | | | | | | | | | | | | | no need to pass it to the API in case of a GET operation
* | | | | Merge branch 'master' into spaeth/escrow_pluginsjospaeth2020-08-28
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | fix order of namespaces in plugin_rest_identityjospaeth2020-08-28
| | | | | | | | | | | | | | | | | | | | GNUNET_REST_namespace_match() always matched to the first namespace for GET
| * | | | rename reclaim_attestation in POTFILES.injospaeth2020-08-28
| | | | |
| * | | | add gnsrecord-tvg and revocation-tvg to .gitignorejospaeth2020-08-28
| | | | |
| * | | | change uri structs to match conventionsJonathan Buchanan2020-08-27
| | | | |
| * | | | use (and "GNUnet-ify") libyuarel as a basepoint for uri parsingJonathan Buchanan2020-08-26
| | | | |
| * | | | remove const from query string in GNUNET_uriJonathan Buchanan2020-08-24
| | | | |
| * | | | header for uri parserJonathan Buchanan2020-08-24
| | |_|/ | |/| |
| * | | add function GNUNET_CURL_extend_headers()Christian Grothoff2020-08-23
| | | |
| * | | reclaim: Attestations now called credentials. Credentials are presented to ↵Martin Schanzenbach2020-08-20
| | | | | | | | | | | | | | | | third parties as presentations.
| * | | - towards separation between credentials and presentations thereof, wip, ftbfsMartin Schanzenbach2020-08-20
| | | |
| * | | -implement the symmetric option in setuChristian Grothoff2020-08-19
| | | |
| * | | -fix more linksChristian Grothoff2020-08-19
| | | |
| * | | -fix linksChristian Grothoff2020-08-19
| | | |
| * | | -document seti/setu in structureChristian Grothoff2020-08-19
| | | |
| * | | break out chapters on SETI and SETUI from SET chapterChristian Grothoff2020-08-19
| | | |
| * | | -add API todoChristian Grothoff2020-08-19
| | | |
| * | | -fix ftbfsChristian Grothoff2020-08-19
| | | |
| * | | change scalarproduct to use seti service in lieu of deprecated set serviceChristian Grothoff2020-08-19
| | | |
| * | | change revocation logic to use setu service in lieu of deprecated set serviceChristian Grothoff2020-08-19
| | | |
| * | | fix seti testcaseChristian Grothoff2020-08-19
| | | |
| * | | -fix set/seti migration issuesChristian Grothoff2020-08-19
| | | |
| * | | -fix test FTBFSChristian Grothoff2020-08-19
| | | |
| * | | -fix FTBFS for setiChristian Grothoff2020-08-19
| | | |
| * | | -fix FTBFS for setiChristian Grothoff2020-08-19
| | | |
| * | | -splitting of set intersection functionality from set service (not yet ↵Christian Grothoff2020-08-18
| | | | | | | | | | | | | | | | finished, FTBFS)
| * | | splitting of set intersection functionality from set service (not yet ↵Christian Grothoff2020-08-18
| | | | | | | | | | | | | | | | finished, FTBFS)
| * | | -refactor a bit moreChristian Grothoff2020-08-18
| | | |
| * | | -refactor to eliminate code no longer needed after set->setu specializationChristian Grothoff2020-08-18
| | | |
| * | | -indentationChristian Grothoff2020-08-18
| | | |