aboutsummaryrefslogtreecommitdiff
path: root/src/ats
Commit message (Collapse)AuthorAge
* doxygen fixesMatthias Wachs2014-03-20
|
* fixed check for destruction of inbound addressesMatthias Wachs2014-03-20
|
* -add missing headerChristian Grothoff2014-03-07
|
* RIL is allowed to set bandwidth to zeroMatthias Wachs2014-02-18
|
* - fixed warning about missing return valuesFabian Oehlmann2014-02-13
|
* - better variable namesFabian Oehlmann2014-02-12
| | | | | - fast start - utilization in utility
* basic loggingMatthias Wachs2014-02-11
|
* + setting preferenceMatthias Wachs2014-02-11
| | | | | | + set preference example + adding client_id to suport multiple applications
* propertiesMatthias Wachs2014-02-11
|
* property enforcementMatthias Wachs2014-02-11
|
* commit before removing address ids Matthias Wachs2014-02-11
|
* address managementMatthias Wachs2014-02-11
|
* improved quota loading + requesting and stopping address suggestionsMatthias Wachs2014-02-11
|
* some additional information about quotaMatthias Wachs2014-02-11
|
* adding and deleting address from solverMatthias Wachs2014-02-11
|
* improved episode parsingMatthias Wachs2014-02-11
| | | | | added request support
* fixing property generationMatthias Wachs2014-02-11
|
* logging taskMatthias Wachs2014-02-11
|
* enforcing correct generator typeMatthias Wachs2014-02-11
|
* - Declare dependencies.Sree Harsha Totakura2014-02-10
| | | | | Local dependencies should not be prefixed with $(top_builddir) path.
* property generationMatthias Wachs2014-02-07
|
* preference generation implemented Matthias Wachs2014-02-07
|
* example experimentMatthias Wachs2014-02-07
|
* experiment loading completeMatthias Wachs2014-02-07
|
* preference parsingMatthias Wachs2014-02-07
|
* moved eval tool to atsMatthias Wachs2014-02-07
|
* -fix merge mistakeFabian Oehlmann2014-02-03
|
* -minor renamingsFabian Oehlmann2014-02-03
| | | | | -default parameters set to better values -exploration decay added
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* stats can be NULL if [statistics] DISABLE=YESDavid Barksdale2014-02-01
|
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* extending bandwidth tracker api to support notificationsMatthias Wachs2014-01-30
|
* -revert of address_bw additionFabian Oehlmann2014-01-29
|
* transport reliabilities checkenFabian Oehlmann2014-01-28
|
* higher initialization of bandwidthFabian Oehlmann2014-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
|
* 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
|
* solving slow shutdown issue: statistic was not destroyedMatthias Wachs2014-01-27
|
* -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&#'