replace printf() with GNUNET_log()
[oweals/gnunet.git] / src / transport / gnunet-service-transport.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-07-21 t3sseraktMerge branch 'cadet-new-options'
2019-07-17 Christian GrothoffDSTJ-disable hack
2019-07-17 Christian Grothoffreindenting
2019-02-26 Christian Grothofffix transport API fix, make sure we do not stay at...
2019-02-26 ng0Merge branch 'master' of gnunet.org:gnunet
2019-02-26 Christian Grothoffpossible fix for transport client state machine issue...
2019-02-26 ng0Merge branch 'master' of gnunet.org:gnunet
2019-02-25 Christian Grothoffstyle fixes during debugging
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-11-16 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-11-15 Christian Grothoffremove dead field quota_in
2018-07-02 Phil-Merge branch 'master' of ssh://gnunet.org/gnunet into...
2018-06-29 Christian GrothoffMerge branch 'master' of git+ssh://gnunet.org/gnunet
2018-06-27 t3sseraktMerge branch 'master' of ssh://gnunet.org/gnunet
2018-06-27 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
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)
2018-01-08 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into ident...
2018-01-02 Schanzenbach, Martin-merge
2017-12-30 lurchimerge branch 'refactoring-scheduler'
2017-12-30 lurchiMerge branch 'fix_social'
2017-12-27 Christian Grothoffmore logging for transport
2017-12-04 Schanzenbach, MartinMerge branch 'identity_abe' into identity_oidc
2017-12-04 PhilMerge remote-tracking branch 'origin/identity_abe'...
2017-12-02 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into ident...
2017-11-28 ng0Merge branch 'master' of gnunet.org:gnunet into doc...
2017-11-15 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-11-13 David BarksdaleFix memory leak and use-after-free
2017-03-29 Schanzenbach, Martin- merge with master
2017-02-19 Christian Grothoffmisc log fixes, plus prevent multiple TCP connections...
2016-09-20 Christian Grothoffmigrating transport service to new MQ API
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-07-06 Christian Grothoffmisc minor fixes
2016-05-06 Christian Grothofffixing compiler warnings
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-01-19 Christian Grothoff-fix (C) notices
2015-10-18 Christian Grothoffrename 'struct Session' to 'struct GNUNET_ATS_Session...
2015-10-18 Christian Grothoffcombing through transport ATS logic, documenting and...
2015-10-05 Christian Grothofffix #3986
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-03-02 Christian Grothoffdefine quota message to transmit quota requests, toward...
2015-02-21 Christian Grothoff-fix scope assignment
2015-02-18 Christian Grothofffix blacklist checking logic, integrating tracking...
2015-02-12 Christian Grothoffgenerate our own HELLO before starting validations
2015-02-12 Christian Grothoff-better stats for KEEPALIVEs
2015-02-10 Christian Grothofffixing #3657 (replace ATS_Information with struct)...
2015-02-10 Christian Grothoff-fixing some memory leaks from #3667, also reindentatio...
2015-02-09 Christian Grothoff-eliminate dead argument, do use quota immediately
2015-02-09 Christian Grothoff-do only send HELLO to clients once on startup, do...
2015-02-08 Christian Grothoffmore dead and duplicate code elimination
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-02-05 Christian GrothoffVarious changes:
2015-02-03 Christian Grothoffadd internal API to enable telling ATS about 'failed...
2015-02-03 Christian Grothoff-assert to check API use
2015-02-03 Christian Grothoff-fix NPE
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 Grothoffdocument API, do not pass unused 'session' argument
2015-02-03 Christian Grothoffadding statistics on why transport may drop ATS suggestions
2015-02-02 Christian Grothoffdramatically simplify quota notification: avoid registr...
2015-02-02 Christian Grothoffreduce callback insanity for callbacks that are always...
2015-02-02 Christian Grothoffavoid passing both PeerIdentity and Address (which...
2015-02-01 Christian Grothofffix #3630
2015-02-01 Christian Grothoffcleaning up UDP code to use only on address format...
2015-01-25 Christian Grothofffix shutdown order to destroy sessions first, fix logic...
2015-01-25 Christian Grothoff-undo bad commit
2015-01-25 Christian Grothoff-indentation plugin_transport_udp.c
2015-01-19 Christian Grothoff-towards improved ATS API, adding return value with...
2015-01-18 Christian Grothoff-remarking on things to fix
2015-01-18 Christian Grothoffremove ATS information from callback from ATS address...
2015-01-18 Christian Grothoffremoving dead logic to copy and pass around unused...
2015-01-18 Christian Grothoff-just indentation, dead code
2015-01-17 Christian Grothoffsimplify ATS API and plugin API by returning the networ...
2015-01-17 Christian Grothoffeliminating callback argument and its implementation...
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-11-23 Christian Grothoff-indentation, doxygen
2014-08-28 Matthias Wachsusing tcp terminology for 3 way handshake: syn/syn_ack/ack
2014-07-17 Matthias Wachsminor changes
2014-06-22 Christian Grothoff-simplify logic a bit, doxygen, indentation
2014-05-20 Matthias Wachsnew test case
2014-03-28 Matthias Wachsre-add address on connect
2014-03-27 Matthias WachsWe do not need the address and session here
2014-03-27 Matthias Wachsblacklist checks have to be cancelled when session...
2014-03-26 Matthias Wachsremove debugging breaks
2014-03-25 Matthias WachsDo blacklist checks on CONNECT before giving CONNECT...
2014-03-20 Matthias Wachsimproved log message
2014-03-20 Matthias Wachssession end function must include address to notify...
2014-03-19 Matthias Wachsformatting
2014-01-30 Matthias Wachssend receive delay rescheduling support
2014-01-16 Matthias Wachsdocumentation for transport service
2014-01-15 Matthias Wachstransport validation monitoring API (not yet complete...
next