summaryrefslogtreecommitdiff
path: root/src/components/transport_manager/test
Commit message (Expand)AuthorAgeFilesLines
* use less common port in websocket connection tests (#3529)Collin2020-10-061-1/+1
* Fix Cppcheck issues (#3453)Yana Chernysheva (GitHub)2020-10-014-19/+3
* Fix avoid race conditions (#3471)Serhii Niukalov (GitHub)2020-08-212-11/+11
* [SDL 0273] WebEngine Projection mode (#3457)Alexander Kutsan (GitHub)2020-08-211-3/+5
* Fix: handle network interface removal (#2759)Sho Amano2020-06-041-56/+86
* Feature/Web Engine support (#3221)Alexander Kutsan (GitHub)2020-02-2716-506/+1396
* Fix LastState methods thread safe access (#2626)Ira Lytvynenko (GitHub)2020-02-149-111/+160
* Rework Uts and add synchronization to avoid race condition in transport adapt...Serhii Niukalov (GitHub)2020-01-2411-149/+446
* Fix SDL behavior during LOW_VOLTAGE (#3029)Andrii Kalinich (GitHub)2019-09-244-14/+58
* Fix failing build with enable_security=off (#3006)Maksym Ked (GitHub)2019-09-031-0/+2
* Feature/rpc message protection (#2951)Maksym Ked (GitHub)2019-08-293-5/+5
* Address commentsfeature/bt_uuid_ini_configJackLivio2019-06-171-0/+22
* Merge remote-tracking branch 'origin/master' into developjacobkeeler2019-05-304-30/+566
|\
| * Implemented fix and unit tests for regex endpoint parsing and websocket conne...hotfix/cloud_app_endpoint_with_pathShobhit Adlakha2019-05-245-6/+1260
* | 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-303-1/+8
|\ \ | |/
| * Added macro to application manager and unit testsShobhit Adlakha2019-04-302-0/+6
* | Fix build failures from rearranged includesjacobkeeler2019-04-301-6/+10
* | Run updated style scriptjacobkeeler2019-04-2913-84/+107
|/
* Cloud app disconnect tests + fixJackLivio2019-03-132-0/+175
* Merge branch 'feature/cloud_app_transport' into feature/cloud_app_connection_...Jacob Keeler2019-01-232-3/+1
|\
| * Address CommentsJackLivio2019-01-202-3/+1
* | Merge remote-tracking branch 'origin/feature/cloud_app_connection_status' int...JackLivio2018-12-103-10/+8
|\ \ | |/
| * Update ConnectionStatusUpdated method + testsJackLivio2018-12-053-10/+8
* | Set HMI None on disconnect. Add reconnection after disconnect.JackLivio2018-11-302-0/+6
|/
* Add tests for RegisterApplication and RetryConnectionjacobkeeler2018-11-292-9/+97
* Connection Status To Trigger UpdateAppListJackLivio2018-11-291-0/+2
* Fix build issues and test failuresjacobkeeler2018-11-271-1/+2
* Address comments, fix unit test failuresJackLivio2018-11-204-0/+15
* Remove Xevo copyrights from multiple transport implementationSho Amano2018-07-244-100/+1
* style fixConlain Kelly2018-07-184-11/+12
* Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-186-63/+63
* Improve CMakeLists for tcp transportSho Amano2018-06-291-4/+6
* further review commentsfronneburg2018-06-274-52/+45
* Merge pull request #290 in NAR/sdl-core from bugfix/handle_review to feature/...Sho Amano2018-06-274-42/+42
* Use Pimple idiom for Network Interface ListenerAlexander2018-06-113-510/+604
* Merge pull request #266 in NAR/sdl-core from bugfix/tcp_interface_event_build...Sho Amano2018-05-212-0/+3
* Merge pull request #241 in NAR/sdl-core from feat/transport_unit_tests to fea...Frank Ronneburg2018-04-117-15/+1246
* Merge pull request #236 in NAR/sdl-core from fix/build_errors_in_tests to fea...Frank Ronneburg2018-04-114-1/+27
* Fix unit test failureJackLivio2018-02-211-1/+32
* Fix bluetooth restore on startupJackLivio2018-02-201-5/+6
* Merge branch 'develop' into hotfix/dynamically_link_librarieshotfix/dynamically_link_librariesJackLivio2018-02-025-284/+525
|\
| * Extract common code to separate functionAndriy Byzhynar2018-01-181-56/+19
| * Replace pragma with header guardsAndriy Byzhynar2018-01-181-16/+13