aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
Commit message (Collapse)AuthorAge
* 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
|
* changed return type to enumMatthias Wachs2013-07-10
| | | | | added get_network to template
* added functionMatthias Wachs2013-07-09
|
* fix failing tests: returned wrong address sizeMatthias Wachs2013-07-02
|
* fixing stack corruption due to buffer overflowMatthias Wachs2013-07-02
|
* fix address printingMatthias Wachs2013-07-01
|
* -fix compiler warning, removing unnecessary attributeChristian Grothoff2013-06-30
|
* added option field for WLAN addressesMatthias Wachs2013-06-28
|
* - complement HELPER API with functions to kill and wait on the helper processSree Harsha Totakura2013-05-09
| | | | | | - To shutdown quickly, have testbed first kill all sub-controller's helper processes first and wait later instead of kill & wait per each processes.
* -no booleanChristian Grothoff2013-04-15
|
* extended the GNUNET_OS_check_helper_binary parameters to do previlege Christian Fuchs2013-04-15
| | | | | | | | | | | | | | checking in windows. To do so, tested binaries must still be supplied with valid commandline arguments, but on windows gnunet will utilize the -d flag to run the programs initialization phase or privileged operations only. In these modes, a program will not enter its mainloop or communicate with the outside. updated relevant function calls gnunet-wide to meet the extended function parameters.
* changes for mantis 0002676Matthias Wachs2013-04-04
|
* -no longer pass distance information from non-DV pluginsChristian Grothoff2013-03-30
|
* support for FRIEND_HELLO messagesMatthias Wachs2013-03-28
|
* transport plugin api change: split of address receive and ats updatesMatthias Wachs2013-03-18
|
* -yet another libexec fixChristian Grothoff2012-11-05
|