aboutsummaryrefslogtreecommitdiff
path: root/src/ats
Commit message (Collapse)AuthorAge
...
* eliminate super-lazy functionsChristian Grothoff2015-02-08
|
* clean up find_quality_property_index and get_active_address_itChristian Grothoff2015-02-08
|
* cleaning up get_active_addressChristian Grothoff2015-02-08
|
* cleaning up address_decrementChristian Grothoff2015-02-08
|
* check for nanChristian Grothoff2015-02-08
|
* avoid several linear scans and allocations by combining AddressWrapper and ↵Christian Grothoff2015-02-08
| | | | asi structs
* use new 'get_connectivity' API which is also RC-counting, instead of another mapChristian Grothoff2015-02-08
|
* expose connectivity desire of clients to ATS pluginsChristian Grothoff2015-02-08
|
* -clarify APIChristian Grothoff2015-02-08
|
* cleaning up preference_peers as well once they are no longer neededChristian Grothoff2015-02-08
|
* cleaning up gnunet-service-ats_preferences.cChristian Grothoff2015-02-08
|
* -adding comments, minor cleanup startChristian Grothoff2015-02-08
|
* -fix config, shutdown issueChristian Grothoff2015-02-08
|
* -rename for naming consistencyChristian Grothoff2015-02-08
|
* fix testcase FTBFSChristian 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
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* DCEChristian Grothoff2015-02-07
|
* deduplicate code for quota parsingChristian Grothoff2015-02-07
|
* deduplicate code for quota parsingChristian Grothoff2015-02-07
|
* minor cleanupChristian Grothoff2015-02-07
|
* simplify logic: just use string directly for the plugin nameChristian Grothoff2015-02-07
|
* use lower-caseChristian Grothoff2015-02-07
|
* simplify logicChristian Grothoff2015-02-07
|
* simplify logicChristian Grothoff2015-02-07
|
* test ATS tests to pass againChristian Grothoff2015-02-06
|
* -fix ril delete address handlingChristian Grothoff2015-02-06
|
* -fix misc minor crashesChristian Grothoff2015-02-06
|
* -fixing silly NPEsChristian Grothoff2015-02-06
|
* get rid of stupid network[i]=i arrayChristian Grothoff2015-02-06
|
* -use only one nc per clientChristian Grothoff2015-02-06
|
* -fix segvChristian Grothoff2015-02-06
|
* first pass at cleaning up ATS plugin APIChristian Grothoff2015-02-05
|
* starting with cleaning up gnunet-service-ats_preferences.cChristian Grothoff2015-02-05
|
* starting with cleaning up gnunet-service-ats_preferences.cChristian Grothoff2015-02-05
|
* dead code eliminationChristian Grothoff2015-02-05
|
* dead code eliminationChristian Grothoff2015-02-05
|
* avoid void *, use proper type for clientChristian Grothoff2015-02-05
|
* -misc cleanupsChristian Grothoff2015-02-05
|
* cleaning up gnunet-service-ats_normalization.cChristian Grothoff2015-02-05
|
* -move headerChristian Grothoff2015-02-05
|
* separating out feedback from preferencesChristian Grothoff2015-02-05
|
* -cleaning up gnunet-service-ats_performance-*Christian Grothoff2015-02-05
|
* -cleaning up gnunet-service-ats_connectivity-*Christian Grothoff2015-02-05
|
* -cleaning up gnunet-service-ats_addresses.hChristian Grothoff2015-02-05
|
* -cleaning up gnunet-service-ats_addresses.cChristian Grothoff2015-02-05
|
* big ATS refactoring, no serious semantic changes should stem from thisChristian Grothoff2015-02-05
|
* Various changes:Christian Grothoff2015-02-05
| | | | | | | | | | | | | | | - removed "in_use" from being passed to ATS, no longer needed as we tell ATS when we cannot follow a suggestion by removing the address; simplifies the code a lot - better handling of state machine, fallback to primary session if address switch to new session timed out - nicer logging - more comments - new testcase failures, because of #3652, #3651 and #3650 (or more that i missed).