aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_plugins.c
Commit message (Collapse)AuthorAge
* send receive delay rescheduling supportMatthias Wachs2014-01-30
|
* new timeout function and keep alives with noncesMatthias Wachs2013-12-18
|
* -properly unload incomplete pluginsChristian Grothoff2013-12-18
|
* check for keep alive function while loading pluginMatthias Wachs2013-12-18
|
* -extend transport plugin API with capability to just disconnect a single ↵Christian Grothoff2013-12-12
| | | | session (not yet used)
* const was discardedMatthias Wachs2013-07-18
|
* bug fixMatthias Wachs2013-07-18
|
* improved printingMatthias Wachs2013-07-15
|
* using inbound stringMatthias Wachs2013-07-12
|
* fix for printingMatthias Wachs2013-07-11
|
* check implementation of api while loading plugnMatthias Wachs2013-07-10
|
* new function for plugins to signal inbound session,Matthias Wachs2013-07-09
| | | | | have to extend plugins
* transport plugin api change: split of address receive and ats updatesMatthias Wachs2013-03-18
|
* - working ... not needed anymoreMatthias Wachs2012-09-21
|
* prefix based plugin lookup for transportMatthias Wachs2012-09-21
|
* removing ats functions from plugins, instead provide callback functionMatthias Wachs2011-12-14
|
* changes:Matthias Wachs2011-12-13
| | | | | | | changed order of startup since ats is now required for plugins transport provides ATS handles for plugins network detection for tcp
* -fixing indentationChristian Grothoff2011-11-29
|
* -fixing string printing - size_t is not unsigned intChristian Grothoff2011-11-25
|
* LRN: I'm tired of seeing something like "ATS tells us to switch to addressChristian Grothoff2011-11-25
| | | | | | | | | | | | | | '(null)' session 0x497198 for peer `IIH1' in state `S_NOT_CONNECTED'", so i wrote this. - From what i see in the logs, '(null)'s are mostly caused by 0-byte long addresses. I'm not sure whether it is a bug, or a feature (but then, why would ATS tell us to switch to a 0-byte long address?). CG: for inbound connections, ATS tells us to switch to a 0-byte long address (since there is no address) but at the same time gives us a 'struct Session' to use as well. So 0-byte addresses really mean 'inbound' connections.
* (no commit message)Matthias Wachs2011-11-14
|
* loaded the same plugin multiple times instead of multiple pluginsMatthias Wachs2011-11-11
|
* fix nested use of strtokChristian Grothoff2011-11-09
|
* refactoring how we handle peer addresses in peerinfo/ats/transport/hello ↵Christian Grothoff2011-11-08
| | | | subsystems -- use a struct instead of 3--4 arguments
* misc train hackingChristian Grothoff2011-09-09
|
* run indent twice, it alternates between two 'canonical' forms, also run ↵Christian Grothoff2011-08-29
| | | | whitespace remover
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* cost report is not usedChristian Grothoff2011-08-13
|
* traffic report is not usedChristian Grothoff2011-08-13
|
* implementing plugins subsystemChristian Grothoff2011-08-04
|
* towards plugins implementationChristian Grothoff2011-08-04
|
* implementing new HELLO apiChristian Grothoff2011-08-04