aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_addresses.c
Commit message (Collapse)AuthorAge
...
* idea: try to prefer 'newer' addresses to improve mobility issuesMatthias Wachs2013-12-18
| | | | | adding time of add and time of last activity information, to allow to choose 'newer' address
* accept all requests, reduce log levelMatthias Wachs2013-12-13
|
* -dead assignment, reported by clangChristian Grothoff2013-12-05
|
* -dead assignment, reported by clangChristian Grothoff2013-12-05
|
* correct order of quotasMatthias Wachs2013-12-04
|
* reduce log level to debugMatthias Wachs2013-12-03
|
* evaluationMatthias Wachs2013-11-19
|
* get normalized pref per clientMatthias Wachs2013-11-19
|
* preference client management and testMatthias Wachs2013-11-19
|
* - reduce debug level in proportional Matthias Wachs2013-11-19
| | | | | | - store pref client in DLL - remove disconnected clients
* preference iterationMatthias Wachs2013-11-18
|
* improved evalutionMatthias Wachs2013-11-18
|
* utilization Matthias Wachs2013-11-18
|
* allocation evaluationMatthias Wachs2013-11-18
|
* doxygenMatthias Wachs2013-11-08
|
* splitting up calculation and notification for proportional solver to ensure ↵Matthias Wachs2013-11-07
| | | | measurement correctness
* fix and eval functionMatthias Wachs2013-11-07
|
* clean upMatthias Wachs2013-10-30
|
* move definitionMatthias Wachs2013-10-29
|
* renamingMatthias Wachs2013-10-09
|
* ats solver are now implemented as pluginsMatthias Wachs2013-10-08
| | | | | initial commit: tests pass, no crashes with tests ...
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -getting ATS and transport to compile again (part of #3047)Christian Grothoff2013-09-30
|
* next testMatthias Wachs2013-09-26
|
* modifications to addresses and proportional solverMatthias Wachs2013-09-26
|
* indentMatthias Wachs2013-09-25
|
* indentMatthias Wachs2013-09-16
|
* speed up address suggestionsMatthias Wachs2013-09-16
|
* indent: tab to spacesMatthias Wachs2013-09-16
|
* add disconnect messageMatthias Wachs2013-09-16
|
* address was no set to inactiveMatthias Wachs2013-09-13
|
* remove not required assignmentsMatthias Wachs2013-09-12
| | | | | changes to log level
* - bulk deletion for all addressesMatthias Wachs2013-09-12
| | | | | - no break, since solve can be called when addresses is empty due to autosolve parameter
* improved logging: messages with higher importance changed to infoMatthias Wachs2013-09-12
|
* added GAS_ril_addresses_preference_feedback() handleFabian Oehlmann2013-09-10
|
* renaming according to new speakMatthias Wachs2013-09-10
|
* ats_ril: started ats reinforcement learning solverFabian Oehlmann2013-09-09
|
* updated experimentation testsMatthias Wachs2013-08-30
| | | | | added scope time for feedback api
* ATS service calls solver with feedbackMatthias Wachs2013-08-29
|
* implemented feedback API, but not yet calling solverMatthias Wachs2013-08-29
|
* dead assignmentMatthias Wachs2013-08-19
|
* improved network switchingMatthias Wachs2013-07-11
|
* do not add or update if sessions are equalMatthias Wachs2013-07-09
|
* fixed adding addresses with updated networksMatthias Wachs2013-07-09
|
* doxygen documentationMatthias Wachs2013-07-05
|
* documentation + remove unused codeMatthias Wachs2013-07-05
|
* removing debugging breakMatthias Wachs2013-07-05
|
* split up update function and using normalized valuesMatthias Wachs2013-07-05
|
* major change to solver api: split _update function since it combined 3 ↵Matthias Wachs2013-07-04
| | | | | | | different functionalities proportional almost done, mlp to do
* correct order of address deletion:Matthias Wachs2013-07-04
| | | | | remove, notify, free