summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler
Commit message (Expand)AuthorAgeFilesLines
* Feature/rpc message protection (#2951)Maksym Ked (GitHub)2019-08-297-20/+73
* 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-2917-142/+151
|/ /
* | Fix missing 3rd-party dependencies in CMake filesfix/3rd_party_dependenciesJacob Keeler2019-04-011-0/+1
* | Fix build failures depending on build optionsfix/5.1.0_build_failuresjacobkeeler2019-03-271-2/+2
* | Add protocol test for auth_tokenjacobkeeler2019-03-113-49/+181
* | 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-262-13/+44
* | Fix stylejacobkeeler2018-11-141-2/+1
* | Pending cloud connection created via policies on startupJackLivio2018-11-092-0/+9
|/
* 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-192-7/+317
|/
* Merge pull request #2278 from smartdevicelink/feature/boost_datetime_implemen...Jacob Keeler2018-08-284-7/+9
|\
| * Merge remote-tracking branch 'origin/develop' into feature/boost_datetime_imp...jacobkeeler2018-08-227-360/+34
| |\
| * \ Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into fe...Conlain Kelly2018-08-1011-307/+2201
| |\ \
| * | | Style fixConlain Kelly2018-06-251-1/+2
| * | | Merge branch 'develop' into feature/boost_datetime_implementationconlain-k2018-06-258-147/+194
| |\ \ \
| * | | | remove struct timeval and use boost time_duration insteadConlain Kelly2018-06-184-7/+7
* | | | | Fix build failures when ENABLE_LOG=OFFjacobkeeler2018-08-211-0/+3
| |_|_|/ |/| | |
* | | | Remove deprecated methods from projectfeature/remove_deprecated_functions_5_0jacobkeeler2018-08-174-235/+0
* | | | Address commentsJackLivio2018-08-141-5/+5
* | | | Remove commented codeJackLivio2018-08-101-53/+0
* | | | Address comments and logic refactorJackLivio2018-08-107-119/+81
| |_|/ |/| |
* | | Merge pull request #2328 from ZhdanovP/fix/remove_commented_codeJackLivio2018-07-201-1/+0
|\ \ \
| * | | Remove commented codeZhdanovP2018-07-041-1/+0
* | | | style fixConlain Kelly2018-07-184-261/+247
* | | | Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-188-101/+101
* | | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into fe...fronneburg2018-07-051-1/+1
|\ \ \ \ | |/ / /
| * | | Fix build with unit tests after commands factory refactoringValerii2018-06-261-1/+1
| | |/ | |/|
* | | 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-042-5/+5
* | | Merge pull request #296 in NAR/sdl-core from bugfux/handle_review_20180702 to...Frank Ronneburg2018-07-043-5/+54
* | | Add a comment regarding multiple transport is disabledSho Amano2018-06-291-0/+4
* | | Reflecting review commentsSho Amano2018-06-292-6/+5
* | | Partially revert "Merge pull request #253 in NAR/sdl-core from feat/protocol_...Sho Amano2018-06-281-3/+1
* | | Update NonConstDataAccessor to align with PR #2254Sho Amano2018-06-281-3/+6
* | | fix: protocol_handler_test not running any testsSho Amano2018-06-282-4/+9
* | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into fe...fronneburg2018-06-272-0/+4
|\ \ \ | |/ /
| * | fix: build breaks when ENABLE_SECURITY is OFFSho Amano2018-06-192-0/+4
* | | further review commentsfronneburg2018-06-274-41/+64
* | | Merge pull request #290 in NAR/sdl-core from bugfix/handle_review to feature/...Sho Amano2018-06-273-57/+52
* | | Partially revert "fix build problems from merges"Sho Amano2018-06-192-5/+0
* | | Update protocol handler UTs to reflect protection implementation updatesSho Amano2018-06-191-0/+40
* | | Merge branch 'develop' into feat/mt_transport_changesSho Amano2018-06-195-134/+87
|\ \ \ | |/ /
| * | Fix failed unit test after updated implementationfix/fix_v5_protocol_messages_bson_paramsAKalinich-Luxoft2018-06-181-0/+12
| * | V5 Protocol Messages do not encrypt payload of Control Frame Message TypesAKalinich-Luxoft2018-06-183-31/+70