summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler/src/protocol_handler_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \
| * | | | remove struct timeval and use boost time_duration insteadConlain Kelly2018-06-181-2/+2
* | | | | Fix build failures when ENABLE_LOG=OFFjacobkeeler2018-08-211-0/+3
| |_|_|/ |/| | |
* | | | Remove deprecated methods from projectfeature/remove_deprecated_functions_5_0jacobkeeler2018-08-171-178/+0
* | | | Address commentsJackLivio2018-08-141-5/+5
* | | | Address comments and logic refactorJackLivio2018-08-101-17/+16
| |_|/ |/| |
* | | style fixConlain Kelly2018-07-181-6/+3
* | | Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-6/+6
* | | address review commentsfronneburg2018-07-051-1/+1
* | | Merge pull request #295 in NAR/sdl-core from bugfix/remove_non_const_data_acc...Frank Ronneburg2018-07-041-3/+3
* | | Merge pull request #296 in NAR/sdl-core from bugfux/handle_review_20180702 to...Frank Ronneburg2018-07-041-5/+12
* | | Add a comment regarding multiple transport is disabledSho Amano2018-06-291-0/+4
* | | Reflecting review commentsSho Amano2018-06-291-4/+4
* | | 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-28/+36
* | | Merge pull request #290 in NAR/sdl-core from bugfix/handle_review to feature/...Sho Amano2018-06-271-36/+32
* | | Merge branch 'develop' into feat/mt_transport_changesSho Amano2018-06-191-102/+53
|\ \ \ | |/ /
| * | V5 Protocol Messages do not encrypt payload of Control Frame Message TypesAKalinich-Luxoft2018-06-181-13/+48
| * | Added logic related to certificate savingfix/fix_certificate_saving_after_ptuAKalinich-Luxoft2018-06-181-89/+4