aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/gnunet-service-scalarproduct.c
Commit message (Collapse)AuthorAge
* -clarify prescedenceChristian Grothoff2013-12-08
|
* -rename enum MeshOption to GNUNET_MESH_ChannelOption to ensure we use ↵Christian Grothoff2013-12-08
| | | | GNUNET_MESH_ prefix as we should
* -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 ↵Christian Grothoff2013-12-05
| | | | always false
* -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
| | | | | | | | SP now properly resets a couple of freed values fixed a double-free fixed a logics bug in handle_service_response
* fixed a double-freeChristian Fuchs2013-10-17
| | | | | | | removed a redundant memcpy free_session_variables always resets the freed pointers to NULL
* complete testcase template, currently functionally blocked by two issues in ↵Christian Fuchs2013-10-16
| | | | | | | | the testbed profiler renamed a couple of cariables
* updated test-config template for scalarproductChristian Fuchs2013-10-15
| | | | | added declaration of GNUNET_TESTING_PREFIX to the test script
* more work on doxygenization for SPChristian Fuchs2013-10-14
|
* second part of function comment doxygenizationChristian Fuchs2013-10-14
| | | | | | more formatting work
* finished multipart message reworkingChristian Fuchs2013-10-14
| | | | | | | | couple of enhancements to formatting updated half the function comments inlined/removed generate_random_vector, as it was only called from one source
* simplified SP cleanup a bitChristian Fuchs2013-10-10
| | | | | | added a logics fix
* extended cleanup function to take care of new variables in session structureChristian Fuchs2013-10-09
| | | | | better cleanup for multipart handling
* more changes to support multipart messagingChristian Fuchs2013-10-09
|
* made the service more resilient against out of order and simply incorrect ↵Christian Fuchs2013-10-09
| | | | | | | | | messages messages that arrive out of sync with the state machine are supressed and logged fixed a couple of little bugs more work on the SP multipart message support
* couple of summary fixes to the previous changesChristian Fuchs2013-10-08
|
* onwards towards victory... more multipart receiving...Christian Fuchs2013-10-08
|
* more multipart workChristian Fuchs2013-10-08
|
* removed a couple of excess variable declarationsChristian Fuchs2013-10-08
|
* How much wood... more work on multipart receivingChristian Fuchs2013-10-08
|
* more work on multipart receivingChristian Fuchs2013-10-08
|
* work on multipart request receivingChristian Fuchs2013-10-08
|
* more work towards multipart sending, this time the service response.Christian Fuchs2013-10-07
| | | | | added two stubs for the multipart chunk receiving message handlers
* finished service request multipart message sendingChristian Fuchs2013-10-07
|
* towards multipart messagesChristian Fuchs2013-10-07
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* renaming GNUNET_CRYPTO_get_host_identity to GNUNET_CRYPTO_get_peer_identityChristian Grothoff2013-10-06
|
* more work on multipart supportChristian Fuchs2013-10-04
|
* added first part of multipart-message support to SPChristian Fuchs2013-10-04
| | | | | | | extended and renamed properties in existing structs and message formats for multipart support fixed a memory leak
* -spell param(eter) correctlyChristian Grothoff2013-10-01
|
* removed old, deprecated SP testsChristian Fuchs2013-09-17
| | | | | | added new test which is only a bash script and computes the vectorproduct. TODO: proper logging output, add a second test that kills one service instance
* scalar product service now terminates correctly again, an if got into the ↵Christian Fuchs2013-09-17
| | | | wrong loop.
* SP-client now reads the result from the correct offset (msg vs. message...)Christian Fuchs2013-09-16
| | | | | | upon shutdown, the server-API no longer crashes the SP-service by calling the client-disconnect handler with a &client == NULL
* excluded test cases for SP for now, while it does not fully work yetChristian Fuchs2013-09-16
| | | | | SP service now properly checks for half-finished sessions in the tunnel teardown handler for alice.
* bugfix, forgot to reset a variableChristian Fuchs2013-09-12
|
* removed a couple of extra checks from the SP-apiChristian Fuchs2013-09-11
| | | | | | fixed a silly bug in the SP-client removed two incorrect frees in the SP-service
* SP-service: converted integer types from 16 to 32bit unsigned whereever neededChristian Fuchs2013-09-11
|
* sanitized the scalarproduct clientChristian Fuchs2013-09-09
| | | | | | | fixed a typo in the SP API changed SP-service to always use GCRYMPI_FMT_STD when sending the result back to client. Even though gcry currently can not print negative numbers, we can just remove the if-else block above it once that's supported
* ... and more work, rework should now be OK, testing Christian Fuchs2013-09-09
|
* more reworking of the service's state machineChristian Fuchs2013-09-09
|