- update fs
[oweals/gnunet.git] / src / scalarproduct /
2014-05-07 Bart PolotUpdate all am files
2014-05-07 Christian FuchsWIP commit of scalar product 2.0. It is unfinished...
2014-03-07 Christian Fuchs- removed custom crypto functionality in scalarproduct
2014-03-07 Christian Grothoff-fix FTBFS
2014-02-04 Christian Fuchs- extended paillier-api to also include caller-suggeste...
2014-02-03 Christian Fuchs- more partially replacing of pailier-encryption functi...
2014-02-03 Christian Fuchs- begun migrating scalarproduct to use crypto_paillier...
2014-02-02 LRNFix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX...
2014-01-30 Christian Grothofffix #3284: support lib/MULTIARCH/ paths in installation...
2014-01-24 Sree Harsha Totakurafix #3275 with solution from https://gnunet.org/bugs...
2014-01-21 Christian Fuchs- scalarproduct element container was 1 byte too large
2014-01-17 LRNFix scalarproduct argument parsing (don't scan past...
2013-12-24 Christian Grothoff-make sure to link against right libgcrypt, enable...
2013-12-24 Christian Grothoff-remove trailing whitespace
2013-12-23 Christian Grothoff-fix build system issues
2013-12-19 Christian Fuchs- added extra parameter which i forgot in the previous...
2013-12-19 Christian Fuchs- converted peeridentity from hashcode to eddsa
2013-12-17 Christian Grothoff-do not log at DEBUG in testcases (at least not in...
2013-12-08 Christian Grothoff-clarify prescedence
2013-12-08 Christian Grothoff-clarify prescedence
2013-12-08 Christian Grothoff-rename enum MeshOption to GNUNET_MESH_ChannelOption...
2013-12-06 Christian Grothoff-fix indentation
2013-12-05 Christian Grothoff-initialize to NULL to use non-free if 'goto except...
2013-12-05 Christian Grothoff-r and r_prime were captured in request, do not free...
2013-12-05 Christian Grothoff-r was captured in request, do not free here
2013-12-05 Christian Grothoff-fixing earlier fix
2013-12-05 Christian Grothoff-trying to fix leaks
2013-12-05 Christian Grothoff-add missing break
2013-12-05 Christian Grothoff-add missing break
2013-12-05 Christian Grothoff-typo
2013-12-05 Christian Grothoffuse 'svalue' that is actually a signed integer, as...
2013-12-05 Christian Grothoff-simplify code
2013-12-05 Christian Grothoff-do not leak 'mask' array
2013-12-05 Christian Grothoff-indentation fixes
2013-12-05 Christian Grothoff-do not leak 'elements' array
2013-12-05 Christian Grothoff-fixing indentation
2013-12-05 Christian Grothoff-dead assignment (and leak), reported by clang
2013-12-05 Bart Polot- change mesh channel creation/notification API
2013-11-14 Bart PolotUse encrypted MESH by default
2013-11-14 Christian Grothoff-be less insanely verbose, especially wrt util
2013-10-18 Christian Fuchsremoved final non functional dead leftover code from...
2013-10-18 Christian Fuchsadded testcase for negative scalarproducts
2013-10-18 Christian Fuchsfixed PID checking and this the kill feature
2013-10-18 Christian Fuchsfixed type in SP-test template
2013-10-18 Christian Fuchsfinished SP-testcase
2013-10-17 Christian Fuchsfixed a double-free
2013-10-16 Christian Fuchscomplete testcase template, currently functionally...
2013-10-15 Christian Fuchsmore work on the sp_test
2013-10-15 Christian Fuchsupdated config file for changed name of scalar/vectorpr...
2013-10-15 Christian Fuchsupdated test-config template for scalarproduct
2013-10-14 Christian Fuchsmore doxygen compliance, should no longer generate...
2013-10-14 Christian Fuchsadded/updated comments in SP client for doxygenization
2013-10-14 Christian Fuchsmore work on doxygenization for SP
2013-10-14 Christian Fuchssecond part of function comment doxygenization
2013-10-14 Christian Fuchsfinished multipart message reworking
2013-10-10 Christian Fuchssimplified SP cleanup a bit
2013-10-09 Christian Fuchsextended cleanup function to take care of new variables...
2013-10-09 Christian Grothofflast XDG change: use GNUNET_RUNTIME_DIR instead of...
2013-10-09 Christian Grothoffmigrating towards XDG configuration specification ...
2013-10-09 Christian Fuchsmore changes to support multipart messaging
2013-10-09 Christian Fuchsmade the service more resilient against out of order...
2013-10-08 Christian Fuchscouple of summary fixes to the previous changes
2013-10-08 Christian Fuchsonwards towards victory... more multipart receiving...
2013-10-08 Christian Fuchsmore multipart work
2013-10-08 Christian Fuchsremoved a couple of excess variable declarations
2013-10-08 Christian FuchsHow much wood... more work on multipart receiving
2013-10-08 Christian Fuchsmore work on multipart receiving
2013-10-08 Christian Fuchswork on multipart request receiving
2013-10-07 Christian Fuchsmore work towards multipart sending, this time the...
2013-10-07 Christian Fuchsfinished service request multipart message sending
2013-10-07 Christian Fuchstowards multipart messages
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-10-06 Christian Grothoffrenaming GNUNET_CRYPTO_get_host_identity to GNUNET_CRYP...
2013-10-04 Christian Fuchsmore work on multipart support
2013-10-04 Christian Fuchsadded first part of multipart-message support to SP
2013-10-01 Christian Grothoff-spell param(eter) correctly
2013-09-27 Christian Grothoff-undo #29640, somehow causes problems
2013-09-26 Christian Grothoffmoving from abstract unix domain socket paths to normal...
2013-09-17 Christian Fuchsremoved old, deprecated SP tests
2013-09-17 Christian Fuchsscalar product service now terminates correctly again...
2013-09-16 Florian Dold- replace deprecated INCLUDES with AM_CPPFLAGS
2013-09-16 Christian Fuchsfixed a possible free-of-null in the SP-API
2013-09-16 Christian FuchsSP-client now reads the result from the correct offset...
2013-09-16 Christian Fuchsexcluded test cases for SP for now, while it does not...
2013-09-12 Christian Fuchsbugfix, forgot to reset a variable
2013-09-11 Christian Fuchsthe key entry in GNUNET_SCALARPRODUCT_ComputationHandle...
2013-09-11 Christian Fuchsremoved a couple of extra checks from the SP-api
2013-09-11 Christian FuchsSP-service: converted integer types from 16 to 32bit...
2013-09-11 Christian Fuchsadjusted integer types in the SP-client
2013-09-11 Christian Fuchsadded propper shutdown task to SP-client
2013-09-09 Christian Fuchsminichange
2013-09-09 Christian Fuchssanitized the scalarproduct client
2013-09-09 Christian Fuchs... and more work, rework should now be OK, testing
2013-09-09 Christian Fuchsmore reworking of the service's state machine
2013-09-06 LRNRemove generated config file
2013-09-05 Christian Fuchsmore rework of the logics
2013-09-05 Christian Fuchsmore work on the state machine.
2013-09-05 Christian Fuchsreworked task housekeeping\
2013-09-05 Christian Grothoff-discussions on cleanup
2013-09-05 Christian Fuchsservice no longer asserts if it can not convert the...
next