aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_plugins.c
Commit message (Collapse)AuthorAge
* 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