-test skeleton -- disable for now
[oweals/gnunet.git] / src / scalarproduct /
2015-09-05 Christian Grothoff-test skeleton -- disable for now
2015-09-05 Christian Grothoff-test skeleton
2015-09-05 Christian Grothoff-fix computation
2015-09-05 Christian Grothoff-towards ECC variant of SP
2015-09-05 Christian Grothoff-clarify
2015-09-05 Christian Grothoff-redundant
2015-09-05 Christian Grothoff-dead
2015-09-05 Christian Grothoffstarting ECC-variant, but for now just a straight copy
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-06-07 Christian Grothoff-do use loopback for test
2015-06-07 Christian Grothoff-do not use included hellos in test
2015-03-07 Christian Grothoff-fix misc disting issues
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-01-16 Christian Grothofffix #3611
2014-12-23 David BarksdaleRemove work-around for bad NULL definition
2014-12-18 David BarksdaleFix for systems with NULL defined as long
2014-12-17 Christian Grothoff-more benchmarking results
2014-12-16 Christian Grothoff-fix leak on error handling path
2014-12-11 Christian Grothoff-commit with dbg logic
2014-12-11 Christian Grothoff-fix bugs
2014-12-11 Christian Grothoffrespect new CADET limit
2014-12-10 Christian Grothoffmoving away from DEFAULTSERVICES to per-section FORCEST...
2014-12-09 Christian Grothoff-code cleanup, some data
2014-12-09 Christian Grothoff-running at scale...
2014-12-09 Christian Grothoff-handle negative results correctly
2014-12-08 Christian Grothoff-disable vg
2014-12-08 Christian Grothoff-fix leaks
2014-12-08 Christian Grothoff-fix shutdown
2014-12-07 Christian Grothoff-initialize public key
2014-12-07 Christian Grothoff-style, actually call GNUNET_CADET_receive_done to...
2014-12-07 Christian Grothoff-clarify docs
2014-12-07 Christian Grothoff-simplify further, too much checking...
2014-12-07 Christian Grothoff-sending session ID back over same CADET channel is...
2014-12-07 Christian Grothoff-fix FIXMEs
2014-12-07 Bart Polot- disable NSE proof of work in the test
2014-12-07 Christian Grothoff-more SP fixes and todos
2014-12-07 Christian Grothoff-fix some of the obvious issues
2014-12-07 Christian Grothoff-internal logic consistency check
2014-12-06 Christian Grothoff-dead
2014-12-06 Christian Grothoff-mark minor todos
2014-12-06 Christian Grothoffmassive rework of scalarproduct service, splitting...
2014-12-03 Christian Grothoffallocate r and r_prime MPIs before use
2014-12-03 Christian Grothoff-simplify logic
2014-11-30 Christian Grothoff-code cleanups
2014-11-30 Christian Grothoffsimplify logic
2014-11-30 Christian Grothoff-indentation fixes, some fixes to message size checks...
2014-11-30 Christian Grothoff-handle msg NULL
2014-11-27 Christian Grothoffrename element's type field to 'element_type'
2014-11-27 Christian Grothoffeliminating useless salt argument, salt can be generate...
2014-10-25 Christian Grothoff-fix ftbfs
2014-10-05 Christian Grothoff-init rand
2014-09-13 Christian Grothofffixing parallel build, getting rid of useless _DEPENDEN...
2014-06-17 Christian Grothoff-fix use after free
2014-06-08 Christian Fuchs- more scalarproduct bugfixing
2014-05-27 Christian Fuchs- no hton conversion for the set-API-add function
2014-05-26 Christian Fuchs- fixed the same bug on bob's side as on alice's side...
2014-05-26 Christian Fuchs- removed double-free after set has freed its set already
2014-05-26 Christian Fuchs- fixed bug in set which allows a peer to generate...
2014-05-26 Christian Fuchs- SP now uses the correct msg type for session initiali...
2014-05-24 Christian Grothoff-a bit more towards following coding conventions
2014-05-24 Christian Grothoffcleaning up scalar product client API
2014-05-24 Christian Grothoff-doxygen, some additional error checking
2014-05-20 Christian Fuchs- forgot to set concluded intersection OP to NULL
2014-05-20 Christian Fuchs- removed now obsolete check for the element count...
2014-05-20 Christian Fuchs- removed redundant and bugged check from SP intersecti...
2014-05-12 Christian Fuchs- removed some optional parts from the SP test config
2014-05-08 Christian Fuchs- updated SP testcases to comply with the new key/value...
2014-05-08 Christian Fuchs- updated error reporting functionality for the service
2014-05-08 Christian Fuchs- added proper error reporting to the service
2014-05-08 Christian Fuchs- proper service-side error reporting for the SP API
2014-05-08 Christian Fuchs- added status field to SP result messages
2014-05-07 Christian Fuchs- session->remote_pubkey is not kept independently...
2014-05-07 Christian Fuchs- more abnormal session-termination handling
2014-05-07 Christian Fuchs- sessions now terminate correctly for both sides if...
2014-05-07 Bart Polot- update renaming to new version of scalarproduct
2014-05-07 Bart Polot- rename also contents of config files, update config...
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...
next