summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler/src/protocol_handler_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix build issues and test failures when building with ENABLE_SECURITY=OFFfix/security_off_buildjacobkeeler2018-03-211-14/+14
* Answer review commentsAKalinich-Luxoft2018-01-301-0/+3
* Minor refactoring in protocol and security managerAKalinich-Luxoft2018-01-291-1/+1
* ProtocolHandlerImpl was extended with PolicyHandlerObserverAKalinich-Luxoft2018-01-291-6/+103
* Refactoring in connection/protocol handlersAKalinich-Luxoft2018-01-291-49/+42
* Old StartSessionHandler class moved to a separate unitAKalinich-Luxoft2018-01-291-135/+13
* Address review commentsfeature/deprecated_method_macrojacobkeeler2018-01-171-1/+2
* Add DEPRECATED macro, and fix resulting deprecated warningsjacobkeeler2017-12-041-12/+14
* Merge pull request #1769 from shoamano83/fix/deprecate_service_data_ackJacob Keeler2017-09-281-21/+22
|\
| * fix: send Service Data ACK frames only for version 2-4Sho Amano2017-09-221-21/+22
* | Validate outgoing video paramsfix/video_capabilities_validationjacobkeeler2017-09-251-3/+28
* | Fix coverity issues related to protocol changesjacobkeeler2017-09-211-2/+3
|/
* Merge remote-tracking branch 'LuxoftAKutsan/fix/SDL_respond_ACK_with_protocol...jacobkeeler2017-09-081-11/+20
|\
| * fixup! Fix incorrect behaviour of SDL during respose ACK whenr video and audi...Alex Kutsan2017-06-231-4/+7
| * Fix incorrect behaviour of SDL during respose ACK whenr video and audio servi...okozlovlux2017-06-201-2/+5
* | Fix version negotiation for pre-v5 appsfix/version_negotiation_pre_v5Jacob Keeler2017-08-181-6/+12
* | 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 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-111-67/+53
* | Add video related keys in bson_object_keys.ccSho Amano2017-08-111-10/+12
* | Append video releated parameters in Start Service ACK packetSho Amano2017-08-111-3/+81
* | fix: session ID and hash ID may be notified to wrong proxySho Amano2017-08-111-17/+31
* | Deprecate HandleControlMessageStartSession()Sho Amano2017-08-111-0/+154
* | 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
* | Add implementation for video streaming parametersSho Amano2017-08-111-33/+59
* | Add constants for BSON object keysfeature/bson_object_keysjacobkeeler2017-08-091-12/+16
* | Use `MaxSupportedProtocolVersion` instead of `EnableProtocolX` to determine p...feature/max_supported_protocol_versionjacobkeeler2017-08-041-16/+1
* | Complete logic for version negotiationfeature/version_negotiationjacobkeeler2017-08-031-13/+16
* | Fix copy-paste errorfeature/constructed_payloadsjacobkeeler2017-07-311-1/+1
* | Hash ID is only set for RPC service StartSessionACK, extra checks for when to...jacobkeeler2017-07-311-49/+23
* | Changes based on comments, added any missing method descriptions jacobkeeler2017-07-311-6/+14
* | Implement reading and writing constructed payloads for StartService and EndSe...jacobkeeler2017-07-251-26/+272
* | Add protocol version 5 with service-specific MTUjacobkeeler2017-07-251-2/+13
|/
* Format all code in projectKozoriz2016-04-261-385/+560
* ProtocolHandler correctives after singletons removingKozoriz2016-03-311-3/+10
* TimeTester refatctoring.Kozoriz2016-03-101-23/+23
* Remove singleton from ProtocolHandlerKozoriz2016-03-041-165/+105
* Fix dead locks if user register 30 and more applicationsdtrunov2016-02-031-6/+4
* Code beautifyingAnatoly Leshin2016-01-211-5/+5
* Process EndServiceAck from mobile;Anatoly Leshin2016-01-211-5/+41
* Fixed wrong logger name for ProtocolHandlerElisey Zamakhov2015-12-181-2/+3
* Implement Multiframe assembling by MessageIDElisey Zamakhov2015-11-061-117/+72
* Add MultiFrame assembling verification with DCHECKsElisey Zamakhov2015-10-261-99/+111
* Trigger update in case of certificate to be expiredAlexandr Galiuzov2015-10-041-0/+3