summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update string instantiation to use NSString's helper class function.hotfix/issue_362Muller, Alexander (A.)2016-02-291-1/+1
|
* 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
* | Merge branch 'hotfix/issue_76'Joel Fischer2016-01-271-1/+5
|\ \
| * \ Merge branch 'master' into hotfix/issue_76Joel Fischer2016-01-2794-449/+310
| |\ \ | |/ / |/| |
* | | Merge branch 'hotfix/issue_75'Joel Fischer2016-01-2763-216/+216
|\ \ \
| * \ \ Merge branch 'master' into hotfix/issue_75Joel Fischer2016-01-2631-233/+94
| |\ \ \ | |/ / / |/| | |
* | | | Update Testing FrameworksJoel Fischer2016-01-2628-227/+86
| | | |
* | | | Update Testing FrameworksJoel Fischer2016-01-262-6/+6
| |_|/ |/| |
* | | Add SDL video to READMEJoel Fischer2016-01-251-0/+2
| | |
| * | When pulling an object from an RPC, it now returns nil if the object was ↵Joel Fischer2016-01-2563-216/+216
|/ / | | | | | | | | | | never set * Fixes #75
| * Fix SDLRPCStruct could initialize with nil storeJoel Fischer2016-01-251-1/+5
|/ | | | * Fixes #76
* Updated Changelog for In Progress 4.0.2 changesJoel Fischer2016-01-251-0/+11
|
* Remove unused file reference from projectJoel Fischer2016-01-251-4/+0
|
* Fix removing observers that don't exist in SDLProxyJoel Fischer2016-01-251-3/+0
|
* Merge branch 'hotfix/issue_317'Joel Fischer2016-01-251-3/+2
|\
| * SDLProxyListener delegate onOnLockScreenNotification fixed parameter typeJoel Fischer2016-01-251-3/+2
| | | | | | | | * Fixes #317
* | Merge branch 'hotfix/issue_300'Joel Fischer2016-01-254-228/+12
|\ \ | |/ |/|