aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
| | | | | | sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
* added check if service is runningMatthias Wachs2014-01-24
|
* Fix dependenciesLRN2014-01-24
|
* refactoringFabian Oehlmann2014-01-23
|
* enforcing operationsMatthias Wachs2014-01-23
|
* example experimentMatthias Wachs2014-01-23
|
* implementing operations, episodes...Matthias Wachs2014-01-23
|
* fixing test case loggingMatthias Wachs2014-01-23
|
* new logging functionalityMatthias Wachs2014-01-23
|
* - add peers info to mesh CLI and APIBart Polot2014-01-23
|
* - small CLI fixesBart Polot2014-01-23
|
* - changed option to get all tunnels from -i to -TBart Polot2014-01-23
|
* experimentation basicsMatthias Wachs2014-01-23
|
* put traffic generation in separate fileMatthias Wachs2014-01-23
|
* traffic generationMatthias Wachs2014-01-23
|
* missing file Matthias Wachs2014-01-23
|
* reverting pogen.shMatthias Wachs2014-01-23
|
* reward function made differentiableFabian Oehlmann2014-01-22
|
* changes to traffic generationMatthias Wachs2014-01-22
|
* fix for evaluationMatthias Wachs2014-01-22
|
* fixes for makefileMatthias Wachs2014-01-22
|
* improvementsMatthias Wachs2014-01-22
|
* - fix tunnel info message typeBart Polot2014-01-22
|
* several fixes and commentsFabian Oehlmann2014-01-21
|
* - ignore gnunet-ats-simBart Polot2014-01-21
|
* fixes for ats measurementMatthias Wachs2014-01-21
|
* fixesMatthias Wachs2014-01-21
|
* not yet finished: moving perf_ats to testingMatthias Wachs2014-01-21
|
* initial preliminary commit for ats testing lib and simulator toolMatthias Wachs2014-01-21
|
* - don't try to rekey loopback tunnels (#3254)Bart Polot2014-01-21
|
* - Test if we are shutting down (on Ctrl-C, for instance)Bart Polot2014-01-21
|
* incomplete code for finger and friend tablesSupriti Singh2014-01-21
|
* should be uint32_tChristian Grothoff2014-01-21
|
* - added logics for homomorphic operation in paillierChristian Fuchs2014-01-21
| | | | - adjusted headers
* - scalarproduct element container was 1 byte too largeChristian Fuchs2014-01-21
| | | | | - added logics to compute the maximum supported number of paillier hom.ops for a ciphertext - updated comments
* GST-based backend does not require opus at compile timeLRN2014-01-21
|
* remove unnecessary mpi conversionFlorian Dold2014-01-21
|
* use paillier private key container in secretsharingFlorian Dold2014-01-21
|
* use paillier public key container in secretsharingFlorian Dold2014-01-21
|
* remove paillier_decrypt in secretsharingFlorian Dold2014-01-21
|
* remove paillier_encrypt in secretsharingFlorian Dold2014-01-21
|
* remove paillier_create in secretsharingFlorian Dold2014-01-21
|
* paillier constants / structs from utilFlorian Dold2014-01-21
|
* - header syncChristian Fuchs2014-01-21
|
* - first extension of paillier with foolproof homomorphism support ↵Christian Fuchs2014-01-21
| | | | | | (ciphertext container carries information on support ops) - adjusted encryt/decrypt functionality to handle gcry_mpi_t, not a plaintext container
* -document libogg requirementChristian Grothoff2014-01-21
|
* add configure test for libogg to fix #3278Christian Grothoff2014-01-21
|
* - wait for conncetion_ACK to start keepalive timerBart Polot2014-01-21
|
* - dont start keepalive on intermediate peersBart Polot2014-01-21
|
* - dont schedule keepalive on connection creation, wait for first creation ↵Bart Polot2014-01-21
| | | | message to be sent