aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_bluetooth.c
Commit message (Collapse)AuthorAge
* 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
|
* fix bt pluginMatthias Wachs2014-01-15
|
* 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
|
* tests and session timeout for btMatthias Wachs2013-12-18
|
* fix for bt plugin and set nonce to 0Matthias Wachs2013-12-18
|
* new timeout function and keep alives with noncesMatthias Wachs2013-12-18
|
* Non-uniform keepalive timeout for different pluginsLRN2013-12-15
|
* - new plugin API functionsBart Polot2013-12-12
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* Undefining "interface" for W32.Claudiu Olteanu2013-09-18
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* Fixing the commentsClaudiu Olteanu2013-08-04
|
* Extending the testcases to use bluetoothClaudiu Olteanu2013-08-04
|
* Implementing broadcast functionality; Resolving the 'security block' errors; ↵Claudiu Olteanu2013-07-28
| | | | Handling select and send errors
* Fixing the function called to convert a string address to a binary addressClaudiu Olteanu2013-07-21
|
* -add dv_get_network to DV API, improve signature to use 'struct Session *' ↵Christian Grothoff2013-07-13
| | | | instead of 'void *'
* Adding a copy of wlan plugin used for bluetooth pluginClaudiu Olteanu2013-07-13