summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler/src/protocol_handler_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'develop' into feat/mt_transport_changesJacob Keeler2018-06-181-16/+46
|\ \ | |/
| * Add correct certificate expiration handlingAndriy Byzhynar2018-06-181-7/+1
| * Fix decrypted multiframe message handlingAndriy Byzhynar2018-06-181-0/+6
| * Add handling of wrong force protection settings in ini fileAndriy Byzhynar2018-06-181-0/+6
| * Move out unrelated to feature changesAKalinich-Luxoft2018-06-041-3/+88
| * Additional fixes after ATF testingAKalinich-Luxoft2018-05-311-98/+13
| * Implement fully functional GetSystemTime featureAndriy Byzhynar2018-04-061-11/+35
* | Merge pull request #267 in NAR/sdl-core from bugfix/transport_update_event_in...Sho Amano2018-05-211-0/+1
* | Merge pull request #264 in NAR/sdl-core from bugfix/SDL-2613 to feature/Ford-...Frank Ronneburg2018-05-171-0/+6
* | Merge branch 'bugfix/SDL-2547' of ssh://autobitbucket.corp.xevo.com:7999/nar/...fronneburg2018-04-261-2/+2
* | Merge pull request #258 in NAR/sdl-core from bugfix/SDL-2547 to feature/Ford-...Frank Ronneburg2018-04-261-19/+22
* | alignment and style checkfronneburg2018-04-191-144/+245
* | Merge pull request #253 in NAR/sdl-core from feat/protocol_handler_unit_tests...Madhu Yaduguri2018-04-191-48/+59
* | Merge pull request #243 in NAR/sdl-core from fix/remove_device_id_from_protoc...Frank Ronneburg2018-04-111-14/+14
* | Merge branch 'feature/Ford-WiFi' of ssh://autobitbucket.corp.xevo.com:7999/na...fronneburg2018-04-111-31/+45
* | Remove compile warningsSho Amano2018-04-051-2/+0
* | minor changes due to merge build conflictsfronneburg2018-04-041-4/+0
* | remove some extraneous debugging codefronneburg2018-04-041-40/+0
* | Merge pull request #231 in NAR/sdl-core from feat/config_for_secondary_transp...Frank Ronneburg2018-04-041-11/+251
* | Merge pull request #225 in NAR/sdl-core from feat/network_name_and_notify_hmi...Sho Amano2018-04-041-28/+19
* | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into fe...fronneburg2018-04-041-10/+11
|\ \ | |/
| * Fix build issues and test failures when building with ENABLE_SECURITY=OFFfix/security_off_buildjacobkeeler2018-03-211-14/+14
* | fix build problems from mergesfronneburg2018-03-281-2/+2
* | Merge pull request #221 in NAR/sdl-core from task/secondary_session_startup t...Frank Ronneburg2018-03-271-10/+293
|/
* 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