aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_normalization.c
Commit message (Collapse)AuthorAge
* fixing doxygenMatthias Wachs2014-07-24
|
* fixing division by zero in normalizationMatthias Wachs2014-05-16
|
* Minor bigfixes.Andrew Cann2014-05-11
|
* - combining performance selection and stability in proportional address ↵Matthias Wachs2014-05-08
| | | | | | | selection - adding stbility tolerance configuration setting
* only call callback on changeMatthias Wachs2014-05-08
|
* - refine preference calculcations to reflect all clientsMatthias Wachs2014-05-06
| | | | | | - refining bandwidth distribution in a network - adding a configurable factor to better respect preferences
* -fix compiler warning: do not return const doubleChristian Grothoff2014-04-23
|
* malloc -> newLRN2013-12-19
|
* -check return values of hashmap operationsChristian Grothoff2013-12-05
|
* doxygenMatthias Wachs2013-12-03
|
* evaluationMatthias Wachs2013-11-19
|
* get normalized pref per clientMatthias Wachs2013-11-19
|
* - reduce debug level in proportional Matthias Wachs2013-11-19
| | | | | | - store pref client in DLL - remove disconnected clients
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -getting ATS and transport to compile again (part of #3047)Christian Grothoff2013-09-30
|
* fixed for loopMatthias Wachs2013-09-26
|
* fixed segfault + improved agingMatthias Wachs2013-09-26
|
* single aging task + indentationMatthias Wachs2013-09-25
|
* remove dead assignmentsMatthias Wachs2013-08-19
|
* major change to solver api: split _update function since it combined 3 ↵Matthias Wachs2013-07-04
| | | | | | | different functionalities proportional almost done, mlp to do
* proportional solver uses normalized propertiesMatthias Wachs2013-07-03
|
* changing solver api: remove address hashmap from functions and pass instead ↵Matthias Wachs2013-07-03
| | | | with init
* function to get normalized properties in solverMatthias Wachs2013-07-03
|
* doxygen fixesMatthias Wachs2013-07-01
|
* fixing coverity 10474 Unused pointer valueMatthias Wachs2013-06-25
|
* fixing coverity 10444Matthias Wachs2013-06-25
|
* completed normalizing with min max handlinMatthias Wachs2013-06-25
|
* implemented ats property normalization with callback to addressMatthias Wachs2013-06-24
| | | | | to do: recalculate min/max to prevent outdated max values have an impact on normalization
* quality normalization without checking if min and max are givenMatthias Wachs2013-06-24
|
* - fixed info message in testMatthias Wachs2013-06-24
| | | | | | - added data structure for property normalization - added property averaging
* basics for quality normalizationMatthias Wachs2013-06-21
|
* doxygen fixesMatthias Wachs2013-06-21
|
* normalization docuMatthias Wachs2013-06-21
|
* fix for crashing perf_ats_mlp Matthias Wachs2013-06-21
|
* renaming mlp solver for consistencyMatthias Wachs2013-06-19
|
* doxygen fixesMatthias Wachs2013-06-19
|
* changesMatthias Wachs2013-06-18
|
* changesMatthias Wachs2013-06-18
|
* (no commit message)Matthias Wachs2013-06-18
|
* proportional solver uses normalizationyMatthias Wachs2013-06-17
|
* changesMatthias Wachs2013-06-17
|
* adding generic normalization support for all solversMatthias Wachs2013-06-14