0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed the possible crash by dereferencing null pointer More... about 12 years ago
Memory leak fix More... over 12 years ago
Fixed memory leak and added extra method for URL replacement API More... over 12 years ago
The URL cannot end with , or . More... over 12 years ago
Minor character code fix More... over 12 years ago
Refactoring More... over 12 years ago
It now assumes that an URL with percent encoded string cannot have non-ASCII characters after the domain name. More... over 12 years ago
Renamed the replaceURL:withURL: method to stringByReplacingURL:withURL:. Refactored stringByReplacingURL:withURL: method. More... over 12 years ago
Fixed memory leak More... over 12 years ago
Fixed the memory leak More... over 12 years ago
Changed the test More... over 12 years ago
Added ASCII domain exception feature. The list of domains that is known to only have ASCII characters in URL can be defined to work around the issue with trailing non-ASCII text being captured as part of the URL. replaceURL method has been added to replace an URL in a string. This is required to make sure that the target URL requires a trailing space to be captured properly after replacing the URL. More... over 12 years ago
Fixed the issue with startIndex parameter handling More... almost 13 years ago
The end pair of U+FF5F should be 0xFF60 More... almost 13 years ago
Now using CFStringInlineBuffer to access NSString contents More... almost 13 years ago
Small changes to the project settings More... almost 13 years ago
Forgot to encapsulate block method implementations More... almost 13 years ago
Converted tabs to spaces More... almost 13 years ago
Added Blocks support More... almost 13 years ago
Changed include from Cocoa.h to Foundation.h More... almost 13 years ago
Fixed the bug where having the same character for starting and ending parenthesis would cause the group to be not detected. More... about 13 years ago
Protocol case was still being considered in containsURL method More... over 13 years ago
Fixed the issue where capitalized protocol string were not recognized. Added a method to get all URL strings. More... over 13 years ago
Added error checking for start position More... over 13 years ago
Memory management improvement More... over 13 years ago
Forgot to weight the closing parenthesis More... over 13 years ago
Initial commit More... over 13 years ago