summaryrefslogtreecommitdiff
path: root/src/components/policy
Commit message (Expand)AuthorAgeFilesLines
* Apply changes to default group on PTU to existing PTfix/apply_default_policies_on_ptujacobkeeler2018-09-281-0/+22
* Fix ReadDID Typo (#2630)JackLivio2018-09-242-17/+3
* Remove default_hmi error from regular policy managerJackLivio2018-09-211-5/+0
* Address commentsJackLivio2018-09-204-8/+8
* Merge remote-tracking branch 'origin/release/5.0.0' into fix/filter_invalid_p...JackLivio2018-09-206-68/+0
|\
| * Fix incorrectly saved RequestType and RequestSubType, which caused silent err...fix/gather_request_typesjacobkeeler2018-09-136-68/+0
* | Fix typoJackLivio2018-09-202-4/+4
* | Update based on commentsJackLivio2018-09-202-71/+51
* | Add filtering for policy table parametersJackLivio2018-09-199-31/+274
* | Add FunctionID to enumsAlexander2018-09-104-0/+1745
* | Add function to filter invalid parametres and RPCsAlexander Kutsan2018-09-102-1/+92
|/
* fixup! remove struct timeval and use boost time_duration insteadLitvinenkoIra2018-08-313-3/+3
* Fix namespace case structure in projectfix/namespace_casejacobkeeler2018-08-2914-87/+87
* Merge pull request #2549 from JackLivio/fix/allow_empty_module_type_array_in_ptJackLivio2018-08-297-16/+82
|\
| * Add moduleType functions to sql_pt_extJackLivio2018-08-281-0/+18
| * Check styleJackLivio2018-08-282-2/+2
| * Allow empty moduleType array in PTJackLivio2018-08-286-18/+66
* | Merge pull request #2278 from smartdevicelink/feature/boost_datetime_implemen...Jacob Keeler2018-08-2811-37/+34
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/develop' into feature/boost_datetime_imp...jacobkeeler2018-08-2210-37/+130
| |\
| * \ Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into fe...Conlain Kelly2018-08-10112-502/+678
| |\ \
| * | | Style fixConlain Kelly2018-06-254-10/+9
| * | | Merge branch 'develop' into feature/boost_datetime_implementationconlain-k2018-06-252-16/+6
| |\ \ \
| * | | | remove struct timeval and use boost time_duration insteadConlain Kelly2018-06-1811-37/+35
* | | | | Check styleJackLivio2018-08-231-4/+2
* | | | | Merge remote-tracking branch 'origin/develop' into feature/full_app_idfeature/full_app_idJackLivio2018-08-2310-37/+130
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge pull request #2406 from AKalinich-Luxoft/fix/fix_policy_parameters_perm...JackLivio2018-08-173-28/+68
| |\ \ \ \
| | * | | | Remove app link mentionJackLivio2018-08-171-1/+0
| | * | | | Updated permissions calc logic according to commentsAndrii Kalinich2018-08-062-23/+22
| | * | | | Fix affected unit tests in policyAKalinich-Luxoft2018-07-201-18/+18
| | * | | | Fixed RPC parameters permission calculation according to requirementsAKalinich-Luxoft2018-07-202-23/+65
| * | | | | Merge pull request #2207 from smartdevicelink/feature/rc_new_modulesJacob Keeler2018-08-174-4/+59
| |\ \ \ \ \
| | * | | | | New RC modules initial implementationAlexander2018-08-164-4/+59
| | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #2484 from smartdevicelink/fix/max_fg_parametersJackLivio2018-08-163-5/+3
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | remove maxes where possible, 255 is standinfix/max_fg_parametersConlain Kelly2018-07-313-5/+3
* | | | | | Fix unit test failureJackLivio2018-08-131-0/+6
* | | | | | yet another style fixConlain Kelly2018-08-094-11/+17
* | | | | | set full_app_id_supported in initial snapshot generationConlain Kelly2018-08-098-1/+34
|/ / / / /
* | | | | Merge pull request #2474 from smartdevicelink/fix/remove_bool_lock_constructorsJacob Keeler2018-07-314-7/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | remove Lock(bool) constructorsConlain Kelly2018-07-304-7/+4
* | | | | Return correct pointer type in ParseArray()fix/invalid_ptr_assignmentConlain Kelly2018-07-301-2/+2
|/ / / /
* | | | Merge pull request #2392 from smartdevicelink/feature/boost_lock_implementationJacob Keeler2018-07-242-3/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'develop' into feature/boost_lock_implementationJacob Keeler2018-07-1957-288/+272
| |\ \ \
| * | | | style fixConlain Kelly2018-07-181-1/+1
| * | | | ayyy it buildsConlain Kelly2018-07-181-1/+1
| * | | | Merge branch 'develop' into feature/boost_lock_implementationConlain Kelly2018-07-1882-289/+1364
| |\ \ \ \
| * | | | | Begin changing locks over, very segfault-y right nowConlain Kelly2018-05-312-10/+10
* | | | | | Replace utils::SharedPtr with std::shared_ptr and fix its usage for external ...Ira Lytvynenko (GitHub)2018-07-206-17/+19
| |_|/ / / |/| | | |
* | | | | style fixConlain Kelly2018-07-1820-38/+19
* | | | | Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-1857-283/+286
| |/ / / |/| | |
* | | | Merge pull request #2277 from smartdevicelink/feature/remove_auto_ptrJacob Keeler2018-07-132-5/+5
|\ \ \ \