summaryrefslogtreecommitdiff
path: root/src/components/transport_manager
Commit message (Expand)AuthorAgeFilesLines
* The permission change notification has been expanded.bsolonenko2019-06-253-5/+5
* Added logic for processing RPC according to the proposal.bsolonenko2019-06-254-4/+4
* Merge remote-tracking branch 'origin/master' into developjacobkeeler2019-05-308-56/+636
|\
| * Implemented fix and unit tests for regex endpoint parsing and websocket conne...hotfix/cloud_app_endpoint_with_pathShobhit Adlakha2019-05-249-33/+1331
* | Implemented ASSERT expectations for client connection pointer checkfeature/websocket_connection_testsShobhit Adlakha2019-05-131-2/+2
* | Addressed review commentsShobhit Adlakha2019-05-133-35/+30
* | Separated interface and implementation for sample_websocket_serverShobhit Adlakha2019-05-084-204/+242
* | Added WebsocketClient structShobhit Adlakha2019-05-061-52/+43
* | Added CA certificate and fixed style for sample_websocket_serverShobhit Adlakha2019-05-062-243/+172
* | WSS Connection test and sample WSS ServerShobhit Adlakha2019-05-062-6/+399
* | WS Connection test and sample WS ServerShobhit Adlakha2019-05-033-0/+368
* | Merge remote-tracking branch 'origin/release/5.1.1' into feature/update_style...feature/update_style_scriptjacobkeeler2019-04-307-8/+31
|\ \ | |/
| * 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
| |/
* | Fix build failures from rearranged includesjacobkeeler2019-04-301-6/+10
* | Run updated style scriptjacobkeeler2019-04-2964-323/+346
|/
* 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