summaryrefslogtreecommitdiff
path: root/src/components/transport_manager
Commit message (Expand)AuthorAgeFilesLines
* Address CommentsJackLivio2019-01-202-3/+1
* Fix disconnect flowjacobkeeler2018-12-132-1/+1
* Refresh app list when an app is enabled or disabledjacobkeeler2018-12-123-1/+8
* Update ConnectionStatusUpdated method + testsJackLivio2018-12-055-20/+20
* Merge remote-tracking branch 'origin/feature/cloud_app_connection_flow' into ...jacobkeeler2018-12-035-42/+18
|\
| * Address Comments and Remove Unused CodeJackLivio2018-11-275-42/+18
* | Add tests for RegisterApplication and RetryConnectionjacobkeeler2018-11-293-16/+108
* | Connection Status To Trigger UpdateAppListJackLivio2018-11-297-4/+53
* | Add method headers and fix stylejacobkeeler2018-11-273-9/+57
* | Fix build issues and test failuresjacobkeeler2018-11-271-1/+2
* | Fix unitialized connection keyjacobkeeler2018-11-271-1/+2
* | Add is_completed to timerjacobkeeler2018-11-261-1/+1
* | StyleJackLivio2018-11-261-2/+6
* | Update regex for endpoint and return 0 for App List handlesJackLivio2018-11-262-6/+22
* | Fix issues with retry sequencejacobkeeler2018-11-262-11/+25
* | Merge remote-tracking branch 'origin/feature/cloud_app_connection_flow' into ...jacobkeeler2018-11-264-0/+15
|\ \ | |/
| * Address comments, fix unit test failuresJackLivio2018-11-204-0/+15
* | Merge remote-tracking branch 'origin/feature/cloud_app_connection_flow' into ...jacobkeeler2018-11-166-62/+36
|\ \ | |/
| * Remove printfs and hardcoded valuesJackLivio2018-11-166-62/+36
* | Add cloud connection statusjacobkeeler2018-11-165-33/+68
* | Add SDL.ActivateApp flow changes for cloud appsjacobkeeler2018-11-143-7/+51
|/
* Merge branch 'feature/cloud_app_connection_flow' of github.com:smartdevicelin...JackLivio2018-11-1415-146/+156
|\
| * Fix stylejacobkeeler2018-11-1415-146/+156
* | Update regex pattern to allow ip address formatJackLivio2018-11-141-1/+1
|/
* Show pending cloud apps in update app listJackLivio2018-11-132-5/+6
* Check if connection exists in internal connection listJackLivio2018-11-091-7/+32
* Pending cloud connection created via policies on startupJackLivio2018-11-0911-4/+180
* Initial Cloud Transport ComponentJackLivio2018-11-089-0/+949
* Add Cloud Info to Application ClassJackLivio2018-11-072-0/+6
* Coverity Fixes for 5.0.0 (#2638)JackLivio2018-10-031-3/+4
* Fix uninitialized membersfix/coverity_fixes_5.0.0jacobkeeler2018-09-281-1/+1
* Fix uninitialized field errorsjacobkeeler2018-09-271-1/+6
* Add override for IAP emulated transportfix/emulated_iap_transport_overrideJackLivio2018-09-172-0/+28
* Merge pull request #2178 from XevoInc/bugfix/invalid_memory_accessesJacob Keeler2018-08-301-1/+3
|\
| * fix: invalid memory access in BluetoothDevice log messageSho Amano2018-07-061-1/+3
* | Merge pull request #2414 from XevoInc/fix/xevo_copyrightsJackLivio2018-08-2922-367/+12
|\ \
| * | Remove Xevo copyrights from multiple transport implementationSho Amano2018-07-2422-367/+12
* | | Merge pull request #2278 from smartdevicelink/feature/boost_datetime_implemen...Jacob Keeler2018-08-281-2/+2
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/develop' into feature/boost_datetime_imp...jacobkeeler2018-08-223-12/+8
| |\ \ \
| * \ \ \ Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into fe...Conlain Kelly2018-08-1044-251/+3510
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | remove struct timeval and use boost time_duration insteadConlain Kelly2018-06-181-2/+2
| | |_|/ | |/| |
* | | | Fix build failures when ENABLE_LOG=OFFjacobkeeler2018-08-212-0/+3
| |_|/ |/| |
* | | Merge branch 'develop' into feature/low_voltageJacob Keeler2018-08-212-12/+6
|\ \ \
| * | | Remove deprecated methods from projectfeature/remove_deprecated_functions_5_0jacobkeeler2018-08-172-12/+6
| | |/ | |/|
* | | Initial implementation of Low Voltage featureAndriy Byzhynar2018-08-211-0/+2
|/ /
* | Merge branch 'develop' into feature/STL_sharedptr_implementation_round2Conlain Kelly2018-07-181-2/+2
|\ \
| * \ Merge branch 'develop' into feature/use_STL_atomicsfeature/use_STL_atomicsJacob Keeler2018-07-1730-138/+3402
| |\ \
| * | | Remove custom atomic in favor of std::atomic typesConlain Kelly2018-06-251-2/+2
| | |/ | |/|
* | | style fixConlain Kelly2018-07-1814-35/+29
* | | Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-1823-107/+108
| |/ |/|