0
I Use This!
Inactive

Commits : Listings

Analyzed 36 minutes ago. based on code collected about 3 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #14 from bensarz/master More... almost 9 years ago
Changing the build settings to make it safe for use in extensions. More... almost 9 years ago
Merge pull request #13 from bensarz/master More... almost 9 years ago
Carthage integration. More... almost 9 years ago
Up the podspec tag More... almost 9 years ago
Merge pull request #10 from yoiang/InternetReachability More... over 9 years ago
Example polling Internet reachability More... over 9 years ago
reachabilityToInterenet ala Apple's example More... over 9 years ago
Merge pull request #9 from gamenerds/master More... about 10 years ago
Matching Readme to current version's method sig More... about 10 years ago
Update podspec More... over 10 years ago
Add IPV4 and IPV6 to feature list. More... over 10 years ago
Clarify what reachability means. More... over 10 years ago
Added support for reachability to IP addresses (ipv4 and ipv6) More... over 10 years ago
Let the OS do all the parsing and return nil only if it fails. More... over 10 years ago
Fix host extraction from URLs. More... over 10 years ago
Adding podspec. More... about 11 years ago
Code cleanup + clearer comments. More... about 11 years ago
API change on KSReachableOperation: renamed "block" to "onReachabilityAchieved". More... about 11 years ago
Crash bug fix. More... about 11 years ago
Fix for incorrect behavior when using a nil hostname or reachabilityToLocalNetwork. More... about 11 years ago
No need to dispatch block since we're already on the main queue. More... about 11 years ago
Make sure we unschedule on the main run loop since that's where we scheduled. More... about 11 years ago
Simplified the interface and implementation. More... about 11 years ago
Switched to a workspace layout, with KSReachability building as a static library. More... about 11 years ago
gethostbyname() was unnecessary. A failed DNS lookup means the host is unreachable! More... about 11 years ago
Edge case fixes and better error handling. More... about 11 years ago
Merge pull request #3 from pitiphong-p/fix_exc_bad_access More... about 11 years ago
Fixed the EXC_BAD_ACCESS when release the operation while the block is called. More... about 11 years ago
Merge pull request #2 from amrox/fix-memory-leak More... over 11 years ago