6
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
May 11, 2023 — May 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix using one too many boundary strings in post data. Some servers (like PHP) could handle this, which is why I didn't catch it before. Others (like Rails) would fail. Now compatible with Rails, anyway. Split username and password setter into two Added domain for NTLM authentication, will be applied if server asks for it (untested!) Fix wrong url in tests More... almost 16 years ago
Updated readme with link to new documentation More... almost 16 years ago
Made receivedData an NSMutableData object, to save all the casting Changed url format in tests Small layout cleanups in the nib Added reference to the new documentation page More... almost 16 years ago
Fixed urls in tests More... almost 16 years ago
Added operation queue tests More... almost 16 years ago
Added basic unit tests Added responseStatusCode property Various cleanups More... almost 16 years ago
Reuse authentiction information in the session, removing the need to start the request twice for authenticating servers when the authentication info has already been accepted Big code cleanup - more to come Bug fixes More... almost 16 years ago
Convert getters / setters to obj-c 2.0 properties Stop retaining delegate More... almost 16 years ago
Stop using an NSTimer to update progress, we just do it from the main request loop instead Added default values for didFailSelector and didFinishSelector for the simple cases Several small bug fixes Order of methods in implementation now matches the order of those in the header More... almost 16 years ago
Fix memory leak More... almost 16 years ago
Added readme with intro and a link to the website Small fix to license More... almost 16 years ago
First public release More... almost 16 years ago