aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* - client-side implementation of peer queriesBart Polot2014-01-30
|
* - tunnel is a boolean (int)Bart Polot2014-01-30
|
* - service-side implementation of peer queriesBart Polot2014-01-30
|
* - document tunnel internal APIBart Polot2014-01-30
| | | | - change iterator parameter order
* - show connections and channels on stdoutBart Polot2014-01-30
|
* - change tunnel API to pass connection and channel payloadBart Polot2014-01-30
|
* - use variables to cound ch, connsBart Polot2014-01-30
| | | | - use ntohs for tunnel state
* - copy peer id from requestBart Polot2014-01-30
|
* - use response struct sizeBart Polot2014-01-30
|
* - fix show tunnelBart Polot2014-01-30
|
* - don't show output on stdout in case of errorBart Polot2014-01-30
| | | | - terminate after response
* - verbose logBart Polot2014-01-30
|
* - use correct data typeBart Polot2014-01-30
|
* -revert of address_bw additionFabian Oehlmann2014-01-29
|
* - purged leftover plaintext container for pailier.Christian Fuchs2014-01-29
|
* - formattingChristian Fuchs2014-01-29
| | | | - forgot to reduce the possible homomorphic opts by one, as a badly chosen n might sometimes corrupt the final operation using a simple check. As the overall calculation of possible hom. opts is pessimist anyway and might become rather inaccurate if many operations are performed, reducing the prediction by one is acceptable.
* - re-added testcase for crypto-paillierChristian Fuchs2014-01-29
| | | | | - fixed remaining pailier-test bug - now: achieve world domination or off to new shores
* - omitted test for crypto_paillier for now... Christian Fuchs2014-01-29
|
* transport reliabilities checkenFabian Oehlmann2014-01-28
|
* higher initialization of bandwidthFabian Oehlmann2014-01-28
|
* Implemented logic to randomly choose a friend.Supriti Singh2014-01-28
| | | | | | Modified struct TrailPeerList
* enabling ril and mlp benchmarksMatthias Wachs2014-01-28
|
* modifying hostlist options to surpress warningsMatthias Wachs2014-01-28
|
* renaming options and status variablesMatthias Wachs2014-01-28
|
* renaming options + adding glpk verbose optionMatthias Wachs2014-01-28
|
* fix: only include peers with requests and addresses available, otherwise ↵Matthias Wachs2014-01-28
| | | | system has no solution due to min_peer restriction
* minor fix in averagingMatthias Wachs2014-01-28
|
* clean up configuration parameters and implementationMatthias Wachs2014-01-28
|
* improved benchmark outputMatthias Wachs2014-01-28
|
* more documentation and minor cleanupsMatthias Wachs2014-01-28
|
* documentation for the performance benchmarkMatthias Wachs2014-01-28
|
* doxygen fixesMatthias Wachs2014-01-28
|
* fix compile errorMatthias Wachs2014-01-28
|
* fix #3283Christian Grothoff2014-01-27
|
* separate update and full resultsMatthias Wachs2014-01-27
|
* logging averageMatthias Wachs2014-01-27
|
* average calculationMatthias Wachs2014-01-27
|
* added multiple iteration support for averagingMatthias Wachs2014-01-27
|
* -Modified struct PeerTrailSetupMessage.Supriti Singh2014-01-27
| | | | | | | | -Modified struct PeerTrailSetupResultMessage. -Added stubs for find_predecessor. -Added comments to understand the flow.
* solving slow shutdown issue: statistic was not destroyedMatthias Wachs2014-01-27
|
* fixes for doxygenMatthias Wachs2014-01-27
|
* Revert "use -Wl on -no-undefined as it is a linker option:"LRN2014-01-27
| | | | | | | This reverts commit 57b1d0dc7f4aa49b5dc0c18225f51951119bd58c. Remove redundant -no-undefined, make sure only the one that gets into Makefiles directly remains, remove -Wl prefix from it.
* use -Wl on -no-undefined as it is a linker option:Christian Grothoff2014-01-26
|
* - wrote a proper test for crypto-paillierChristian Fuchs2014-01-26
|
* - activated testcase for set intersection, as it not works correctlyChristian Fuchs2014-01-26
| | | | | | - some bugfixes for intersection - corrected a logics bug in intersection
* - added testcase for set intersectionChristian Fuchs2014-01-26
|
* - more work on crypto-paillierChristian Fuchs2014-01-26
|
* -eligibility trace fixesFabian Oehlmann2014-01-25
|
* 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
|