0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 25, 2025 — Feb 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
constants defined for error domain and a couple error codes
davedelong
as Dave DeLong
More... almost 16 years ago
fixing 2 memory leaks
davedelong
as Dave DeLong
More... almost 16 years ago
removing old code; SKFetchRequest should now sort and filter properly, whether using the SK* constants, or the property name in the predicate/sort descriptors
davedelong
as Dave DeLong
More... almost 16 years ago
fetching SKUser objects now honors some sort descriptors, fetchOffset, and fetchLimit
davedelong
as Dave DeLong
More... almost 16 years ago
simple SKSite accessor for retrieving a single SKUser
davedelong
as Dave DeLong
More... almost 16 years ago
Can now request an individual SKUser object
davedelong
as Dave DeLong
More... almost 16 years ago
Commenting out defunct unit tests
davedelong
as Dave DeLong
More... almost 16 years ago
Changing unit tests to use the new SKSite initializer
davedelong
as Dave DeLong
More... almost 16 years ago
Merge branch 'master' of codaset.com:davedelong/stackkit
davedelong
as Dave DeLong
More... almost 16 years ago
removing warnings
davedelong
as Dave DeLong
More... almost 16 years ago
Missed a #import statement in the internal header
davedelong
as Dave DeLong
More... almost 16 years ago
Started implementing SKFetchRequest. API calls are generated based on the -entity of the fetch request, via an overridden SKObject class method. Added a couple categories for convenience, plus some corresponding unit tests.
davedelong
as Dave DeLong
More... almost 16 years ago
Changed initWithURL: to initWithAPIURL:APIKey: to allow custom keys to be passed in More... almost 16 years ago
added the current API key, changed the "siteURL" property to "apiURL"
davedelong
as Dave DeLong
More... almost 16 years ago
Added info to the README More... about 16 years ago
Replaced README with markdown version More... about 16 years ago
Merge branch 'master' of github.com:davedelong/StackKit More... about 16 years ago
Added an import for SKBadge in the StackKit header More... about 16 years ago
ignoring mode1v3 files. More... about 16 years ago
Added failing unit test that will pass once SKQuestion is implemented fully. More... about 16 years ago
Added unit tests for SKTagRSS More... about 16 years ago
Added RSS parsing More... about 16 years ago
Added convenience initialize for SKTag More... about 16 years ago
Implementing caching for tags. More... about 16 years ago
Created convenience initializer for SKUser. Moved cache handling into this initializer More... about 16 years ago
Added levels property to SKBadge; added properties to SKTag More... about 16 years ago
Added skeleton support for badges in SKUser More... about 16 years ago
Added skeleton SKBadge class More... about 16 years ago
just dinking around
davedelong
as Dave DeLong
More... about 16 years ago
added rudimentary JSON date parsing. should probably be moved into the SKJSON stuff later
davedelong
as Dave DeLong
More... about 16 years ago