1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected almost 5 years ago.
Aug 18, 2019 — Aug 18, 2020
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
in asLJCoreAsynchronous, refactoring getChallengeObject (which stores the asLJCoreAsynchronous instance used internally to get the challenge for challenge-response authentication): renamed challengeGettingObject, made an @property and @synthesized it to simplify code, made sure to cancel it when the parent is cancelled.
ilg
as Isaac Greenspan
More... over 14 years ago
guarding against sending messages to deallocated target object after async action is cancelled.
ilg
as Isaac Greenspan
More... over 14 years ago
guarding against potential exception/downstream error in the case where the getchallenge call was "successful" in the XML-RPC sense, but did not actually contain the challenge, which means it's a failure for our purposes
ilg
as Isaac Greenspan
More... over 14 years ago
guarding against "-[NSPlaceholderString initWithString:]: nil argument" exception in the case where the getchallenge call was "successful" in the XML-RPC sense, but did not actually contain the challenge, which means it's a failure for our purposes (it makes no sense that this would happen, but based on an exception report in asLJ, it seems to have actually happened at least once)
ilg
as Isaac Greenspan
More... over 14 years ago
removing unnecessary debug logging line
ilg
as Isaac Greenspan
More... over 14 years ago
Merging default change (tag) into branch
ilg
as Isaac Greenspan
More... over 14 years ago
Added tag used-in-asLJ-v0.6.3-beta for changeset 1a7163d1cf29
ilg
as Isaac Greenspan
More... over 14 years ago
Added tag used-in-asLJ-v0.6.3-beta for changeset 1a7163d1cf29
ilg
as Isaac Greenspan
More... over 14 years ago
changing subrepo URL for XMLRPC to bitbucket (git/github subrepos don't play nice when trying to hg push)
ilg
as Isaac Greenspan
More... over 14 years ago
fixing asynchronous past-entry-loading (retain-release issues)
ilg
as Isaac Greenspan
More... over 14 years ago
PEBKaC error in implementation of asynchronous past-entry loading
ilg
as Isaac Greenspan
More... over 14 years ago
first pass at asynchronous calls for posting new entries, getting past entries to edit, and saving past entry edits back to the server
ilg
as Isaac Greenspan
More... over 14 years ago
moving the mood cache plist from the application support folder to the cache folder.
ilg
as Isaac Greenspan
More... over 14 years ago
fixing copyright year for XML-RPC Framework as listed in asLJCore.h
ilg
as Isaac Greenspan
More... over 14 years ago
making pastEntryCalendarPanel calls asynchronous (first attempt)
ilg
as Isaac Greenspan
More... over 14 years ago
retaining instance variables; adding logging message to match synchronous calls
ilg
as Isaac Greenspan
More... over 14 years ago
rehashing LJxmlrpc to use the synchronous call in XMLRPC; adding new class of asynchronous calls, asLJCoreAsynchronous (first pass at it)
ilg
as Isaac Greenspan
More... over 14 years ago
adding missing files from newer XMLRPC to asLJCore project
ilg
as Isaac Greenspan
More... over 14 years ago
fully-updated subrepo
ilg
as Isaac Greenspan
More... over 14 years ago
removing included XMLRPC stuff in preparation for re-adding it as a subrepo
ilg
as Isaac Greenspan
More... over 14 years ago
adding timing around full LJxmlrpc calls (from before getchallenge to after complete call)
ilg
as Isaac Greenspan
More... over 14 years ago
adding compiler flag to set DEBUG in debug build (makes DLOG() work)
ilg
as Isaac Greenspan
More... over 14 years ago
adding compiler flag to set DEBUG in debug build (makes DLOG() work)
ilg
as Isaac Greenspan
More... over 14 years ago
bringing in asLJCore as a subrepo; inserting into the asLJ Xcode project for one-step building, including asLJCore
ilg
as Isaac Greenspan
More... over 14 years ago
bringing in asLJCore as a subrepo; inserting into the asLJ Xcode project for one-step building, including asLJCore
ilg
as Isaac Greenspan
More... over 14 years ago
updating debug logging macro DLOG to use __PRETTY_FUNCTION__ instead of __FILE__
ilg
as Isaac Greenspan
More... over 14 years ago
updating debug logging macro DLOG to use __PRETTY_FUNCTION__ instead of __FILE__
ilg
as Isaac Greenspan
More... over 14 years ago
Added tag used-in-asLJ-v0.5.2-alpha for changeset cae45950b14b
ilg
as Isaac Greenspan
More... over 14 years ago
Added tag used-in-asLJ-v0.5.2-alpha for changeset cae45950b14b
ilg
as Isaac Greenspan
More... over 14 years ago
Added tag used-in-asLJ-v0.5.1-alpha for changeset cae45950b14b
ilg
as Isaac Greenspan
More... over 14 years ago