-fix (C) notices
[oweals/gnunet.git] / src / transport / gnunet-service-transport.c
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...
2014-01-14 Matthias Wachsimproved checking for direction
2014-01-14 Matthias Wachsimproved log messages
2014-01-13 Matthias Wachsimplementing 0003268 to inbound information in HELLO...
2014-01-09 Matthias Wachsextending ATS api suggest callback with peer id
2014-01-08 Matthias Wachsneighbour monitoring api implemented
2013-12-23 Christian Grothoff-more logging and doxygen fixes
2013-12-23 Christian Grothoff-fix casts
2013-12-18 Christian Grothoffpass ATS information for incoming sessions immediately...
2013-12-18 Matthias Wachsnew timeout function and keep alives with nonces
2013-12-13 Christian Grothoff-simplify logic to help diagnose #2858
2013-12-13 Christian Grothoff-remove break for something that theoretically could...
2013-12-13 Christian Grothoff-fix #3212
2013-12-13 Christian Grothoff-fix 3208 by making kills async
2013-12-13 Christian Grothoff-sometimes bugs are really simple -- fixing #3191 but...
2013-12-13 Christian Grothoffuse enum GNUNET_ATS_Network_Type instead of uint32_t...
2013-12-13 Christian Grothoff-code cleanup, fixing #3207: timeout can be NULL in...
2013-12-12 Christian Grothoff-be stricter during handshake, close sessions with...
2013-12-11 Christian Grothoff-more logging, etc.
2013-12-09 Christian Grothoff-doxygen, indentation fixes
2013-12-09 Christian Grothoff-doxygen, indentation fixes
2013-10-18 Matthias Wachs(no commit message)
2013-10-18 Matthias Wachs- fix assertion in scheduling
2013-10-18 Matthias Wachsbasic utilization implementation
2013-10-10 Christian Grothoffseparating ECC crypto into functions/structs for ECDHE...
2013-10-07 Matthias Wachs- fixing udp address handling for inbound sessions
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-09-30 Christian Grothoff-getting ATS and transport to compile again (part of...
2013-09-16 Matthias Wachsclarified docu and log level for ATS disconnect notific...
2013-09-13 Matthias Wachswarning if inbound session does not have address length 0
2013-09-13 Christian Grothoffsplitting 'struct GNUNET_CRYPTO_EccPublicKey' into...
2013-08-21 Christian Grothoffremoving GNUNET_CRYPTO_ecc_key_free, use GNUNET_free...
2013-08-19 Matthias Wachsremove dead assignments
2013-08-11 Christian Grothoffchanging time measurement from milliseconds to microseconds
2013-08-08 Matthias Wachsmore info
2013-08-06 Christian Grothoffmoving to new, fixed-size encoding of public and privat...
2013-07-12 Matthias Wachsusing inbound string
2013-07-11 Matthias Wachsnotify ATS about a session (used for for validation...
2013-07-11 Matthias Wachsremoving general address adding
2013-07-10 Matthias Wachsunkown session reporting
2013-07-10 Matthias Wachsmodified validation to use new api call to set networktype
2013-07-10 Matthias Wachsmove add function directly to transport
2013-07-09 Matthias Wachsthis add should not be required anymore
2013-07-09 Matthias Wachsnew function for plugins to signal inbound session,
2013-07-09 Christian Grothoff-simplify zone key loading by using synchronous ECC...
next