aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_scalarproduct_service.h
Commit message (Collapse)AuthorAge
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* BUILD: Improve platform-specific includesMartin Schanzenbach2022-12-01
| | | | | | | | | | | This change allows third party programs to use gnunet either with the platform header from the sources used to build to gnunet, or use their own platform header by defining GNUNET_CUSTOM_PLATFORM_H which will be included in its stead. This also means that programs no longer must include "platform.h" (or similar) manually. The change (should be) backwards compatible to some degree. Fixes #4615
* -DOC: Documentation cleanup pass through SCALARPRODUCT subsystemWillow Liquorice2022-10-03
|
* SCALARPRODUCT: migrating logic from libgcrypt to libsodium (#6818).Christian Grothoff2021-04-18
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* -fix minor issuesChristian Grothoff2016-09-20
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* doxygen: group/module definitions (part 2)Gabor X Toth2016-01-12
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -style, actually call GNUNET_CADET_receive_done to receive more messagesChristian Grothoff2014-12-07
|
* -more SP fixes and todosChristian Grothoff2014-12-07
|
* cleaning up scalar product client APIChristian Grothoff2014-05-24
|
* WIP commit of scalar product 2.0. It is unfinished and does not yet pass ↵Christian Fuchs2014-05-07
| | | | | | | | | | | tests. This commit happens because of the move from mesh->cadet. - reverted SP API back to the original design from 2012 (using key-value pairs) - SP now uses set intersection to determine common elements from the set provided by the user - values are sorted based on their keys after intersection - removed state tracking, as simple tracking is now insufficient. Just checking for conditions directly is easier readable and less buggy - modified/renamed SP message types to reflect the changed behavior of SP
* missing struct definition in gnunet_scalarproduct_service.hFlorian Dold2014-03-11
|
* -indentations, comments on APIChristian Grothoff2013-12-05
|
* more doxygen compliance, should no longer generate warnings, except for one ↵Christian Fuchs2013-10-14
| | | | wired warning which is not in the sourcecode, will talk to christian grothoff about that
* more work on doxygenization for SPChristian Fuchs2013-10-14
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* re-added collective disconnect command to the scalarproduct APIChristian Fuchs2013-09-03
| | | | | | | | | adapted the scalarproduct client to use the new API modified scalarproduct.h to include proper logging for gcrypt errors cancel is now quiet added proper gcry logging to the SP-API
* rewrote API minus cancel functionChristian Fuchs2013-09-02
|
* removed much of the excell logics in the scalar product APIChristian Fuchs2013-09-02
| | | | | | | | finished the the alice/bob API initiation functions in the SP API merged structes in SP API reorganized SP bookkeeping of computations
* remmoved deprecated headerfile from scalarproductChristian Fuchs2013-09-02
| | | | | updated includes where appropiate
* moved scalar-product protocol definitions to scalarproduct.hChristian Fuchs2013-09-02
| | | | | moved service-structures to gnunet-service-scalarproduct.c
* updated API definitions as part of the API reworkChristian Fuchs2013-09-02
|
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* -more vector -> scalar renamingChristian Grothoff2013-08-23
|
* -starting to rename vectorproduct to scalarproduct, as this is not doing a ↵Christian Grothoff2013-08-23
cross product