aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/gnunet-service-scalarproduct.c
Commit message (Expand)AuthorAge
* -fix use after freeChristian Grothoff2014-06-17
* - more scalarproduct bugfixingChristian Fuchs2014-06-08
* - no hton conversion for the set-API-add functionChristian Fuchs2014-05-27
* - removed double-free after set has freed its set alreadyChristian Fuchs2014-05-26
* - fixed bug in set which allows a peer to generate a malformed session setupChristian Fuchs2014-05-26
* - SP now uses the correct msg type for session initializationChristian Fuchs2014-05-26
* -a bit more towards following coding conventionsChristian Grothoff2014-05-24
* cleaning up scalar product client APIChristian Grothoff2014-05-24
* -doxygen, some additional error checkingChristian Grothoff2014-05-24
* - forgot to set concluded intersection OP to NULLChristian Fuchs2014-05-20
* - removed now obsolete check for the element count for an scalarproduct calcu...Christian Fuchs2014-05-20
* - removed redundant and bugged check from SP intersection handlingChristian Fuchs2014-05-20
* - removed some optional parts from the SP test configChristian Fuchs2014-05-12
* - updated error reporting functionality for the serviceChristian Fuchs2014-05-08
* - added proper error reporting to the serviceChristian Fuchs2014-05-08
* - session->remote_pubkey is not kept independently from the service structureChristian Fuchs2014-05-07
* - more abnormal session-termination handlingChristian Fuchs2014-05-07
* - sessions now terminate correctly for both sides if invalid/unexpected msgs ...Christian Fuchs2014-05-07
* - update renaming to new version of scalarproductBart Polot2014-05-07
* WIP commit of scalar product 2.0. It is unfinished and does not yet pass test...Christian Fuchs2014-05-07
* - removed custom crypto functionality in scalarproductChristian Fuchs2014-03-07
* -fix FTBFSChristian Grothoff2014-03-07
* - extended paillier-api to also include caller-suggested maximum supported homsChristian Fuchs2014-02-04
* - more partially replacing of pailier-encryption functionality in scalarprodu...Christian Fuchs2014-02-03
* - begun migrating scalarproduct to use crypto_paillier and set intersectionChristian Fuchs2014-02-03
* -clarify prescedenceChristian Grothoff2013-12-08
* -rename enum MeshOption to GNUNET_MESH_ChannelOption to ensure we use GNUNET_...Christian Grothoff2013-12-08
* -fix indentationChristian Grothoff2013-12-06
* -initialize to NULL to use non-free if 'goto except' is hitChristian Grothoff2013-12-05
* -r and r_prime were captured in request, do not free hereChristian Grothoff2013-12-05
* -r was captured in request, do not free hereChristian Grothoff2013-12-05
* -fixing earlier fixChristian Grothoff2013-12-05
* -trying to fix leaksChristian Grothoff2013-12-05
* -typoChristian Grothoff2013-12-05
* use 'svalue' that is actually a signed integer, as otherwise cmp with 0 is al...Christian Grothoff2013-12-05
* -simplify codeChristian Grothoff2013-12-05
* -dead assignment (and leak), reported by clangChristian Grothoff2013-12-05
* - change mesh channel creation/notification APIBart Polot2013-12-05
* Use encrypted MESH by defaultBart Polot2013-11-14
* finished SP-testcaseChristian Fuchs2013-10-18
* fixed a double-freeChristian Fuchs2013-10-17
* complete testcase template, currently functionally blocked by two issues in t...Christian Fuchs2013-10-16
* updated test-config template for scalarproductChristian Fuchs2013-10-15
* more work on doxygenization for SPChristian Fuchs2013-10-14
* second part of function comment doxygenizationChristian Fuchs2013-10-14
* finished multipart message reworkingChristian Fuchs2013-10-14
* simplified SP cleanup a bitChristian Fuchs2013-10-10
* extended cleanup function to take care of new variables in session structureChristian Fuchs2013-10-09
* more changes to support multipart messagingChristian Fuchs2013-10-09
* made the service more resilient against out of order and simply incorrect mes...Christian Fuchs2013-10-09