summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecated warnings in application_impl and connection_handler_implfix/deprecated_warningsjacobkeeler2018-02-015-15/+18
* Remove references to QT HMIfeature/remove_qt_hmijacobkeeler2018-02-012-20/+8
* Delete QT HMIjacobkeeler2018-02-01739-47454/+0
* Merge pull request #1999 from smartdevicelink/fix/unused_iteratorJacob Keeler2018-02-011-1/+1
|\
| * Remove unused iteratorfix/unused_iteratorJacob Keeler2018-02-011-1/+1
* | Merge pull request #1971 from AKalinich-Luxoft/fix/fix_security_issuesJacob Keeler2018-01-3130-771/+1463
|\ \
| * | Answer review commentsAKalinich-Luxoft2018-01-302-3/+6
| * | Fix failed RC test after rebaseAKalinich-Luxoft2018-01-291-1/+0
| * | Fixed mocks and related unit testsAKalinich-Luxoft2018-01-2910-448/+580
| * | Minor refactoring in protocol and security managerAKalinich-Luxoft2018-01-2918-37/+50
| * | Fixed certificate chain reading from PEM fileAKalinich-Luxoft2018-01-291-0/+12
| * | Updates in connection and handlerAKalinich-Luxoft2018-01-295-0/+87
| * | Added overriden functions for SecurityManager listenersAKalinich-Luxoft2018-01-295-1/+86
| * | ProtocolHandlerImpl was extended with PolicyHandlerObserverAKalinich-Luxoft2018-01-293-6/+114
| * | Fixes in Crypto/Security managersAKalinich-Luxoft2018-01-294-9/+65
| * | Refactoring in connection/protocol handlersAKalinich-Luxoft2018-01-296-134/+113
| * | Old StartSessionHandler class moved to a separate unitAKalinich-Luxoft2018-01-294-135/+343
| * | ServiceStartedContext were moved to session observerAKalinich-Luxoft2018-01-293-49/+58
* | | Merge branch 'fix/gcc6_build' into developJacob Keeler2018-01-302-1/+2
|\ \ \
| * | | Fix build errors with GCC6+fix/gcc6_buildjacobkeeler2018-01-172-1/+2
* | | | Merge remote-tracking branch 'origin/master' into developjacobkeeler2018-01-291-1/+0
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Fix RC unit testfix/rc_unit_test_failureJacob Keeler2018-01-291-1/+0
* | | Merge remote-tracking branch 'origin/master' into developjacobkeeler2018-01-262-3/+2
|\ \ \ | |/ /
| * | Move MaxSupportedProtocolVersion to correct sectionhotfix/move_ini_protocol_versionJacob Keeler2017-11-081-2/+2
| * | Activate app sent at wrong time for RC appshotfix/rc_sends_activate_app_at_wrong_timeJackLivio2017-11-031-1/+0
* | | Fix difference in device hash generationfeature/IAP_over_BTAndriy Byzhynar2018-01-221-2/+5
* | | Remove redundant functionalityAndriy Byzhynar2018-01-223-6/+18
* | | Add TODO comment in correct formatAndriy Byzhynar2018-01-191-2/+2
* | | Replace deprecation comments with DEPRECATED macroAndriy Byzhynar2018-01-1824-159/+122
* | | Extract common code to separate functionAndriy Byzhynar2018-01-181-56/+19
* | | Replace pragma with header guardsAndriy Byzhynar2018-01-1819-306/+85
* | | Fix issues after rebaseAndriy Byzhynar2018-01-186-8/+9
* | | Fix UT for activate_app_requestAndriy Byzhynar2018-01-181-1/+11
* | | Add wrappers for deprecated methodsAndriy Byzhynar2018-01-1812-90/+52
* | | Fixes thread races in transport manager unit testsAndrey Oleynik (GitHub)2018-01-181-5/+1
* | | Revert "Changes return codes for application id replacement"Andrey Oleynik (GitHub)2018-01-181-4/+4
* | | Adds error handlingAndrey Oleynik (GitHub)2018-01-181-3/+6
* | | Changes return codes for application id replacementAndrey Oleynik (GitHub)2018-01-181-4/+4
* | | Fixes potential build warnings with macroAndrey Oleynik (GitHub)2018-01-181-0/+2
* | | Fixes thread stopping in case no one connected to the pipeAndrey Oleynik (GitHub)2018-01-181-2/+11
* | | Fixes coding styleAndrey Oleynik (GitHub)2018-01-185-31/+25
* | | Adds comments, replaces pointer with reference and other minor changesAndrey Oleynik (GitHub)2018-01-182-12/+23
* | | Changes implementation of iAP2 transport adapter emulationAndrey Oleynik (GitHub)2018-01-185-3/+165
* | | Adds null pointer checks, fixes typos and other minor changes.Andrey Oleynik (GitHub)2018-01-1810-30/+43
* | | Fixes coding styleAndrey Oleynik (GitHub)2018-01-1829-172/+187
* | | Updates mocks and unit tests after prior commitAndrey Oleynik (GitHub)2018-01-1815-141/+322
* | | Changes iAP2 Bluetooth to USB switching flowAndrey Oleynik (GitHub)2018-01-1837-106/+501
* | | Fixes multiconnection from the same adapter typeAndrey Oleynik (GitHub)2018-01-182-9/+18
* | | Fixes RPCs holding for applications being switchedAndrey Oleynik (GitHub)2018-01-186-55/+221
* | | Adds iAP2 BT/USB connection emulation over TCP transportAndrey Oleynik (GitHub)2018-01-186-2/+215