summaryrefslogtreecommitdiff
path: root/src/components/transport_manager/include/transport_manager
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developjacobkeeler2019-05-301-2/+13
|\
| * Implemented fix and unit tests for regex endpoint parsing and websocket conne...hotfix/cloud_app_endpoint_with_pathShobhit Adlakha2019-05-241-2/+13
* | Run updated style scriptjacobkeeler2019-04-2923-83/+83
|/
* Merge pull request #2861 from smartdevicelink/fix/5.1.0_build_failuresJacob Keeler2019-03-271-13/+24
|\
| * Fix build failures depending on build optionsfix/5.1.0_build_failuresjacobkeeler2019-03-271-13/+24
* | Coverity 5.1 Fixes (#2854)JackLivio2019-03-261-1/+1
|/
* Fix issues after mergefeature/secure_websocket_connectionjacobkeeler2019-03-051-2/+2
* Merge branch 'feature/cloud_app_transport' into feature/secure_websocket_conn...Jacob Keeler2019-03-053-1/+11
|\
| * Address CommentsJackLivio2019-01-161-3/+1
| * Merge remote-tracking branch 'origin/feature/cloud_app_connection_status' int...jacobkeeler2019-01-141-0/+2
| |\
| * \ Merge remote-tracking branch 'origin/feature/cloud_app_connection_status' int...JackLivio2018-12-103-23/+7
| |\ \
| * | | Set HMI None on disconnect. Add reconnection after disconnect.JackLivio2018-11-303-1/+14
* | | | Address review commentsShobhit Adlakha2019-02-081-4/+2
* | | | Addressed review commentsShobhit Adlakha2019-02-071-1/+2
* | | | Merge branch 'feature/cloud_app_connection_status' into feature/secure_websoc...Jacob Keeler2019-01-021-0/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Refresh app list when an app is enabled or disabledjacobkeeler2018-12-121-0/+2
| | |/ | |/|
* | | Remove extra debug statementsShobhitAd2018-12-101-2/+1
* | | Remove debug statements and style fixShobhitAd2018-12-073-6/+8
* | | Created dynamic websocket object with std::variant and shared ptrsShobhitAd2018-12-061-2/+6
* | | Temporary fix for switching between WS and WSSShobhitAd2018-12-051-1/+3
* | | Pass CloudAppProperties to websocket client connectionShobhitAd2018-12-053-4/+22
* | | Implement WSS connectionShobhitAd2018-12-051-1/+10
|/ /
* | Update ConnectionStatusUpdated method + testsJackLivio2018-12-051-1/+5
* | Merge remote-tracking branch 'origin/feature/cloud_app_connection_flow' into ...jacobkeeler2018-12-032-22/+2
|\ \ | |/ |/|
| * Address Comments and Remove Unused CodeJackLivio2018-11-272-22/+2
* | Connection Status To Trigger UpdateAppListJackLivio2018-11-293-1/+14
* | Add method headers and fix stylejacobkeeler2018-11-272-1/+38
* | Fix issues with retry sequencejacobkeeler2018-11-261-0/+2
* | Merge remote-tracking branch 'origin/feature/cloud_app_connection_flow' into ...jacobkeeler2018-11-161-1/+6
|\ \ | |/
| * Remove printfs and hardcoded valuesJackLivio2018-11-161-1/+6
* | Add cloud connection statusjacobkeeler2018-11-162-6/+10
* | Add SDL.ActivateApp flow changes for cloud appsjacobkeeler2018-11-142-1/+9
|/
* Fix stylejacobkeeler2018-11-148-31/+30
* Pending cloud connection created via policies on startupJackLivio2018-11-095-1/+53
* Initial Cloud Transport ComponentJackLivio2018-11-084-0/+447
* Add Cloud Info to Application ClassJackLivio2018-11-071-0/+2
* 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-171-0/+18
* Merge pull request #2414 from XevoInc/fix/xevo_copyrightsJackLivio2018-08-2910-152/+6
|\
| * Remove Xevo copyrights from multiple transport implementationSho Amano2018-07-2410-152/+6
* | Merge remote-tracking branch 'origin/develop' into feature/boost_datetime_imp...jacobkeeler2018-08-221-8/+6
|\ \
| * | Remove deprecated methods from projectfeature/remove_deprecated_functions_5_0jacobkeeler2018-08-171-8/+6
| |/
* | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into fe...Conlain Kelly2018-08-1015-16/+640
|\ \ | |/
| * 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-1710-7/+634
| | |\
| | * | Remove custom atomic in favor of std::atomic typesConlain Kelly2018-06-251-2/+2
| * | | style fixConlain Kelly2018-07-183-5/+1
| * | | Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-184-6/+7
| | |/ | |/|
| * | Use Pimple idiom for Network Interface ListenerAlexander2018-06-113-135/+334