summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* check stylefix/ini_updatescollin2021-04-231-14/+14
* add macros to ini_file.cccollin2021-04-231-0/+6
* don't print deprecated warnings from test file that is dedicated to deprecate...collin2021-04-231-0/+5
* add DEPREACTED to ini_filecollin2021-04-231-8/+9
* move ini parsing to Profile::ParseConfigurationcollin2021-04-232-3/+12
* Revert "restore open/close config functions"collin2021-04-232-26/+5
* deprecate ini_filecollin2021-04-221-1/+13
* restore open/close config functionscollin2021-04-222-5/+26
* small optimization, parse key firstcollin2021-04-221-9/+12
* fix stylecollin2021-04-222-4/+7
* remove ini_file changescollin2021-04-224-90/+111
* parse ini file in to smart objectcollin2021-04-216-53/+75
* Apply suggestions from code reviewCollin2021-04-211-9/+18
* Merge branch 'develop' into fix/ini_updatesCollin2021-04-2042-79/+88
|\
| * replace applicable post-operators to pre-operators (#3687)Collin2021-04-2042-91/+100
* | refactor ini_parse_linecollin2021-04-201-96/+59
* | update profile tests, fix handle leakcollin2021-04-204-9/+47
* | wrap ini_read_value to open file for ini_file_test.cccollin2021-04-191-0/+12
* | parse all values from one ini file opencollin2021-04-194-61/+109
|/
* Fix SDL respond UNSUPPORTED_RESOURCE on SystemRequest (QUERY_APPS) (#2502)Yurii Postolov2021-04-161-1/+9
* Update travis distro to Ubuntu 20.04 (#3626)Jacob Keeler2021-04-153-5/+5
* Format hex dump in control_message_matcher (#2311)Sho Amano2021-04-151-1/+3
* Change default HeartBeat value (#2513)Anna Pipko (GitHub)2021-04-152-3/+3
* Specify a dedicated folder for icon storage (#2202)Sho Amano2021-04-151-1/+2
* fix: reduce logs during streaming (#1778)Sho Amano2021-04-1412-45/+45
* Set initialize state for the Interger type (#2548)Pavel Zhdanov (GitHub)2021-04-140-0/+0
* Merge remote-tracking branch 'origin/master' into developJackLivio2021-04-1431-299/+643
|\
| * Merge pull request #3669 from smartdevicelink/release/7.1.0-RC17.1.0release/7.1.0JackLivio2021-04-14283-5538/+7760
| |\
| | * RPC Spec Release 7.1.0 Commit HashJackLivio2021-04-141-0/+0
| | * Check waypoint subscription size in resumption (#3684)7.1.0-RC2release/7.1.0-RC1JackLivio2021-04-091-2/+8
| | * Fix/BT scan blocking UpdateAppList (#3425)Shobhit Adlakha2021-04-064-39/+29
| | * Configure security level in ini file (#3681)Vadym Luchko (GitHub)2021-04-067-0/+30
| | * include appID on Speak sent from AlertManeuver (#3679)Collin2021-04-011-0/+1
| | * Add none permissions for widget rpcs (#3678)JackLivio2021-03-251-0/+2
| | * Implement ResetGlobalProperties and revert resumption case for RC (#3673)Shobhit Adlakha2021-03-257-1/+101
| | * Fix/sdl 3620 SDL does not respond with NACK to start RPC service request with...VladSemenyuk2021-03-249-255/+470
| | * Do not encrypt first frame (#3665)Vadym Luchko (GitHub)2021-03-231-1/+1
| |/ |/|
* | Set boost cmake flag (#3662)7.1.0-RC1JackLivio2021-03-161-0/+1
* | fix resumption IsResponseSuccessful (#3661)collinmcq2021-03-111-1/+9
* | Compile ssl version check (#3657)JackLivio2021-03-101-1/+3
* | Check PTU triggers on startup in EXTERNAL_PROPRIETARY (#3649)Jacob Keeler2021-03-085-1/+19
* | Update OpenSSL Context Config (#3654)JackLivio2021-03-082-1/+25
* | Fix failing unit test with ENABLE_SECURITY=OFF (#3655)Collin2021-03-081-0/+2
* | Remove unused includes for boost strand (#3656)Jacob Keeler2021-03-084-4/+0
* | Update and fix Boost installation (#3651)Jacob Keeler2021-03-0511-50/+40
* | Fix SSL max block size logic (#3652)Jacob Keeler2021-03-051-5/+6
* | Fix null moduleData in GetIVD response (#3565)Andrii Kalinich (GitHub)2021-03-052-4/+6
* | Wait for IsReady responses before RAI processing (#3631)Iryna Lytvynenko (GitHub)2021-03-049-0/+51
* | add appID param to SendHapticData HMI request (#3646)Collin2021-03-041-0/+1
* | remove unused semantic version constructor (#3650)Collin2021-03-041-6/+0