Style fixes (mostly tabs to spaces).
[oweals/gnunet.git] / src / ats /
2015-02-08 Christian Grothoff-further simplify
2015-02-08 Christian Grothoff-further simplify
2015-02-08 Christian Grothoff-getting there...
2015-02-08 Christian Grothoff-simplify flow, redistribute bandwidth after adding...
2015-02-08 Christian Grothoffdo not force disconnect just because client does not...
2015-02-08 Christian Grothoff-simplify flow
2015-02-08 Christian Grothoff-simplify flow
2015-02-08 Christian Grothoff-simplify logic
2015-02-08 Christian Grothoff-useless assertion removal
2015-02-08 Christian Grothoff-indent
2015-02-08 Christian Grothoffchanging s_get API to return void instead of address...
2015-02-08 Christian Grothoff-simplify logic, convert breaks into asserts
2015-02-08 Christian Grothoff-restructuring, adding comments
2015-02-08 Christian Grothoff-remove fprintf
2015-02-08 Christian Grothoffeliminate super-lazy functions
2015-02-08 Christian Grothoffclean up find_quality_property_index and get_active_add...
2015-02-08 Christian Grothoffcleaning up get_active_address
2015-02-08 Christian Grothoffcleaning up address_decrement
2015-02-08 Christian Grothoffcheck for nan
2015-02-08 Christian Grothoffavoid several linear scans and allocations by combining...
2015-02-08 Christian Grothoffuse new 'get_connectivity' API which is also RC-countin...
2015-02-08 Christian Grothoffexpose connectivity desire of clients to ATS plugins
2015-02-08 Christian Grothoff-clarify API
2015-02-08 Christian Grothoffcleaning up preference_peers as well once they are...
2015-02-08 Christian Grothoffcleaning up gnunet-service-ats_preferences.c
2015-02-08 Christian Grothoff-adding comments, minor cleanup start
2015-02-08 Christian Grothoff-fix config, shutdown issue
2015-02-08 Christian Grothoff-rename for naming consistency
2015-02-08 Christian Grothofffix testcase FTBFS
2015-02-08 Christian Grothoffsimplify normalization logic, also have clients access...
2015-02-08 Christian Grothoffmore dead and duplicate code elimination
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-02-07 Christian GrothoffDCE
2015-02-07 Christian Grothoffdeduplicate code for quota parsing
2015-02-07 Christian Grothoffdeduplicate code for quota parsing
2015-02-07 Christian Grothoffminor cleanup
2015-02-07 Christian Grothoffsimplify logic: just use string directly for the plugin...
2015-02-07 Christian Grothoffuse lower-case
2015-02-07 Christian Grothoffsimplify logic
2015-02-07 Christian Grothoffsimplify logic
2015-02-06 Christian Grothofftest ATS tests to pass again
2015-02-06 Christian Grothoff-fix ril delete address handling
2015-02-06 Christian Grothoff-fix misc minor crashes
2015-02-06 Christian Grothoff-fixing silly NPEs
2015-02-06 Christian Grothoffget rid of stupid network[i]=i array
2015-02-06 Christian Grothoff-use only one nc per client
2015-02-06 Christian Grothoff-fix segv
2015-02-05 Christian Grothofffirst pass at cleaning up ATS plugin API
2015-02-05 Christian Grothoffstarting with cleaning up gnunet-service-ats_preferences.c
2015-02-05 Christian Grothoffstarting with cleaning up gnunet-service-ats_preferences.c
2015-02-05 Christian Grothoffdead code elimination
2015-02-05 Christian Grothoffdead code elimination
2015-02-05 Christian Grothoffavoid void *, use proper type for client
2015-02-05 Christian Grothoff-misc cleanups
2015-02-05 Christian Grothoffcleaning up gnunet-service-ats_normalization.c
2015-02-05 Christian Grothoff-move header
2015-02-05 Christian Grothoffseparating out feedback from preferences
2015-02-05 Christian Grothoff-cleaning up gnunet-service-ats_performance-*
2015-02-05 Christian Grothoff-cleaning up gnunet-service-ats_connectivity-*
2015-02-05 Christian Grothoff-cleaning up gnunet-service-ats_addresses.h
2015-02-05 Christian Grothoff-cleaning up gnunet-service-ats_addresses.c
2015-02-05 Christian Grothoffbig ATS refactoring, no serious semantic changes should...
2015-02-05 Christian GrothoffVarious changes:
2015-02-04 Matthias Wachsminor beautifications
2015-02-03 Christian Grothoff-forgot to add file
2015-02-03 Christian Grothoffseparate ATS interface scanning logic from ATS scheduli...
2015-02-03 Christian Grothoffseparate ATS connectivity suggestions from ATS scheduli...
2015-02-03 Christian Grothoff-fix FIXME
2015-02-03 Christian Grothoffdo signal disconnect to transport service, even if...
2015-02-01 David BarksdaleUse configured proportionality factor
2015-02-01 David BarksdaleUse configured stability factor, not constant
2015-01-26 Christian Grothoffpatches from Hellekin to fix #3577
2015-01-26 Christian Grothoff-fix indent
2015-01-26 Christian Grothoff-constants first
2015-01-25 Christian Grothoff-address dying doesn't depend on bandwidth suggestion...
2015-01-25 Christian Grothoffhandle mq being NULL
2015-01-25 Christian Grothoff-fixing testcases
2015-01-25 Christian Grothoff-fix testcase assertions
2015-01-25 Christian Grothoff-eh, static sh plese
2015-01-25 Christian Grothoff-removing useless/dead/redundant tests, adjusting other...
2015-01-22 Christian Grothoff-use static where allowed
2015-01-22 Christian Grothoffuse const in api, avoid cast
2015-01-22 Christian Grothoffuse statics instead of singleton struct, simplify inter...
2015-01-22 Christian Grothoff-indentation, do not pass stats arg as const just to...
2015-01-22 Christian Grothofffinish ATS reconnect logic to retransmit state on reconnect
2015-01-22 Christian Grothoff-improving docs
2015-01-22 Christian Grothoff-documenting
2015-01-22 Christian Grothoffalso simplify message format for AddressSuggestionMessage
2015-01-22 Christian Grothoffsimplifying IPC for address destruction
2015-01-22 Christian Grothoffsimplifying IPC for address in use and address update
2015-01-22 Christian Grothoffsplit structs for address adding and updating
2015-01-22 Christian Grothoffsplitting add/update logic in preparation for changing...
2015-01-22 Christian Grothofftowards a cleaner ATS scheduling API
2015-01-19 Christian Grothoff-towards improved ATS API, adding return value with...
2015-01-18 Christian Grothoffremove ATS information from callback from ATS address...
2015-01-18 Christian Grothoffalways use a slot, even if the session is NULL, simplif...
2015-01-18 Christian Grothoff-test cleanup
2015-01-18 Christian Grothoff-doxygen, link against libgnunethello
2015-01-18 Christian Grothoff-test cleanup
next