aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_normalization.c
Commit message (Collapse)AuthorAge
* Remove most of old transport, ATS and PEERINFO. Disable TESTBED and related ↵Martin Schanzenbach2023-10-04
| | | | tests
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* memcmp() -> GNUNET_memcmp(), first takeJulius Bünger2019-04-26
|
* 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 ↵Christian Grothoff2015-02-10
| | | | testcases yet
* -rename for naming consistencyChristian Grothoff2015-02-08
|
* simplify normalization logic, also have clients access norm array of address ↵Christian Grothoff2015-02-08
| | | | directly
* 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 ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* 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
|