summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler/test/protocol_handler_tm_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Reject StartService for audio or video based on settingsjacobkeeler2018-09-191-0/+284
* Address comments and logic refactorJackLivio2018-08-101-4/+5
* style fixConlain Kelly2018-07-181-50/+25
* Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-56/+56
* Merge pull request #295 in NAR/sdl-core from bugfix/remove_non_const_data_acc...Frank Ronneburg2018-07-041-2/+2
* Merge pull request #296 in NAR/sdl-core from bugfux/handle_review_20180702 to...Frank Ronneburg2018-07-041-0/+41
* Update NonConstDataAccessor to align with PR #2254Sho Amano2018-06-281-3/+6
* fix: protocol_handler_test not running any testsSho Amano2018-06-281-0/+9
* Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into fe...fronneburg2018-06-271-0/+2
|\
| * fix: build breaks when ENABLE_SECURITY is OFFSho Amano2018-06-191-0/+2
* | further review commentsfronneburg2018-06-271-10/+14
* | Merge pull request #290 in NAR/sdl-core from bugfix/handle_review to feature/...Sho Amano2018-06-271-10/+13
* | Update protocol handler UTs to reflect protection implementation updatesSho Amano2018-06-191-0/+40
* | Merge branch 'develop' into feat/mt_transport_changesSho Amano2018-06-191-0/+12
|\ \ | |/
| * Fix failed unit test after updated implementationfix/fix_v5_protocol_messages_bson_paramsAKalinich-Luxoft2018-06-181-0/+12
* | Merge branch 'develop' into feat/mt_transport_changesJacob Keeler2018-06-181-14/+35
|\ \ | |/
| * Merge pull request #2105 from smartdevicelink/feature/get_system_timeJacob Keeler2018-06-181-14/+35
| |\
| | * Implement fully functional GetSystemTime featureAndriy Byzhynar2018-04-061-14/+35
| * | Fix protocol handler unit testIra Lytvynenko (GitHub)2018-06-121-2/+4
| |/
* | straggling alignment issuefronneburg2018-04-301-1/+1
* | Merge branch 'bugfix/SDL-2547' of ssh://autobitbucket.corp.xevo.com:7999/nar/...fronneburg2018-04-261-7/+10
* | Merge pull request #258 in NAR/sdl-core from bugfix/SDL-2547 to feature/Ford-...Frank Ronneburg2018-04-261-13/+65
* | additional protocol handler unit test fixesfronneburg2018-04-191-2/+4
* | Merge pull request #254 in NAR/sdl-core from feat/connection_handler_unit_tes...Frank Ronneburg2018-04-191-2/+2
* | Merge pull request #253 in NAR/sdl-core from feat/protocol_handler_unit_tests...Madhu Yaduguri2018-04-191-1/+1007
* | Merge pull request #236 in NAR/sdl-core from fix/build_errors_in_tests to fea...Frank Ronneburg2018-04-111-1/+3
|/
* Fix build issues and test failures when building with ENABLE_SECURITY=OFFfix/security_off_buildjacobkeeler2018-03-211-0/+2
* Fixed mocks and related unit testsAKalinich-Luxoft2018-01-291-147/+193
* fix: send Service Data ACK frames only for version 2-4Sho Amano2017-09-221-0/+56
* fix: don't use local var for mock OnSessionStartedCallback() callSho Amano2017-08-121-26/+14
* Remove deprecated enable_protocol_5() method in test codeSho Amano2017-08-111-2/+2
* Add video related keys in bson_object_keys.ccSho Amano2017-08-111-15/+24
* Append video releated parameters in Start Service ACK packetSho Amano2017-08-111-5/+15
* Add unit test to simulate two video StartService packetsSho Amano2017-08-111-0/+172
* fix: session ID and hash ID may be notified to wrong proxySho Amano2017-08-111-15/+39
* Deprecate OnSessionStartedCallback()Sho Amano2017-08-111-39/+57
* Add implementation for video streaming parametersSho Amano2017-08-111-14/+126
* Implement reading and writing constructed payloads for StartService and EndSe...jacobkeeler2017-07-251-3/+5
* Add missing functionality fo policiesokozlovlux2017-05-171-4/+7
* Fix coding styleSergey Levchenko (GitHub)2017-04-211-27/+50
* Disable protocol_handler flood testsIvo Stoilov (GitHub)2017-02-081-5/+5
* Apply code review commentsIvo Stoilov (GitHub)2017-02-061-141/+134
* Refactor ProtocolHandler test to use TestAsyncWaiterIvo Stoilov (GitHub)2017-02-061-101/+401
* Rename mock files to correct namingIvo Stoilov (GitHub)2017-01-251-1/+1
* Format all code in projectKozoriz2016-04-261-1/+2
* Change other unit-tests according new code changesiAndrew52016-04-041-3/+14
* Complete covering of Protocol handleriAndrew52016-04-041-406/+880
* ProtocolHandler test correctivesKozoriz2016-03-311-3/+5
* TimeTester refatctoring.Kozoriz2016-03-101-1/+1
* Remove singleton from ProtocolHandlerKozoriz2016-03-041-100/+167