summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't check BOOL against NO, use ! insteadhotfix/issue_371Justin Dickow2016-03-111-1/+1
|
* Fix StreamingMediaManager version checkJoel Fischer2016-03-101-1/+2
|
* Check OS version in LAUNCH_APPJustin Dickow2016-03-101-1/+7
|
* Actually call the right methodJustin Dickow2016-03-101-1/+1
| | | | Address madhuy's comment
* Add support for LAUNCH_APP system requestJustin Dickow2016-03-091-0/+12
|
* Add getting started code to READMEJoel Fischer2016-03-091-0/+149
|
* Update the License to 2016Joel Fischer2016-03-041-1/+1
|
* Update version to 4.0.34.0.3Joel Fischer2016-03-035-5/+18
|
* Revert "Added ability for SDLTCPTransport to check hostname before we ↵Joel Fischer2016-03-031-12/+0
| | | | | | | | | attempt to connect, and correctly errors out if the hostname is invalid/unreachable." This reverts commit dbe8d8da4aa319b2d62d1eecbb0794d072066d0c. Conflicts: SmartDeviceLink-iOS/SmartDeviceLink/SDLTCPTransport.m
* Merge branch 'hotfix/issue_364_http_requestType'Joel Fischer2016-03-032-1/+48
|\
| * So Joel doesn't have to merge one lineJustin Dickow2016-03-031-2/+1
| | | | | | | | Signed-off-by: Justin Dickow <jjdickow@gmail.com>
| * Updates according to Joel's commentsJustin Dickow2016-03-031-6/+6
| | | | | | | | | | | | Also retested against sdl_core + sdl_server Signed-off-by: Justin Dickow <jjdickow@gmail.com>
| * Handle System Request type HTTP according to PTUJustin Dickow2016-03-032-1/+49
|/ | | | | | based on implementation described in integration guidelines for updating policy table according to GENIVI implementation Signed-off-by: Justin Dickow <jjdickow@gmail.com>
* Merge branch 'hotfix/issue_362'Joel Fischer2016-02-291-1/+1
|\
| * Update string instantiation to use NSString's helper class function.hotfix/issue_362Muller, Alexander (A.)2016-02-291-1/+1
| |
* | Merge branch 'hotfix/issue_362'Joel Fischer2016-02-291-0/+3
|\ \ | |/
| * Added an error log for invalid TCP IP addresses so developers will ↵Muller, Alexander (A.)2016-02-281-0/+3
|/ | | | understand why their connection is failing.
* Enable Code Coverage by default on testing frameworkJoel Fischer2016-02-261-1/+2
|
* Move CONTRIBUTING file to .github/ folderJoel Fischer2016-02-263-6/+6
| | | | * Minor updates to ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE
* Merge branch 'hotfix/issue_131'Joel Fischer2016-02-267-176/+150
|\
| * Fix typohotfix/issue_131Joel Fischer2016-02-261-1/+1
| |
| * Fix SDLSendLocationSpecJoel Fischer2016-02-252-2/+14
| |
| * Delete a bunch of tests that didn't tell us anythingJoel Fischer2016-02-251-140/+50
| |
| * Fix SDLRPCRequestFactorySpecJoel Fischer2016-02-252-11/+34
| |
| * Fix SDLObjectWithPrioritySpecJoel Fischer2016-02-251-12/+31
| |
| * Fix `SDLGlobalsSpec`Joel Fischer2016-02-251-1/+1
| |
| * Fix `SDLPrioritizedObjectCollectionSpec`Joel Fischer2016-02-251-11/+21
|/
* Merge branch 'pr/357'Joel Fischer2016-02-251-1/+10
|\
| * Added ability for SDLTCPTransport to check hostname before we attempt to ↵Muller, Alexander (A.)2016-02-181-1/+10
| | | | | | | | connect, and correctly errors out if the hostname is invalid/unreachable.
* | Update version number to 4.0.24.0.2Joel Fischer2016-02-255-8/+10
| |
* | Update PULL_REQUEST_TEMPLATE.mdJoel Fischer2016-02-191-0/+5
|/
* Create PULL_REQUEST_TEMPLATE.mdJoel Fischer2016-02-171-0/+21
|
* Create ISSUE_TEMPLATE.mdJoel Fischer2016-02-171-0/+23
|
* Update README.mdJoel Fischer2016-02-091-0/+4
|
* Update README with some testing informationJoel Fischer2016-02-081-0/+9
|
* Merge branch 'hotfix/issue_342'Joel Fischer2016-02-031-1/+1
|\
| * Update MTU size to actual v3 / v4 sizehotfix/issue_342Joel Fischer2016-02-021-1/+1
|/
* Update README.md with additional installation informationJoel Fischer2016-01-291-2/+6
|
* Update CHANGELOG.mdJoel Fischer2016-01-291-0/+2
|
* Update CHANGELOG.mdJoel Fischer2016-01-291-0/+1
|
* Update CHANGELOG.mdJoel Fischer2016-01-291-0/+1
|
* Add OHHTTPStubs to dependencies.mdJoel Fischer2016-01-291-1/+12
|
* Merge branch 'hotfix/travis_fixes'Joel Fischer2016-01-271-2/+10
|\
| * Revert "Move travis.yml to fix carthage call"hotfix/travis_fixesJoel Fischer2016-01-271-1/+2
| | | | | | | | This reverts commit 767a7538cd572fe54c9f8d8a46049bd4f30269fc.
| * Move travis.yml to fix carthage callJoel Fischer2016-01-271-1/+2
| |
| * Fix Carthage not installing to Travis CIJoel Fischer2016-01-271-1/+3
| |
| * Travis fixesJoel Fischer2016-01-271-2/+6
|/
* Merge branch 'hotfix/issue_53'Joel Fischer2016-01-271-47/+101
|\
| * Fix showing a console errorJoel Fischer2016-01-271-2/+2
| | | | | | | | * Don't try to log to a file until after the file logging is set up
| * Update SDLDebugToolJoel Fischer2016-01-261-46/+100
| | | | | | | | | | | | * Don't re-search for the file to write, don't recreate file handles, don't recreate date formatters, don't store global static variables * Log file on a separate serial queue for safety and reliability