aboutsummaryrefslogtreecommitdiff
path: root/src/ats
Commit message (Collapse)AuthorAge
* improved network switchingMatthias Wachs2013-07-11
|
* new function to check if session is known to atsMatthias Wachs2013-07-11
| | | | | | | | required for two reasons: we cannot update metrics for validation sessions since these are not known to ats a remote peer can decide to use an inbound validation session to transmit data, so we have to add the session to ats if we receive payload on a session
* added bt quotaMatthias Wachs2013-07-11
|
* fixing uninitialized valuesMatthias Wachs2013-07-11
|
* move error reporting to client, since now it's the plugins fault if sessions ↵Matthias Wachs2013-07-10
| | | | are unknown
* do not add or update if sessions are equalMatthias Wachs2013-07-09
|
* fixed adding addresses with updated networksMatthias Wachs2013-07-09
|
* -doxygenChristian Grothoff2013-07-08
|
* more doxygen documentationMatthias Wachs2013-07-05
|
* doxygen documentationMatthias Wachs2013-07-05
|
* improved value updating for unkown values Matthias Wachs2013-07-05
|
* improved network switching for atsMatthias Wachs2013-07-05
|
* documentation + remove unused codeMatthias Wachs2013-07-05
|
* documentation for new solver api in headerMatthias Wachs2013-07-05
|
* updating now works with bulk lockMatthias Wachs2013-07-05
|
* removing debugging breakMatthias Wachs2013-07-05
|
* updating tests to match apiMatthias 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
* multiple fixes:Matthias Wachs2013-07-04
| | | | | | | | | | - read cfg option to dump problem and solution - do not resolve if no requests or addresses - fixed address deletion - implemented function to update single value - fixed preference changes - preference changes now use normalized values
* correct order of address deletion:Matthias Wachs2013-07-04
| | | | | remove, notify, free
* name now reflects functionMatthias Wachs2013-07-04
|
* new function to update a value in the matrixMatthias Wachs2013-07-04
|
* removing breaks and outputMatthias Wachs2013-07-03
|
* proportional solver uses normalized propertiesMatthias Wachs2013-07-03
|
* no valgrindMatthias 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
|
* remove unused fieldsMatthias Wachs2013-07-03
|
* fixing log levelMatthias Wachs2013-07-03
|
* finished buld supportMatthias Wachs2013-07-02
|
* added support for bulk operationsMatthias Wachs2013-07-02
|
* adding functions for bulkmodeMatthias Wachs2013-07-02
|
* fix: do not assert if plugin sends you invalid network typeMatthias Wachs2013-07-02
|
* doxygen fixesMatthias Wachs2013-07-01
|
* fixing memory leak: unused hashmapMatthias Wachs2013-06-28
| | | | | fixing segfault by adding NULL check
* -fixChristian Grothoff2013-06-27
|
* Make building gnunet-testing lib optional.David Barksdale2013-06-27
| | | | | This is all because emscripten doesn't have getaddrinfo.
* fixing coverity 10474 Unused pointer valueMatthias Wachs2013-06-25
|
* reenable address suggestion in testMatthias Wachs2013-06-25
|
* fix for 10472 Structurally dead codeMatthias Wachs2013-06-25
|
* fixing coverity 10444Matthias Wachs2013-06-25
|
* completed normalizing with min max handlinMatthias Wachs2013-06-25
|
* fixed test Matthias Wachs2013-06-25
|
* fix testnameMatthias Wachs2013-06-24
| | | | | fix array out of bounds for test addresses
* 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
|