0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
AEJSONProcessor now uses NSJSONSerialization instead of JSONKit. More... almost 11 years ago
Fix compiler warnings with newer LLVM versions. More... almost 12 years ago
Unit test for base64, which uncovers some bugs More... about 12 years ago
Utility function to convert from base64-string back to NSData More... about 12 years ago
Merge branch 'master' of git://github.com/adamjernst/AEURLConnection More... about 12 years ago
Don't use class as a parameter name, since it is a C++ reserved word (and thus messes up Obj-C++ code) More... about 12 years ago
Utility functions to decode URL-encoded strings. More... about 12 years ago
Implement handler and setHandler: dynamically instead of synthesized to ensure that the runtime is not inserting autorelease calls. More... over 12 years ago
Update sample project for new structure More... over 12 years ago
Make AEBase64EncodedString take NSData, not NSString. More... over 12 years ago
New AEURLRequestOperation, for asynchronous network requests using NSOperation (if you need queueing, maxOperations, etc. Also, a new response processor for images, which was moved (along with chainedResponseProcessor) into the new namespace AEURLResponseProcessors. More... over 12 years ago
Expose utility functions for base64 and url encoding. More... over 12 years ago
Merge branch 'master' of github.com:adamjernst/AEURLConnection More... over 12 years ago
Fix some analyzer warnings, including a nasty memory leak. More... over 12 years ago
Update README.md More... over 12 years ago
Merge branch 'master' of github.com:adamjernst/AEURLConnection More... over 12 years ago
Allow chaining response processors, and add a new AEExpect module to let you create some common blocks for response validity checking. More... over 12 years ago
Allow chaining response processors, and add a new AEExpect module to let you create some common blocks for response validity checking. More... over 12 years ago
Use spaces instead of tabs. More... over 12 years ago
Add a new request factory class. Refactory JSON processing blocks accordingly. More... over 12 years ago
Merge branch 'master' of github.com:adamjernst/AEURLConnection More... over 12 years ago
Introduce a decoupled way to process responses without thrashing the CPU. More... over 12 years ago
Finalize README More... over 12 years ago
Fix formatting in README More... over 12 years ago
Skeletal readme. More... over 12 years ago
License. More... over 12 years ago
Remove gitignore file More... over 12 years ago
Fix a memory usage error. Also add a test to verify that handler is released on queue, and catch any other memory errors like the one I had left in previously. More... over 12 years ago
Initial commit. More... over 12 years ago