summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/src/policy_manager_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix/sdl_does_not_send SDL.OnStatusUpdate(UPDATE_NEEDED) (#2494)Andriy Byzhynar (GitHub)2018-10-021-4/+4
* Remove default_hmi error from regular policy managerJackLivio2018-09-211-5/+0
* Address commentsJackLivio2018-09-201-3/+3
* Fix typoJackLivio2018-09-201-2/+2
* Update based on commentsJackLivio2018-09-201-36/+26
* Add filtering for policy table parametersJackLivio2018-09-191-3/+116
* Add function to filter invalid parametres and RPCsAlexander Kutsan2018-09-101-0/+46
* Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into fe...Conlain Kelly2018-08-101-46/+41
|\
| * Return correct pointer type in ParseArray()fix/invalid_ptr_assignmentConlain Kelly2018-07-301-2/+2
| * style fixConlain Kelly2018-07-181-4/+4
| * Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-20/+20
| * Remove remote control flagIra Lytvynenko (GitHub)2018-06-261-24/+19
* | Style fixConlain Kelly2018-06-251-2/+1
* | Merge branch 'develop' into feature/boost_datetime_implementationconlain-k2018-06-251-11/+6
|\ \ | |/
| * Added logic related to certificate savingfix/fix_certificate_saving_after_ptuAKalinich-Luxoft2018-06-181-7/+4
| * Merge pull request #2105 from smartdevicelink/feature/get_system_timeJacob Keeler2018-06-181-4/+2
| |\
| | * Removed unused code in regular policiesfeature/get_system_timeAKalinich-Luxoft2018-06-151-7/+0
| | * Updates after Livio reviewAndrii Kalinich2018-06-131-0/+7
| | * Merge branch 'develop' into feature/get_system_timeAndrii Kalinich (GitHub)2018-06-051-2/+8
| | |\
| | * | Additional fixes after ATF testingAKalinich-Luxoft2018-05-311-11/+2
| | * | Implement fully functional GetSystemTime featureAndriy Byzhynar2018-04-061-0/+7
* | | | remove struct timeval and use boost time_duration insteadConlain Kelly2018-06-181-4/+4
|/ / /
* | | Initial implementation of Expandable Design for Proprietary Data ExchangeAndriy Byzhynar (GitHub)2018-05-241-0/+19
| |/ |/|
* | Don't force a PTU when an invalid PT is receivedhotfix/invalid_ptu_loopjacobkeeler2018-04-091-2/+8
|/
* Add apropriate logging in policy flowAlex Kutsan2018-03-281-1/+1
* Fixes coding styleAndrey Oleynik (GitHub)2018-01-181-2/+2
* Changes iAP2 Bluetooth to USB switching flowAndrey Oleynik (GitHub)2018-01-181-0/+6
* Merge pull request #1620 from AByzhynar/fix/FixFactoryDefaultsJacob Keeler2017-09-071-3/+1
|\
| * Fix SDL behavior in case of MASTER_RESET & FACTORY_DEFAULTSVeronica Veremjova2017-06-211-3/+1
* | Rename Subject struct for policy_regularAKalinich-Luxoft2017-08-301-5/+5
* | Merge pull request #256 from dev-gh/feature/Resources_releasing_additional_ca...Alexander Kutsan (GitHub)2017-08-301-0/+3
|\ \
| * | Adds debug output of PTU in policy managerAndrey Oleynik2017-08-301-0/+3
* | | Remove unused and redundant code from policyAndriy Byzhynar2017-08-301-22/+0
|/ /
* | Replace CheckAccess with CheckModule for BaseCommandRequestAndrey Oleynik2017-08-211-15/+0
* | Removes unused interfaces from AccessRemote classAndrey Oleynik2017-08-211-34/+0
* | Removes unused intefaces from Service classAndrey Oleynik2017-08-211-19/+0
* | Removes obsolete enable/disable interfaces from RCAndrey Oleynik2017-08-211-20/+0
* | Removes primary device handling logicAndrey Oleynik2017-08-211-29/+1
* | Removes passenger-related logic from policyAndrey Oleynik2017-08-211-33/+0
* | Removes non-primary RC groups processing from policyAndrey Oleynik2017-08-211-16/+0
* | Removes 'device rank' supportAndrey Oleynik2017-08-211-19/+0
* | Removes unused functionality from CheckAccess() interfaceAndrey Oleynik2017-08-211-10/+2
* | Removes 'country_consent_passengerRC' supportAndrey Oleynik2017-08-211-24/+4
* | Implementation of Remote Control pluginAlexander Kutsan2017-08-161-2/+378
* | Fix for cov 171196JackLivio2017-06-211-3/+3
* | Start Retry Sequence if timeout is valid and not 0fix/ptu_retry_sequence_if_timeout_validJackLivio2017-06-141-5/+10
* | Fixed retry sequence timeout for PTUAKalinich-Luxoft2017-06-141-19/+12
|/
* Fix absent status updateHerasym Oleh2017-05-171-2/+1
* Fix wrong if case in policyHerasym Oleh2017-05-171-2/+3
* Fix policy unexpected PTUHerasym Oleh2017-05-171-4/+18