summaryrefslogtreecommitdiff
path: root/src/components
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #732 from smartdevicelink/hotfix/coverity_fix_mixed_enumsJacob Keeler2016-08-034-22/+16
|\
| * Fixed another Coverity issue involving mixed enums (CID 80028)hotfix/coverity_fix_mixed_enumsJacob Keeler2016-07-292-7/+6
| * Fixed unnecessary mixing of enums (CID 80023, 80024, 80026, 80030)Jacob Keeler2016-07-293-19/+14
* | Check return value of SQL exec (CID 79986)Brad Pankow2016-07-281-1/+3
* | Check return of command init before running it (CID 79987)Brad Pankow2016-07-281-3/+4
* | Check return values for profile file functions (CID 79994)Brad Pankow2016-07-281-2/+7
* | Check return values for file functions (CIDs 79980, 79981, 79982, 79983, 79984)Brad Pankow2016-07-281-7/+21
* | Check return values for tcp socket functions (CIDs 79989, 79990, 79991)Brad Pankow2016-07-281-10/+30
|/
* Merge pull request #727 from BTPankow/hotfix/coverity_resource_leaksJustin Dickow2016-07-271-9/+6
|\
| * Change socket close logic to prevent double close (CID 137866)Brad Pankow2016-07-271-9/+6
* | Merge pull request #714 from BTPankow/hotfix/coverity_resource_leaksJackLivio2016-07-262-0/+4
|\ \ | |/
| * Close socket connection before returning from function (CID 80039)Brad Pankow2016-07-211-0/+1
| * Free opened file before returning from function (CID 80040)Brad Pankow2016-07-211-0/+3
* | Merge pull request #715 from BTPankow/hotfix/coverity_buffer_terminationJackLivio2016-07-261-1/+3
|\ \
| * | Null terminate char buffer after strncpy (CID 79979)Brad Pankow2016-07-211-1/+3
| |/
* | Merge pull request #723 from BTPankow/hotfix/coverity_uninitializedJackLivio2016-07-2619-18/+72
|\ \
| * | Initialize binary_data_ to NULL (CID 80088)Brad Pankow2016-07-261-1/+2
| * | Initialize thread delegate to NULL before use (CID 80087)Brad Pankow2016-07-261-0/+1
| * | Initialize policy_table_type_ to INVALID_PT_TYPE for Optional template class ...Brad Pankow2016-07-262-3/+6
| * | Initialize protocol_version to V2 (CID 80051)Brad Pankow2016-07-261-1/+3
| * | Initialize Profile members to defaults (CID 80053)Brad Pankow2016-07-261-0/+6
| * | Initialize state_ctrl_ to constructor parameter (CID 80054)Brad Pankow2016-07-261-1/+1
| * | Initialize RequestInfo members, add new RequestType (CID 80058, 80066, 80067)Brad Pankow2016-07-262-5/+17
| * | Initialize is_ready_ before use in functions (CID 80072)Brad Pankow2016-07-261-0/+1
| * | Initialize is_persistent, is_download_complete, and file_type before use in f...Brad Pankow2016-07-261-1/+4
| * | Initialize max_block_size_ before use in functions (CID 80074)Brad Pankow2016-07-261-1/+2
| * | Initialize app_state_ and connection_id_ before use in functions (CID 80075)Brad Pankow2016-07-261-1/+2
| * | Initialize choice_set_id_ and is_timed_out_ before use in functions (CID 80076)Brad Pankow2016-07-261-1/+3
| * | Initialize cmd_id_ and successful_response_received_ before use in functions ...Brad Pankow2016-07-261-1/+3
| * | Initialize port with default value of 0 (CID 80079).Brad Pankow2016-07-261-1/+2
| * | Add default enum values to initialize StatisticsDelegate (CID 80080,80081,800...Brad Pankow2016-07-262-0/+16
| * | Initialize offset_ before use in functions (CID 80084)Brad Pankow2016-07-251-0/+1
| * | Initialize current_application_ before use in functions (CID 80089)Brad Pankow2016-07-251-1/+2
| |/
* | Merge pull request #724 from BTPankow/hotfix/coverity_int_handlingJackLivio2016-07-261-1/+1
|\ \
| * | Only send frames when POLLOUT set (CID 79995)Brad Pankow2016-07-261-1/+1
* | | Fix issues with freed string before use (CIDs 80093, 80094)Brad Pankow2016-07-216-11/+6
| |/ |/|
* | Merge pull request #710 from smartdevicelink/masterJackLivio2016-07-2133-6084/+6284
|\ \ | |/
| * ParsePTString to Modify string, instead of returning a copyhotfix/add_escape_characters_during_ptu_header_constructionJackLivio2016-06-202-7/+7
| * Parse PT String for HTTP Request BodyJackLivio2016-06-082-2/+19
| * Reverts device certificate support.Andrey Oleynik2016-05-175-27/+4
| * Fixes policy update triggering on exceedeed kilometers.Andrey Oleynik2016-05-141-0/+1
| * Fixes policy update triggering on application registrationAndrey Oleynik2016-05-141-3/+5
| * Removes non-open-source fields support from policyAndrey Oleynik2016-05-134-112/+21
| * Fixes retry sequence implementationAnton Hrytsevich2016-05-138-167/+235
| * Updates PolicyManager in order to properly support certificate fieldAleksandr Galiuzov2016-05-135-1596/+1611
| * Fixes setting of default HMI level during application registrationAndrey Oleynik2016-05-1312-4149/+4151
| * Merge pull request #524 from smartdevicelink/hotfix/Add_isSDLAllowed_to_initi...4.0.11AGaliuzov2016-05-101-0/+1
| |\
| | * Add is sdl allowed to initializer list, in proper orderhotfix/Add_isSDLAllowed_to_initializer_list_v2JackLivio2016-05-021-0/+1
| * | Merge pull request #514 from smartdevicelink/hotfix/generate_snapshot_fix_#461AGaliuzov2016-05-102-2/+17
| |\ \
| | * | Rewrite GenerateSnapshot()hotfix/generate_snapshot_fix_#461JackLivio2016-04-262-2/+17
| | |/