summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/src/cache_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix formatting for logs after logger overhaul (#3554)Jacob Keeler2020-10-231-2/+0
* Fix Cppcheck issues (#3453)Yana Chernysheva (GitHub)2020-10-011-11/+7
* [SDL 0046] Implement logger abstraction (#3472)VladSemenyuk2020-09-011-175/+145
* Fix avoid race conditions (#3471)Serhii Niukalov (GitHub)2020-08-211-3/+3
* Make `subtle_notifications_per_minute_by_priority` non-mandatory (#3477)Jacob Keeler2020-08-191-5/+6
* Add SubtleAlert RPC (#3459)Jacob Keeler2020-08-171-6/+9
* [SDL 0249] Feature/persisting hmi capabilities (#3397)Yevhenii Dementieiev2020-07-171-3/+19
* Init usage_and_error_counts on startup (#3349)release/6.1.1JackLivio2020-04-301-0/+4
* Fix OnSystemRequest(LOCK_SCREEN_ICON_URL) sending (#3271) (#3289)Collin2020-03-161-9/+2
* Add function UnwrapAppPolicies to CacheManager::Init() method (#3244)Yana Chernysheva (GitHub)2020-03-021-0/+5
* Feature/Web Engine support (#3221)Alexander Kutsan (GitHub)2020-02-271-20/+40
* Update jsoncpp library (#3155)Yevhenii Dementieiev (GitHub)2020-01-291-8/+12
* Fix VD items subscriptions after PTU (#3081)Andrii Kalinich (GitHub)2019-10-231-3/+59
* [SDL 0173] - Read Generic Network Signal Data Implementation (#2977)Alexander Kutsan (GitHub)2019-08-301-26/+86
* Feature/rpc message protection (#2951)Maksym Ked (GitHub)2019-08-291-0/+56
* Add lock_screen_dismissal_warning to Policy Interfaceigapchuck2019-07-241-1/+30
* Add lock_screen_dismissal_enabled to Policy InterfaceAlexander2019-07-241-0/+16
* Merge remote-tracking branch 'origin/release/5.1.1' into feature/update_style...feature/update_style_scriptjacobkeeler2019-04-301-0/+5
|\
| * Addressed review commentsfix/building_without_cloudapp_supportShobhit Adlakha2019-04-291-1/+2
| * Set return values for cloud app functions if CLOUD_APP_SUPPORT=OFFShobhit Adlakha2019-04-251-0/+4
* | Run updated style scriptjacobkeeler2019-04-291-8/+9
|/
* Address commentsJackLivio2019-04-091-1/+1
* Change pass through to passthroughJackLivio2019-04-081-3/+3
* Add new app policy property: allow_unknown_rpc_pass_throughJackLivio2019-04-081-0/+15
* Merge branch 'feature/cloud_app_transport' into feature/base_app_services_imp...Jacob Keeler2019-03-071-1/+40
|\
| * Implement cloud app properties revisionfeature/cloud_app_properties_revisionsjacobkeeler2019-03-061-3/+3
| * Revert "Remove setAppName"jacobkeeler2019-03-061-0/+11
| * GetCloudAppProperties (#2824)JackLivio2019-03-011-1/+14
| * Get Icon URL Request (#2823)JackLivio2019-03-011-0/+15
* | Update app service structure in policiesJackLivio2019-01-261-14/+3
* | Change handled_rpc to uint32JackLivio2019-01-231-1/+1
* | External policiesJackLivio2019-01-231-4/+4
* | Initial regular policy implementationJackLivio2019-01-221-0/+27
|/
* Style fixShobhitAd2018-11-161-8/+8
* Implemented InitCloudApp in policy_regularShobhitAd2018-11-161-0/+21
* Address review commentsjacobkeeler2018-11-161-3/+3
* Fix style, add certificate, and add GetEnabledCloudAppsjacobkeeler2018-11-091-0/+18
* Add cloud app parameters to regular policiesjacobkeeler2018-11-091-0/+75
* Merge pull request #2647 from smartdevicelink/fix/5.0.0_coverity_otherShobhit Adlakha2018-10-021-2/+3
|\
| * Reordered initializationShobhitAd2018-10-021-3/+3
| * 148706 replaced settings_ with get_settingsShobhitAd2018-10-011-1/+1
| * Fix 148706 Unitialized pointer fieldShobhitAd2018-09-301-0/+1
* | Fix/sdl_does_not_send SDL.OnStatusUpdate(UPDATE_NEEDED) (#2494)Andriy Byzhynar (GitHub)2018-10-021-1/+4
|/
* Merge pull request #2278 from smartdevicelink/feature/boost_datetime_implemen...Jacob Keeler2018-08-281-1/+1
|\
| * Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into fe...Conlain Kelly2018-08-101-7/+6
| |\
| * | remove struct timeval and use boost time_duration insteadConlain Kelly2018-06-181-1/+1
* | | yet another style fixConlain Kelly2018-08-091-3/+3
* | | set full_app_id_supported in initial snapshot generationConlain Kelly2018-08-091-0/+3
| |/ |/|
* | Merge branch 'develop' into feature/boost_lock_implementationJacob Keeler2018-07-191-5/+5
|\ \
| * | Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-5/+5
| |/