aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
Commit message (Collapse)AuthorAge
* determine network scope for ATS even if we do not yet have a session and ↵Christian Grothoff2015-10-07
| | | | only have an address
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -also use NONE instead of INBOUND for WLANChristian Grothoff2015-05-21
|
* set inbound flag which should fix #3719 (assuming diagnostic is correct) at ↵Christian Grothoff2015-05-20
| | | | the expense of having two session objects for what is pretty much the same address; however, as the inbound one is not really validated and might not work due to NAT, this actually does make sense
* fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS ↵Christian Grothoff2015-02-10
| | | | testcases yet
* -do only send HELLO to clients once on startup, do only send fully ↵Christian Grothoff2015-02-09
| | | | initialized HELLO to clients if we can help it, even the first one; do not perform blacklist check twice for try_connect
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -fix logging, set quota to higher for testcaseChristian Grothoff2015-01-26
|
* -fc not done here, do not nullChristian Grothoff2015-01-26
|
* -do not send any messages until we have our own MAC from the helperChristian Grothoff2015-01-26
|
* -udp broadcasts should not be flagged as inboundChristian Grothoff2015-01-25
|
* always create session before giving performance metricsChristian Grothoff2015-01-25
|
* -undo bad commitChristian Grothoff2015-01-25
|
* -indentation plugin_transport_udp.cChristian Grothoff2015-01-25
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* implementing plugin session monitoring API (#3452)Christian Grothoff2014-11-07
|
* no one cares about this messageMatthias Wachs2014-09-02
|
* compare with expected valueMatthias Wachs2014-09-02
|
* get improved warningMatthias Wachs2014-09-02
|
* Don't use the 'interface' name, it conflicts with definitions in W32 headersLRN2014-08-01
|
* combine sources for wlan and bluetooth plugin logic into one fileChristian Grothoff2014-06-25
|
* -add missing calls to monitorChristian Grothoff2014-06-25
|
* -simplify logicChristian Grothoff2014-06-25
|
* -adding missing API functions to WLAN, skeleton for monitoring supportChristian Grothoff2014-06-25
|
* -indentation, doxygenChristian Grothoff2014-06-23
|
* -misc fixesChristian Grothoff2014-06-11
|
* clarify prettyprinter API and protocols, make sure implementations are ↵Christian Grothoff2014-06-09
| | | | consistent in their implemenation, doxygen fixes, indentation fixes, subtle semantic fixes
* fix semantic for address_to_stringMatthias Wachs2014-06-02
|
* session end function must include address to notify addressMatthias Wachs2014-03-20
|
* extending bandwidth tracker api to support notificationsMatthias Wachs2014-01-30
|
* more fixed documentationMatthias Wachs2014-01-16
|
* remove inbound outbound notion from wlan pluginMatthias Wachs2014-01-15
|
* fixed wlan pluginMatthias Wachs2014-01-15
|
* fixing memory leaksMatthias Wachs2014-01-14
|
* implementing 0003268 to inbound information in HELLO addressesMatthias Wachs2014-01-13
| | | | | | | | | | All transport plugin functions are modified to use HELLO addresses instead of peer,address,address_length All plugins are modified to use HELLO addresses internally This commit can break transport functionality: core tests on my system still pass, but transport tests may still fail, errors messages may occurs or crashs Will be fixed asap
* malloc -> newLRN2013-12-19
|
* new timeout tests for WLAN and bluetoothMatthias Wachs2013-12-18
| | | | | session timeout for WLAN
* new timeout function and keep alives with noncesMatthias Wachs2013-12-18
|
* Non-uniform keepalive timeout for different pluginsLRN2013-12-15
|
* -extend transport plugin API with capability to just disconnect a single ↵Christian Grothoff2013-12-12
| | | | session (not yet used)
* doxygenMatthias Wachs2013-10-18
|
* fix for incoming addresses:Matthias Wachs2013-10-07
| | | | | | incoming addresses are only marked with address length 0 if the address cannot be used to initiate a connection to his address. Therefor only for tcp and http(s) incoming connections an address length of 0 is reported whereas for other plugins (unix, udp, wlan) the incoming address can be used to initiate a connection to this address.
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* plugin returns inbound session if outbound session is requieredMatthias Wachs2013-09-13
|
* fix clang reportMatthias Wachs2013-08-20
|
* fixing clang reportsMatthias Wachs2013-08-20
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* -add dv_get_network to DV API, improve signature to use 'struct Session *' ↵Christian Grothoff2013-07-13
| | | | instead of 'void *'
* notification for inbound sessionsMatthias Wachs2013-07-11
|
* fix: wrong address lengthMatthias Wachs2013-07-11
|