summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler/src/protocol_handler_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove Deprecated Methods For SDL Core 8.0.0 (#3735)JackLivio2021-07-151-8/+0
* replace applicable post-operators to pre-operators (#3687)Collin2021-04-201-3/+3
* fix: reduce logs during streaming (#1778)Sho Amano2021-04-141-8/+8
* Fix/sdl 3620 SDL does not respond with NACK to start RPC service request with...VladSemenyuk2021-03-241-58/+107
* Do not encrypt first frame (#3665)Vadym Luchko (GitHub)2021-03-231-1/+1
* Merge remote-tracking branch 'origin/develop' into feature/sdl_0293_enable_oe...LitvinenkoIra2021-02-021-1/+1
|\
| * fix unit tests with with -DENABLE_SECURITY=OFF (#3615)Collin2021-01-251-1/+1
* | Increase protocol version to 5.4.0LitvinenkoIra2021-01-221-2/+4
* | Add vehicle data params to StartSessionAckAndrii Kalinich2021-01-211-0/+39
|/
* Merge pull request #3572 from smartdevicelink/fix/fix_session_heartbeat_startingJackLivio2020-11-131-4/+16
|\
| * Fix unit testsJackLivio2020-11-131-6/+4
| * Fix errors from merge conflictsfix/fix_session_heartbeat_startingJackLivio2020-11-121-2/+2
| * Merge remote-tracking branch 'origin/develop' into fix/fix_session_heartbeat_...JackLivio2020-11-101-684/+1303
| |\
| * | Added check if HB tracking for session is already enabledAKalinich-Luxoft2017-12-221-1/+11
| * | Fix starting of the session HeartbeatAKalinich-Luxoft2017-12-221-4/+7
* | | Cover connection handler and policy handler with unit tests (#2682)Mykola Korniichuk (GitHub)2020-11-121-29/+4
| |/ |/|
* | Fix sdl sends unexpected disconnect with resource constraint (#3516)Serhii Niukalov (GitHub)2020-10-231-0/+1
* | Fix formatting for logs after logger overhaul (#3554)Jacob Keeler2020-10-231-23/+8
* | Add missed NACK reasons (#3545)Yana Chernysheva (GitHub)2020-10-231-8/+14
* | Fix Cppcheck issues (#3453)Yana Chernysheva (GitHub)2020-10-011-3/+3
* | Feature/Add reason param to All protocol NAKs (#3462)Shobhit Adlakha2020-09-041-52/+110
* | [SDL 0046] Implement logger abstraction (#3472)VladSemenyuk2020-09-011-349/+286
* | [SDL 0273] WebEngine Projection mode (#3457)Alexander Kutsan (GitHub)2020-08-211-0/+20
* | Sdl must store onWayPointChange internally (#2490)Pavel Zhdanov (GitHub)2020-06-081-2/+1
* | Bugfix/protocol handler memory issues (#2270)Sho Amano2020-06-061-1/+5
* | Fix messages protocol version check (#2771)Stanislav Kobziev (GitHub)2020-05-211-4/+6
* | Properly populate rejectedParams for EndServiceNACKfix/hash_id_rejected_paramsjacobkeeler2020-02-101-1/+2
* | Fix sending of OnServiceUpdate on service NACK (#3095)Andrii Kalinich (GitHub)2019-10-231-1/+8
* | Fix coverity issues (#3036)Jacob Keeler2019-09-191-4/+6
* | Fix failing build with enable_security=off (#3006)Maksym Ked (GitHub)2019-09-031-6/+14
* | Feature/service status update to hmi (#2921)Maksym Ked (GitHub)2019-08-291-24/+100
* | Feature/rpc message protection (#2951)Maksym Ked (GitHub)2019-08-291-6/+31
* | Merge remote-tracking branch 'origin/master' into developjacobkeeler2019-05-301-41/+71
|\ \
| * \ Merge pull request #2786 from XevoInc/fix/buffer_overrun_bson_parsingJacob Keeler2019-05-291-41/+71
| |\ \
| | * | fix: avoid out-of-bound access while reading corrupted BSON fieldSho Amano2018-12-131-41/+71
* | | | Run updated style scriptjacobkeeler2019-04-291-26/+27
|/ / /
* | | Fix build failures depending on build optionsfix/5.1.0_build_failuresjacobkeeler2019-03-271-2/+2
* | | Add protocol test for auth_tokenjacobkeeler2019-03-111-1/+4
* | | Increase stack size to fix segaultJackLivio2019-02-271-1/+1
* | | Increase auth_token size according to specfeature/auth_token_protocol_payloadjacobkeeler2019-02-261-2/+3
* | | Add auth_token to StartServiceACK for cloud appsjacobkeeler2019-02-261-13/+37
* | | Fix stylejacobkeeler2018-11-141-2/+1
* | | Pending cloud connection created via policies on startupJackLivio2018-11-091-0/+5
|/ /
* | Merge pull request #2607 from smartdevicelink/fix/video_streaming_in_backgroundJacob Keeler2018-09-211-2/+2
|\ \
| * | Fix EndService being sent to the wrong connectionjacobkeeler2018-09-121-2/+2
* | | Reject StartService for audio or video based on settingsjacobkeeler2018-09-191-7/+33
|/ /
* | Merge pull request #2278 from smartdevicelink/feature/boost_datetime_implemen...Jacob Keeler2018-08-281-2/+2
|\ \
| * \ Merge remote-tracking branch 'origin/develop' into feature/boost_datetime_imp...jacobkeeler2018-08-221-194/+15
| |\ \
| * \ \ Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into fe...Conlain Kelly2018-08-101-15/+633
| |\ \ \
| * \ \ \ Merge branch 'develop' into feature/boost_datetime_implementationconlain-k2018-06-251-100/+82
| |\ \ \ \