tighten formatting rules
[oweals/gnunet.git] / src / ats / gnunet-service-ats_addresses.c
2019-10-31 Christian Grothofftighten formatting rules
2019-10-05 Christian Grothoffglobal reindent, now with uncrustify hook enabled
2019-09-08 ng0uncrustify as demanded.
2019-04-26 Julius Büngermemcmp() -> GNUNET_memcmp(), first take
2019-01-16 ng0Merge branch 'license/spdx'
2019-01-14 ng0src: for every AGPL3.0 file, add SPDX identifier.
2018-11-23 Christian Grothoffrename fest: use new libgnunetnt instead of old libgnun...
2018-06-13 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-06-11 Phil-Merge branch 'master' of ssh://gnunet.org/gnunet into...
2018-06-07 psyc://loupsycedyg... paragraph for gnunet devs that don't know how to use...
2018-06-07 psyc://loupsycedyg... glitch in the license text detected by hyazinthe, thank...
2018-06-05 psyc://loupsycedyg... first batch of license fixes (boring)
2017-03-29 Schanzenbach, Martin- merge with master
2017-03-24 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-22 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-03-17 Christian Grothoffmore renamings relating to 'new' service now just being...
2016-09-21 Christian Grothoffmigrating more services to new service API
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-03-16 Christian Grothofflock solver during shutdown to terminate faster
2016-01-19 Christian Grothoff-fix (C) notices
2015-10-07 Christian Grothoffdetermine network scope for ATS even if we do not yet...
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-05-22 Christian Grothoff-do pass local_address_info flag from/to ATS also for...
2015-03-09 Christian Grothoff-doxygen and stylistic fixes
2015-02-13 Christian Grothoff-fixing misc minor bugs and style issues (unchecked...
2015-02-11 Christian Grothoff-fix NPE
2015-02-10 Christian Grothofffixing #3657 (replace ATS_Information with struct)...
2015-02-08 Christian Grothoffexpose connectivity desire of clients to ATS plugins
2015-02-08 Christian Grothoff-fix config, shutdown issue
2015-02-08 Christian Grothoff-rename for naming consistency
2015-02-08 Christian Grothoffsimplify normalization logic, also have clients access...
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-02-07 Christian Grothoffsimplify logic
2015-02-06 Christian Grothoff-use only one nc per client
2015-02-05 Christian Grothoff-misc cleanups
2015-02-05 Christian Grothoffcleaning up gnunet-service-ats_normalization.c
2015-02-05 Christian Grothoff-cleaning up gnunet-service-ats_performance-*
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-01-25 Christian Grothoff-removing useless/dead/redundant tests, adjusting other...
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 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-18 Christian Grothoffalways use a slot, even if the session is NULL, simplif...
2015-01-18 Christian Grothoff-indentation, doxygen
2015-01-17 Christian Grothoffuse ATS functions to convert quality network type to...
2014-12-15 Christian Grothoff-fix test: only run test logic, not full peer
2014-12-15 Christian Grothoffremoving dead code, improving comments, simplifying...
2014-07-17 Matthias Wachsbandwidth stability for ATS
2014-07-17 Matthias Wachsdo not use NBO internally
2014-06-26 Matthias Wachsaddresses must not change the active value
2014-06-16 Christian Grothoffnotify performance monitors about destroyed addresses...
2014-06-16 Christian Grothoffdo not use session_id in GAS_performance_notify_all_cli...
2014-05-19 Matthias Wachs- increase log level when quotas cannot be loaded from...
2014-05-09 Matthias Wachsclean up for addresses and modification to perf to...
2014-05-09 Matthias Wachsmajor changes to proportional solver including stabilit...
2014-03-20 Matthias Wachsfixed check for destruction of inbound addresses
2014-01-16 Matthias Wachsmore fixed documentation
2014-01-16 Matthias Wachsdocumentation for ATS
2014-01-13 Matthias Wachsimplementing 0003268
2013-12-29 David BarksdaleLoad the correct ATS plugin when MODE is unconfigured.
2013-12-24 Christian Grothoff-fixing misc format strings
2013-12-24 LRNvalue__ is uint32_t, use %lu to print
2013-12-23 Christian Grothoff-fix printf
2013-12-19 LRNmalloc -> new
2013-12-18 Matthias Wachsidea: try to prefer 'newer' addresses to improve mobili...
2013-12-13 Matthias Wachsaccept all requests, reduce log level
2013-12-05 Christian Grothoff-dead assignment, reported by clang
2013-12-05 Christian Grothoff-dead assignment, reported by clang
2013-12-04 Matthias Wachscorrect order of quotas
2013-12-03 Matthias Wachsreduce log level to debug
2013-11-19 Matthias Wachsevaluation
2013-11-19 Matthias Wachsget normalized pref per client
2013-11-19 Matthias Wachspreference client management and test
2013-11-19 Matthias Wachs- reduce debug level in proportional
2013-11-18 Matthias Wachspreference iteration
2013-11-18 Matthias Wachsimproved evalution
2013-11-18 Matthias Wachsutilization
2013-11-18 Matthias Wachsallocation evaluation
2013-11-08 Matthias Wachsdoxygen
2013-11-07 Matthias Wachssplitting up calculation and notification for proportio...
2013-11-07 Matthias Wachsfix and eval function
2013-10-30 Matthias Wachsclean up
2013-10-29 Matthias Wachsmove definition
2013-10-09 Matthias Wachsrenaming
2013-10-08 Matthias Wachsats solver are now implemented as plugins
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-09-30 Christian Grothoff-getting ATS and transport to compile again (part of...
2013-09-26 Matthias Wachsnext test
2013-09-26 Matthias Wachsmodifications to addresses and proportional solver
2013-09-25 Matthias Wachsindent
2013-09-16 Matthias Wachsindent
2013-09-16 Matthias Wachsspeed up address suggestions
2013-09-16 Matthias Wachsindent: tab to spaces
2013-09-16 Matthias Wachsadd disconnect message
next