summaryrefslogtreecommitdiff
path: root/src/components/transport_manager
Commit message (Expand)AuthorAgeFilesLines
* Cyclic UpdateDeviceList and UpdateAppList in case device is connected (#3835)RomanReznichenkoLuxoft2022-01-132-10/+37
* Fix ThreadedSocket disconnect logic (#3566)Andrii Kalinich (GitHub)2021-11-092-25/+46
* Fix unstable unit test (#3809)Andrii Kalinich (GitHub)2021-11-051-0/+4
* Removed the unit that interrupted the sequence of closing the connect… (#3785)RomanReznichenkoLuxoft2021-10-151-49/+63
* fix WebSocketServerTransportAdapter::Store write to last state (#3772)Collin2021-09-101-1/+4
* Remove Deprecated Methods For SDL Core 8.0.0 (#3735)JackLivio2021-07-1513-69/+5
* destroy websocket session on AsyncRead error (#3696)Collin2021-06-081-0/+2
* Feature/Boost Logger Implementation (#3571)Shobhit Adlakha2021-04-301-1/+1
* Open INI file less (#3688)Collin2021-04-261-0/+1
* fix crash in libusb callback handling (#2505)Yurii Postolov2021-04-261-0/+14
* replace applicable post-operators to pre-operators (#3687)Collin2021-04-201-1/+1
* fix: reduce logs during streaming (#1778)Sho Amano2021-04-142-9/+9
* Fix/BT scan blocking UpdateAppList (#3425)Shobhit Adlakha2021-04-063-39/+25
* Remove unused includes for boost strand (#3656)Jacob Keeler2021-03-083-3/+0
* Update and fix Boost installation (#3651)Jacob Keeler2021-03-058-29/+20
* remove unused variable write pending (#3638)Collin2021-02-261-1/+0
* Add Ubuntu 20.04 support (#3625)Jacob Keeler2021-02-051-1/+1
* CCB: Fix unit tests stuck (#3624)Yana Chernysheva (GitHub)2021-02-033-34/+34
* fix unit tests with with -DENABLE_SECURITY=OFF (#3615)Collin2021-01-251-0/+2
* Fix formatting for logs after logger overhaul (#3554)Jacob Keeler2020-10-2312-75/+36
* Fix/usb handler thread safe stop (#3492)Andrii Kalinich (GitHub)2020-10-062-3/+38
* use less common port in websocket connection tests (#3529)Collin2020-10-061-1/+1
* Fix dead lock in usb connection (#3494)Andrii Kalinich (GitHub)2020-10-051-1/+1
* Fix Cppcheck issues (#3453)Yana Chernysheva (GitHub)2020-10-0110-31/+14
* Fix data races in TcpClientListener (#3495)Andrii Kalinich (GitHub)2020-10-012-7/+10
* [SDL 0046] Implement logger abstraction (#3472)VladSemenyuk2020-09-0141-1385/+1208
* Fix avoid race conditions (#3471)Serhii Niukalov (GitHub)2020-08-2111-40/+40
* [SDL 0273] WebEngine Projection mode (#3457)Alexander Kutsan (GitHub)2020-08-2111-76/+111
* Add Destructor to BluetoothTransportAdapter (#3442)Collin2020-06-192-7/+0
* Revert "remove hci_inquiry call"collin2020-06-171-0/+31
* remove hci_inquiry callcollin2020-06-171-31/+0
* Fix: handle network interface removal (#2759)Sho Amano2020-06-045-101/+200
* fix memory error in TcpDevice::IsSameAs (#3386)Collin2020-05-201-2/+2
* Fix/issue 1951 (#3371)Collin2020-05-182-13/+50
* Fix UpdateAppList/UpdateDeviceList spam (#3339)Andrii Kalinich (GitHub)2020-04-212-6/+12
* Fix/Deadlock during transport re-connect via USB (#3332)Serhii Niukalov (GitHub)2020-04-172-49/+73
* Feature/Web Engine support (#3221)Alexander Kutsan (GitHub)2020-02-2739-519/+3308
* Add the ability to use IAP2 transport from build flags (#3219)Serhii Niukalov (GitHub)2020-02-255-11/+11
* Fix LastState methods thread safe access (#2626)Ira Lytvynenko (GitHub)2020-02-1425-190/+292
* Rework Uts and add synchronization to avoid race condition in transport adapt...Serhii Niukalov (GitHub)2020-01-2418-182/+550
* Fix UpdateDeviceList content (#2249)Yurii Postolov2020-01-221-14/+26
* Reworked usb handler delegate completion (#3121)Andriy Byzhynar (GitHub)2019-11-182-5/+16
* Fix SDL behavior during LOW_VOLTAGE (#3029)Andrii Kalinich (GitHub)2019-09-2412-85/+220
* Fix coverity issues (#3036)Jacob Keeler2019-09-193-8/+8
* Fix failing build with enable_security=off (#3006)Maksym Ked (GitHub)2019-09-031-0/+2
* Feature/rpc message protection (#2951)Maksym Ked (GitHub)2019-08-297-9/+9
* Fix shutdown crash static var colission (#2939)Alexander Kutsan (GitHub)2019-08-221-6/+6
* Add AOA filtering parameters to .ini configurationfeature/usb_ini_configJackLivio2019-07-243-13/+18
* Address commentsfeature/bt_uuid_ini_configJackLivio2019-06-172-2/+24
* Configure bt uuid via ini entryJackLivio2019-06-073-5/+31