summaryrefslogtreecommitdiff
path: root/src/components/transport_manager
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2902 from smartdevicelink/fix/cloud_regex_case_insensitiverelease/5.1.1JackLivio2019-04-301-1/+2
|\
| * Add regex case insensitive flagfix/cloud_regex_case_insensitiveJackLivio2019-04-301-1/+2
* | Added macro to application manager and unit testsShobhit Adlakha2019-04-302-0/+6
* | Addressed review commentsfix/building_without_cloudapp_supportShobhit Adlakha2019-04-291-2/+3
* | Style fixShobhit Adlakha2019-04-251-2/+2
* | Made the websocket transport adapter include in the transport_manager conditi...Shobhit Adlakha2019-04-251-3/+4
* | Set return values for cloud app functions if CLOUD_APP_SUPPORT=OFFShobhit Adlakha2019-04-251-0/+5
* | Fixed regex error when building with CLOUD_APP_SUPPORT=OFFShobhit Adlakha2019-04-253-5/+13
|/
* Add missing Boost include directoriesfix/missing_boost_include_dirJacob Keeler2019-04-031-0/+1
* Merge pull request #2861 from smartdevicelink/fix/5.1.0_build_failuresJacob Keeler2019-03-273-45/+87
|\
| * Fix build failures depending on build optionsfix/5.1.0_build_failuresjacobkeeler2019-03-273-45/+87
* | Coverity 5.1 Fixes (#2854)JackLivio2019-03-263-2/+6
|/
* Fix duplicate regex parsing in cloud adapterfix/duplicate_regex_cloud_adapterjacobkeeler2019-03-181-22/+9
* Merge remote-tracking branch 'origin/develop' into tests/cloud_app_disconnecttests/cloud_app_disconnect+fixJackLivio2019-03-171-0/+3
|\
| * Set deleted pointers to nullfix/cloud_app_mem_leakJackLivio2019-03-161-0/+2
| * Delete write_thread_JackLivio2019-03-161-0/+1
* | Cloud app disconnect tests + fixJackLivio2019-03-132-0/+175
|/
* Remove todos and fix typosjacobkeeler2019-03-052-5/+2
* Fix issues after mergefeature/secure_websocket_connectionjacobkeeler2019-03-052-28/+28
* Merge branch 'feature/cloud_app_transport' into feature/secure_websocket_conn...Jacob Keeler2019-03-0510-36/+108
|\
| * Fix stylefeature/cloud_app_transport_regex_fixjacobkeeler2019-03-041-1/+2
| * Merge branch 'feature/cloud_app_transport' of github.com:smartdevicelink/sdl_...JackLivio2019-03-011-2/+4
| |\
| | * Get Icon URL Request (#2823)JackLivio2019-03-011-1/+2
| | * Close Cloud Connection (#2825)JackLivio2019-02-281-2/+4
| * | update regexJackLivio2019-03-011-1/+1
| * | Fix regex command for reading paths post port numberJackLivio2019-02-211-1/+1
| |/
| * Merge branch 'feature/cloud_app_transport' into feature/cloud_app_connection_...Jacob Keeler2019-01-232-3/+1
| |\
| * | Address CommentsJackLivio2019-01-163-20/+18
| * | Fix reconnect flow after modified disconnect flowjacobkeeler2019-01-153-10/+13
| * | Merge remote-tracking branch 'origin/feature/cloud_app_connection_status' int...jacobkeeler2019-01-143-1/+8
| |\ \
| * \ \ Merge remote-tracking branch 'origin/feature/cloud_app_connection_status' int...JackLivio2018-12-1010-62/+38
| |\ \ \
| * | | | Set HMI None on disconnect. Add reconnection after disconnect.JackLivio2018-11-309-49/+117
* | | | | Address review commentsShobhit Adlakha2019-02-082-5/+3
* | | | | Merge branch 'feature/cloud_app_connection_status' into feature/secure_websoc...Jacob Keeler2019-02-072-3/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Address CommentsJackLivio2019-01-202-3/+1
| | |_|/ | |/| |
* | | | Addressed review commentsShobhit Adlakha2019-02-072-47/+28
* | | | Merge branch 'feature/cloud_app_connection_status' into feature/secure_websoc...Jacob Keeler2019-01-023-1/+8
|\ \ \ \ | |/ / /
| * | | Fix disconnect flowjacobkeeler2018-12-132-1/+1
| * | | Refresh app list when an app is enabled or disabledjacobkeeler2018-12-123-1/+8
| | |/ | |/|
* | | Remove extra debug statementsShobhitAd2018-12-102-33/+15
* | | Remove debug statements and style fixShobhitAd2018-12-076-114/+113
* | | Use certificate from policy tableShobhitAd2018-12-071-3/+1
* | | Created dynamic websocket object with std::variant and shared ptrsShobhitAd2018-12-062-29/+29
* | | Temporary fix for switching between WS and WSSShobhitAd2018-12-052-31/+66
* | | Pass CloudAppProperties to websocket client connectionShobhitAd2018-12-056-42/+89
* | | Implement WSS connectionShobhitAd2018-12-052-4/+110
|/ /
* | 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