summaryrefslogtreecommitdiff
path: root/src/components/transport_manager/src/transport_adapter/transport_adapter_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Core dump on ignition off when registering 20 apps (#3939)Shobhit Adlakha2022-08-251-0/+1
* Cyclic UpdateDeviceList and UpdateAppList in case device is connected (#3835)RomanReznichenkoLuxoft2022-01-131-1/+2
* Fix formatting for logs after logger overhaul (#3554)Jacob Keeler2020-10-231-24/+16
* Fix Cppcheck issues (#3453)Yana Chernysheva (GitHub)2020-10-011-4/+4
* [SDL 0046] Implement logger abstraction (#3472)VladSemenyuk2020-09-011-198/+171
* [SDL 0273] WebEngine Projection mode (#3457)Alexander Kutsan (GitHub)2020-08-211-2/+12
* Fix/issue 1951 (#3371)Collin2020-05-181-13/+40
* Feature/Web Engine support (#3221)Alexander Kutsan (GitHub)2020-02-271-2/+36
* Fix LastState methods thread safe access (#2626)Ira Lytvynenko (GitHub)2020-02-141-2/+2
* Rework Uts and add synchronization to avoid race condition in transport adapt...Serhii Niukalov (GitHub)2020-01-241-0/+6
* Fix UpdateDeviceList content (#2249)Yurii Postolov2020-01-221-14/+26
* Fix SDL behavior during LOW_VOLTAGE (#3029)Andrii Kalinich (GitHub)2019-09-241-21/+38
* Run updated style scriptjacobkeeler2019-04-291-33/+33
* Close Cloud Connection (#2825)JackLivio2019-02-281-2/+4
* Fix reconnect flow after modified disconnect flowjacobkeeler2019-01-151-9/+7
* Merge remote-tracking branch 'origin/feature/cloud_app_connection_status' int...JackLivio2018-12-101-9/+7
|\
| * Update ConnectionStatusUpdated method + testsJackLivio2018-12-051-9/+7
* | Set HMI None on disconnect. Add reconnection after disconnect.JackLivio2018-11-301-2/+35
|/
* Add tests for RegisterApplication and RetryConnectionjacobkeeler2018-11-291-7/+11
* Connection Status To Trigger UpdateAppListJackLivio2018-11-291-3/+15
* Add method headers and fix stylejacobkeeler2018-11-271-8/+19
* Fix unitialized connection keyjacobkeeler2018-11-271-1/+2
* Add is_completed to timerjacobkeeler2018-11-261-1/+1
* Fix issues with retry sequencejacobkeeler2018-11-261-11/+23
* Add cloud connection statusjacobkeeler2018-11-161-26/+41
* Add SDL.ActivateApp flow changes for cloud appsjacobkeeler2018-11-141-6/+42
* Fix stylejacobkeeler2018-11-141-3/+3
* Pending cloud connection created via policies on startupJackLivio2018-11-091-1/+21
* Merge pull request #2414 from XevoInc/fix/xevo_copyrightsJackLivio2018-08-291-4/+1
|\
| * Remove Xevo copyrights from multiple transport implementationSho Amano2018-07-241-4/+1
* | Remove deprecated methods from projectfeature/remove_deprecated_functions_5_0jacobkeeler2018-08-171-4/+0
|/
* style fixConlain Kelly2018-07-181-3/+3
* Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-4/+4
* further review commentsfronneburg2018-06-271-0/+4
* Merge pull request #229 in NAR/sdl-core from feat/disable_resumption_before_s...Frank Ronneburg2018-04-041-1/+7
* Add notification of transport config update through TransportManagerSho Amano2018-03-141-1/+14
* Warning only on failed restorehotfix/bluetooth_restore_on_startJackLivio2018-02-211-1/+0
* Fix unit test failureJackLivio2018-02-211-1/+2
* Remove redundant functionalityAndriy Byzhynar2018-01-221-2/+6
* Add wrappers for deprecated methodsAndriy Byzhynar2018-01-181-1/+1
* Adds null pointer checks, fixes typos and other minor changes.Andrey Oleynik (GitHub)2018-01-181-4/+2
* Fixes coding styleAndrey Oleynik (GitHub)2018-01-181-3/+2
* Changes iAP2 Bluetooth to USB switching flowAndrey Oleynik (GitHub)2018-01-181-0/+33
* Removes odd interface, updates TM unit testsAndrey Oleynik (GitHub)2018-01-181-1/+1
* Adds descriptions, removes unused codeAndrey Oleynik (GitHub)2018-01-181-2/+0
* Adds main logic and related bugfixes for transport switchingAndrey Oleynik (GitHub)2018-01-181-7/+23
* Fix SegFault problem of UTdcherniev2017-01-101-1/+5
* Revert "Merge pull request #1067 from dcherniev/fix/Fix_UT_failure"dcherniev2016-12-021-5/+3
* Fix issue of TransportManager UTdcherniev2016-11-291-3/+5
* Merge commit '5bf2c5500309d36b60987e74bdd4ed1610ecffde' into release/4.2.0Alexander Kutsan2016-10-151-3/+2
|\