summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler
Commit message (Expand)AuthorAgeFilesLines
* Added logic related to certificate savingfix/fix_certificate_saving_after_ptuAKalinich-Luxoft2018-06-182-103/+4
* Add correct certificate expiration handlingAndriy Byzhynar2018-06-181-7/+1
* Fix decrypted multiframe message handlingAndriy Byzhynar2018-06-184-7/+31
* Add handling of wrong force protection settings in ini fileAndriy Byzhynar2018-06-181-0/+6
* Merge pull request #2105 from smartdevicelink/feature/get_system_timeJacob Keeler2018-06-185-26/+93
|\
| * Move out unrelated to feature changesAKalinich-Luxoft2018-06-042-3/+94
| * Additional fixes after ATF testingAKalinich-Luxoft2018-05-314-108/+17
| * Implement fully functional GetSystemTime featureAndriy Byzhynar2018-04-065-25/+92
* | Fix protocol handler unit testIra Lytvynenko (GitHub)2018-06-121-2/+4
|/
* Fix build issues and test failures when building with ENABLE_SECURITY=OFFfix/security_off_buildjacobkeeler2018-03-213-15/+24
* Answer review commentsAKalinich-Luxoft2018-01-301-0/+3
* Fixed mocks and related unit testsAKalinich-Luxoft2018-01-291-147/+193
* Minor refactoring in protocol and security managerAKalinich-Luxoft2018-01-293-10/+15
* ProtocolHandlerImpl was extended with PolicyHandlerObserverAKalinich-Luxoft2018-01-292-6/+113
* Refactoring in connection/protocol handlersAKalinich-Luxoft2018-01-292-50/+54
* Old StartSessionHandler class moved to a separate unitAKalinich-Luxoft2018-01-294-135/+343
* Address review commentsfeature/deprecated_method_macrojacobkeeler2018-01-171-1/+2
* Add DEPRECATED macro, and fix resulting deprecated warningsjacobkeeler2017-12-042-14/+16
* Merge pull request #1769 from shoamano83/fix/deprecate_service_data_ackJacob Keeler2017-09-282-21/+78
|\
| * fix: send Service Data ACK frames only for version 2-4Sho Amano2017-09-222-21/+78
* | Validate outgoing video paramsfix/video_capabilities_validationjacobkeeler2017-09-251-3/+28
* | Fix style issuesfix/coverity_issues_4.4.0jacobkeeler2017-09-211-3/+6
* | Fix coverity issues related to protocol changesjacobkeeler2017-09-213-7/+8
|/
* Merge remote-tracking branch 'LuxoftAKutsan/fix/SDL_respond_ACK_with_protocol...jacobkeeler2017-09-082-12/+21
|\
| * fixup! Fix incorrect behaviour of SDL during respose ACK whenr video and audi...Alex Kutsan2017-06-232-5/+8
| * Fix incorrect behaviour of SDL during respose ACK whenr video and audio servi...okozlovlux2017-06-201-2/+5
* | Merge remote-tracking branch 'origin/develop' into feature/sdl_remote_control...Alexander Kutsan2017-08-221-6/+12
|\ \
| * | Fix version negotiation for pre-v5 appsfix/version_negotiation_pre_v5Jacob Keeler2017-08-181-6/+12
* | | Integration with develop fixesAlexander Kutsan2017-08-161-6/+9
|/ /
* | Merge pull request #1719 from shoamano83/fix/build_break_protocol_packet_testJacob Keeler2017-08-161-3/+6
|\ \
| * | fix: build break in protocol_packet_test.ccSho Amano2017-08-121-3/+6
* | | Fix: deinitialize BSON objectjacobkeeler2017-08-141-0/+1
* | | Fix style issuesjacobkeeler2017-08-141-17/+15
* | | Fix crash related to previous refactoringjacobkeeler2017-08-141-2/+5
* | | Refactoring of NotifySessionStartedResultjacobkeeler2017-08-141-50/+30
* | | fix: don't use local var for mock OnSessionStartedCallback() callSho Amano2017-08-121-26/+14
* | | Fix usage of StartSessionHandler to include payload params.jacobkeeler2017-08-111-6/+25
* | | Just copy the parameters from the original message rather than check and copy...jacobkeeler2017-08-111-28/+4
* | | fix: missing deinit of temporary BSON objectSho Amano2017-08-111-0/+1
* | | Update SendStartSessionAck() to always receive paramsSho Amano2017-08-112-93/+55
* | | 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-112-25/+36
* | | Append video releated parameters in Start Service ACK packetSho Amano2017-08-113-8/+145
* | | 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-113-38/+82
* | | Deprecate OnSessionStartedCallback()Sho Amano2017-08-111-39/+57
* | | Deprecate HandleControlMessageStartSession()Sho Amano2017-08-112-0/+157
* | | fix: increase stack size of protocol handler threadsSho Amano2017-08-111-1/+1
* | | fix: avoid crash in bson_object_from_bytes() when data is NULLSho Amano2017-08-111-1/+6
* | | fix: build break in protocol_header_validator_test.ccSho Amano2017-08-111-4/+4