summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* UT coverage checking CRC.feature/expand_put_fileBSolonenko2018-05-181-0/+59
| | | | | Added Run_SrcSumEqual_SendSuccessResponse and Run_SrcSumEqual_SendCorruptedDataResponse test cases.
* Initial implementationAndriy Byzhynar2018-05-186-14/+59
| | | | | | | | | | Implemented function in PutFile which correctly calculates CRC32 checksum for std::vector<uint8_t> Added comparison of calculated CRC checksum with received in PutFile request. Added PutFile response generation in case of CRC sum mismatch Fixed handling of unsigned integer values
* Merge pull request #2101 from smartdevicelink/fix/event_dispatcher_crashsubmenu_iconJacob Keeler2018-05-163-1/+77
|\ | | | | Fix EventDispatcher crash by rejecting duplicate correlation_ids
| * Prevent `INVALID_ID`responses from terminating valid requestsfix/event_dispatcher_crashjacobkeeler2018-05-142-0/+32
| |
| * Add test case for duplicate correlation_idsjacobkeeler2018-03-291-0/+36
| |
| * Fix EventDispatcher crash by rejecting duplicate correlation_idsjacobkeeler2018-03-291-1/+9
| |
* | Fix coding style issueAndriy Byzhynar2018-05-161-3/+2
| |
* | Merge pull request #2180 from smartdevicelink/feature/modern_ubuntu_supportJacob Keeler2018-05-144-41/+50
|\ \ | | | | | | Modernize Ubuntu Support
| * | Fix test failure in slider test due to undefined default timeoutfeature/modern_ubuntu_supportJacob Keeler2018-05-091-1/+1
| | |
| * | Merge remote-tracking branch 'origin/feature/ubuntu_16_04_linux_support' ↵Jacob Keeler2018-05-093-40/+49
| |\ \ | | | | | | | | | | | | into test
| | * | Support OpenSSL built without SSL3feature/ubuntu_16_04_linux_supportJacob Keeler2017-01-102-22/+42
| | | | | | | | | | | | | | | | | | | | Many linux distros such as Debian and Arch Linux are now shipping OpenSSL libraries without SSL3 support. This commit allows the project to be still be built with security in these instances.
| | * | Change deprecated readdir_r to readdirJacob Keeler2016-10-281-48/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `readdir_r` is deprecated as of glibc 2.24 in favor of `readdir`. In the use cases of `readdir_r`, it can safely be replaced with `readdir`. POSIX specifies that "The pointer returned by readdir() points to data which may be overwritten by another call to readdir() on the same directory stream. This data is not overwritten by another call to readdir() on a different directory stream". Since the code does not reuse the directory stream in a way that could cause threading issues, we can safely use `readdir`. This prevents possible issues with buffer overflows in `readdir_r` and simplifies the code.
* | | | Deliver Build Config ImplementationJackLivio2018-05-091-2/+2
|/ / /
* | | Add `modified` comment to modified log4cxx filesfix/apache_license_2097jacobkeeler2018-04-182-0/+4
| | |
* | | Merge branch 'master' into developjacobkeeler2018-04-1825-16/+172
|\ \ \
| * | | Fix infinite PTU when invalid PT, then a valid PT is receivedfix/retry_after_failed_ptujacobkeeler2018-04-161-2/+1
| | | |
| * | | Fix style issuesjacobkeeler2018-04-125-11/+10
| | | |
| * | | Merge pull request #2125 from smartdevicelink/fix/update-apache-licensetheresalech2018-04-1214-0/+28
| |\ \ \ | | | | | | | | | | Update Apache License
| | * | | Update Apache Licensefix/update-apache-licenseJackLivio2018-04-1014-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | Update license to note that the files have been modified from original form. `Note: This file has been modified from its original form.`
| * | | | Merge pull request #2114 from smartdevicelink/hotfix/invalid_ptu_loopJacob Keeler2018-04-114-7/+17
| |\ \ \ \ | | | | | | | | | | | | Don't force a PTU when an invalid PT is received
| | * | | | Don't force a PTU when an invalid PT is receivedhotfix/invalid_ptu_loopjacobkeeler2018-04-094-7/+17
| | |/ / /
| * | | | Fix/unregister while audio pass thru (#1757)hotfix/unregister_during_audio_pass_thruSho Amano2018-04-0510-25/+234
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix build error in MockMediaManager * Add SetMockMediaManager * add AudioPassThru start/stop tests * Add new BeginAudioPassThru() and EndAudioPassThru() methods * fix: don't terminate AudioPassThru when another app is unregistered * Append DEPRECATED macro only in interface header file and mock file. * Use @deprecated comments
| * | | Update default endpoint urlsfix/clearer_default_endpointsJacob Keeler2018-04-051-2/+2
| | | | | | | | | | | | Modified default URLs to make it clearer that they should be customized by the user
| * | | Add license to new message broker filesfix/add_license_to_mb_filesJackLivio2018-04-044-1/+120
| | | |
| * | | Additional fixes for 2072fix/load_service_type_as_string_from_backup_ptJackLivio2018-04-042-5/+5
| | | | | | | | | | | | | | | | When loading the policy table from backup sql file, service types must be read in a strings.
* | | | Fix style after PR #2132vkushnirenko-luxoft2018-04-171-2/+1
| | | |
* | | | Remove Ford references from policy testsfix/remove_ford_references_from_testsjacobkeeler2018-04-1252-94/+94
| | | |
* | | | Merge pull request #2097 from smartdevicelink/hotfix/gcc7_buildJacob Keeler2018-04-095-13/+13
|\ \ \ \ | | | | | | | | | | Fix build failures when using GCC7
| * | | | Fix build failures when using GCC7hotfix/gcc7_buildJacob Keeler2018-03-275-13/+13
| | | | | | | | | | | | | | | Fixes `narrowing` errors in log4cxx, as well as an incorrect return type in the security manager
* | | | | Merge pull request #2098 from smartdevicelink/fix/documentation_pathsJacob Keeler2018-04-096-14/+14
|\ \ \ \ \ | | | | | | | | | | | | Fix broken links and paths in SDD Documents
| * | | | | Fix broken links and paths in SDD Documentsfix/documentation_pathsjacobkeeler2018-03-286-14/+14
| |/ / / / | | | | | | | | | | Also removes some Ford-specific terms, fixes typos in these documents, and changes their naming schemes
* | | | | Fix style after 4.5 mergevkushnirenko-luxoft2018-04-061-6/+5
| | | | |
* | | | | Merge branch 'release/4.5.0' into developjacobkeeler2018-04-0333-154/+187
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | External Proprietary Lock Screen URL FixJackLivio2018-03-292-6/+2
| | | | | | | | | | | | | | | | The service enpoints in the policy table should be saved as strings instead of integers.
| * | | Move checking if app revoked in the begining of check PermissionsAlex Kutsan2018-03-291-11/+11
| | | | | | | | | | | | | | | | | | | | In case if app revoked it should not be checked for any other permissions
| * | | Process setting user concent if group permissions are emptyAlex Kutsan2018-03-291-4/+0
| | | |
| * | | Avoid adding RC groups in external policy flowAlex Kutsan2018-03-291-12/+1
| | | | | | | | | | | | | | | | fixup! Avoid adding RC groups in external policy flow
| * | | Add apropriate logging in policy flowAlex Kutsan2018-03-285-8/+12
| | | |
| * | | Merge pull request #2085 from ↵JackLivio2018-03-2611-19/+26
| |\ \ \ | | | | | | | | | | | | | | | | | | | | LuxoftAKutsan/fix/activation_app_external_proprietary_fix Fix/activation app external proprietary fix
| | * | | Fix styleAlex Kutsan2018-03-231-3/+2
| | | | |
| | * | | Avoid integer overflowAlex Kutsan2018-03-2311-19/+26
| | | | | | | | | | | | | | | | | | | | | | | | | Replaced all usaged of device handle with apropriate typedef Assignment device handle to uint32_t leads to integer overflow
| * | | | Fix build issues and test failures when building with ENABLE_SECURITY=OFFfix/security_off_buildjacobkeeler2018-03-2118-96/+136
| |/ / /
| * | | Update Lock Screen Icon URLfix/update_lock_screen_iconJacob Keeler2018-03-071-1/+1
| | | |
* | | | Merge pull request #2090 from BSolonenko/fix/style_fixJacob Keeler2018-03-271-3/+2
|\ \ \ \ | | | | | | | | | | Style fix
| * | | | Style fixBSolonenko2018-03-261-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Fixed style in: src/components/transport_manager/src/transport_manager_impl.cc
* | | | | Fix/unregister while audio pass thru (#1757)Sho Amano2018-03-2610-25/+234
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix build error in MockMediaManager * Add SetMockMediaManager * add AudioPassThru start/stop tests * Add new BeginAudioPassThru() and EndAudioPassThru() methods * fix: don't terminate AudioPassThru when another app is unregistered * Append DEPRECATED macro only in interface header file and mock file. * Use @deprecated comments
* | | | Remove duplicate `PendingRequestsAmount` valueJacob Keeler2018-03-061-1/+0
| | | |
* | | | Merge pull request #2044 from smartdevicelink/fix/subscriptions_typoJacob Keeler2018-03-0617-67/+108
|\ \ \ \ | | | | | | | | | | Fix all misspellings of `subscriptions` in the project
| * | | | Fix all misspellings of `subscriptions` in the projectfix/subscriptions_typojacobkeeler2018-03-0217-67/+108
| | | | |
* | | | | Fix wild pointer in dbus adapterfix/dbus_wild_pointerjacobkeeler2018-03-061-3/+5
| |/ / / |/| | |