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. |
|
More...
|
over 14 years ago
|
guarding against sending messages to deallocated target object after async action is cancelled. |
|
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 |
|
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) |
|
More...
|
over 14 years ago
|
removing unnecessary debug logging line |
|
More...
|
over 14 years ago
|
Merging default change (tag) into branch |
|
More...
|
over 14 years ago
|
Added tag used-in-asLJ-v0.6.3-beta for changeset 1a7163d1cf29 |
|
More...
|
over 14 years ago
|
Added tag used-in-asLJ-v0.6.3-beta for changeset 1a7163d1cf29 |
|
More...
|
over 14 years ago
|
changing subrepo URL for XMLRPC to bitbucket (git/github subrepos don't play nice when trying to hg push) |
|
More...
|
over 14 years ago
|
fixing asynchronous past-entry-loading (retain-release issues) |
|
More...
|
over 14 years ago
|
PEBKaC error in implementation of asynchronous past-entry loading |
|
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 |
|
More...
|
over 14 years ago
|
moving the mood cache plist from the application support folder to the cache folder. |
|
More...
|
over 14 years ago
|
fixing copyright year for XML-RPC Framework as listed in asLJCore.h |
|
More...
|
over 14 years ago
|
making pastEntryCalendarPanel calls asynchronous (first attempt) |
|
More...
|
over 14 years ago
|
retaining instance variables; adding logging message to match synchronous calls |
|
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) |
|
More...
|
over 14 years ago
|
adding missing files from newer XMLRPC to asLJCore project |
|
More...
|
over 14 years ago
|
fully-updated subrepo |
|
More...
|
over 14 years ago
|
removing included XMLRPC stuff in preparation for re-adding it as a subrepo |
|
More...
|
over 14 years ago
|
adding timing around full LJxmlrpc calls (from before getchallenge to after complete call) |
|
More...
|
over 14 years ago
|
adding compiler flag to set DEBUG in debug build (makes DLOG() work) |
|
More...
|
over 14 years ago
|
adding compiler flag to set DEBUG in debug build (makes DLOG() work) |
|
More...
|
over 14 years ago
|
bringing in asLJCore as a subrepo; inserting into the asLJ Xcode project for one-step building, including asLJCore |
|
More...
|
over 14 years ago
|
bringing in asLJCore as a subrepo; inserting into the asLJ Xcode project for one-step building, including asLJCore |
|
More...
|
over 14 years ago
|
updating debug logging macro DLOG to use __PRETTY_FUNCTION__ instead of __FILE__ |
|
More...
|
over 14 years ago
|
updating debug logging macro DLOG to use __PRETTY_FUNCTION__ instead of __FILE__ |
|
More...
|
over 14 years ago
|
Added tag used-in-asLJ-v0.5.2-alpha for changeset cae45950b14b |
|
More...
|
over 14 years ago
|
Added tag used-in-asLJ-v0.5.2-alpha for changeset cae45950b14b |
|
More...
|
over 14 years ago
|
Added tag used-in-asLJ-v0.5.1-alpha for changeset cae45950b14b |
|
More...
|
over 14 years ago
|