aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_normalization.c
Commit message (Expand)AuthorAge
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
* -fix (C) noticesChristian Grothoff2016-01-19
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* simplify logic, avoid using uninit variableChristian Grothoff2015-02-13
* -allow UINT64_MAX without crashingChristian Grothoff2015-02-11
* -allow UINT64_MAX without crashingChristian Grothoff2015-02-11
* fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS te...Christian Grothoff2015-02-10
* -rename for naming consistencyChristian Grothoff2015-02-08
* simplify normalization logic, also have clients access norm array of address ...Christian Grothoff2015-02-08
* more dead and duplicate code eliminationChristian Grothoff2015-02-08
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* simplify logicChristian Grothoff2015-02-07
* cleaning up gnunet-service-ats_normalization.cChristian Grothoff2015-02-05
* big ATS refactoring, no serious semantic changes should stem from thisChristian Grothoff2015-02-05
* -use static where allowedChristian Grothoff2015-01-22
* use const in api, avoid castChristian Grothoff2015-01-22
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff2014-12-24
* 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 selec...Matthias Wachs2014-05-08
* only call callback on changeMatthias Wachs2014-05-08
* - refine preference calculcations to reflect all clientsMatthias Wachs2014-05-06
* -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
* -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 differ...Matthias Wachs2013-07-04
* proportional solver uses normalized propertiesMatthias Wachs2013-07-03
* changing solver api: remove address hashmap from functions and pass instead w...Matthias Wachs2013-07-03
* 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
* quality normalization without checking if min and max are givenMatthias Wachs2013-06-24
* - fixed info message in testMatthias Wachs2013-06-24