public
Description: Easy to use CFNetwork wrapper for HTTP requests, Objective-C, Mac OS X and iPhone
Homepage: http://allseeing-i.com/ASIHTTPRequest
Clone URL: git://github.com/pokeb/asi-http-request.git
  Name Description Uploaded Size
No Downloads Yet
  Tag Download Description Date Commit
Tag v1.2 tgz | zip Don't cancel a request if it has already finished 2009-10-31 35fd545
Tag v1.1.1 tgz | zip Added [request startAsynchronous] for easy async requests (no queue required!) 2009-10-06 d310696
Tag v1.1 tgz | zip Move cancelLoad out of ASIHTTPRequest.h, added a note about not calling it 2009-10-04 1ac7f8a
Tag v1.0.9 tgz | zip Added responseStatusMessage 2009-09-13 e98fd1e
Tag v1.0.8 tgz | zip Update iPhone sample to use new delegate auth api 2009-08-24 efaa61d
Tag v1.0.7 tgz | zip Add note about throttling to iPhone project 2009-08-11 e7492d3
Tag v1.0.6 tgz | zip Added proxy tests to iphone test target 2009-08-02 0d05591
Tag v1.0.5 tgz | zip Fix a potential crasher (wrap readStream access in main loop in the cancelledLock) 2009-07-26 c5b610b
Tag v1.0.4 tgz | zip We now dump all cookies on redirection (cookies stored in the peristent store will be re-applied) 2009-07-23 368d9e1
Tag v1.0.3 tgz | zip ASINetwork queues now show the network progress indicator while network operations are in progress 2009-07-19 d97f191
Tag v1.0.2 tgz | zip Fix a problem where both finished and failed delegate methods could in some circumstances be called for the same request 2009-07-16 c73fb11
Tag v1.0.1 tgz | zip S3: Added COPY requests 2009-07-15 8323150
Tag v1.0 tgz | zip Readme update 2009-07-14 531adde
Tag v0.996 tgz | zip Stop using kCFStreamPropertyHTTPShouldAutoredirect and handle 30x redirection ourselves 2009-07-13 ab5f503
Tag v0.995 tgz | zip Added auto-detect for proxies - please let me know if you find problems! 2009-06-25 bb72651
Tag v0.994 tgz | zip Added new files to mac project 2009-06-21 4d26738
Tag v0.993 tgz | zip Fixed issue with specifying an empty string for ASIFormDataRequest parameters 2009-06-16 194cc40
Tag v0.992 tgz | zip Change SSL error detection code to fix issues with iPhone platform (Thanks to Jane Sales for her report!) 2009-06-09 03a71b6
Tag v0.991 tgz | zip Fix test error message 2009-06-07 4dc5766
Tag v0.952 tgz | zip Fix cookies values being re-encoded 2009-03-22 05ffabc
Tag v0.951 tgz | zip Added method for cleaning up temporary file downloads, and tests for this 2009-03-22 8339342
Tag v0.881 tgz | zip Reapply tweaks to FormDataRequest tests to ensure they pass 2009-01-05 0b59da7
Tag v0.99 tgz | zip Added validatesSecureCertificate property to turn off SSL cert validation for testing with self-signed certs 2009-06-07 e81d570
Tag v0.98 tgz | zip Remove debugging logs 2009-05-31 3f1ef51
Tag v0.97 tgz | zip Fix some issues with progress create by last changeset 2009-05-16 7aca62d
Tag v0.96 tgz | zip Clean up for release 2009-04-04 eef8619
Tag v0.95 tgz | zip Added clang script to handle the fact we now have two projects 2009-03-22 7a09218
Tag v0.94 tgz | zip Added the ability to resume large file downloads 2009-03-16 4f5ae46
Tag v0.93 tgz | zip Fix leak in setting response headers 2009-03-12 5fb6e03
Tag v0.92 tgz | zip Minor readme update 2009-02-27 4c3db1b
Tag v0.91 tgz | zip Minor readme update 2009-02-27 4c3db1b
Tag v0.89 tgz | zip Parse text encoding from Content-Type header when supplied 2009-01-09 0add004
Tag v0.88 tgz | zip Stop ASIHTTPRequest subclasses from recreating statics on initialize and leaking in the process 2009-01-05 7e2b9e6
Tag v0.87 tgz | zip * Prevent timeouts in low bandwidth situations when upload size > 128KB 2008-12-31 0279004
Tag v0.86 tgz | zip Add CFNetwork header to make iphone targets build out of the box in release configuration 2008-12-20 8091283
Tag v0.85 tgz | zip Fix bug where HEAD requests created by ASINeworkQueues didn't present the request headers from the main request. 2008-12-09 f116d17
Tag v0.84 tgz | zip Small tweak to fix progress issue when delegate is a UIProgressView (thanks to Roman Busyghin for this fix) 2008-11-17 b770517
Tag v0.83 tgz | zip Added new method to set file data on ASIFormDataRequest with an NSData object 2008-11-13 11a5056
Tag v0.82 tgz | zip Cleanup for release 2008-11-12 af23ac4
Tag v0.81 tgz | zip Fix another silly test url typo 2008-11-11 d6ea371
Tag v0.71 tgz | zip Added tests for Basic and Digest authentication 2008-11-10 cfb68f8
Tag v0.62 tgz | zip Fix a problem with credentials not being recreated when a new username and password are supplied after a first failure 2008-09-13 0fbb974
Tag v0.61 tgz | zip Added timeout support 2008-09-13 076dc89
Tag v0.54 tgz | zip Fix naughty find and replace crapsplosion 2008-08-10 d001857
Tag v0.53 tgz | zip 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. 2008-08-10 652a3a7
Tag v0.52 tgz | zip Updated readme with link to new documentation 2008-08-01 7624ef2
Tag v0.51 tgz | zip Fixed urls in tests 2008-08-01 7b5dce9
Tag v0.9 tgz | zip Make gzipped file downloads work 2009-02-23 192dc94
Tag v0.8 tgz | zip Tweak tests to ensure old waitUntilAllOperationsAreFinished behaviour works again 2008-11-11 b8f5f36
Tag v0.7 tgz | zip Update readme for release 2008-11-09 d6e24fb
Tag v0.6 tgz | zip Made cookie in test last a bit longer 2008-09-12 c020411
Tag v0.5 tgz | zip Added operation queue tests 2008-08-01 241dbad
Tag v0.4 tgz | zip 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 2008-07-31 abdaa62
Tag v0.3 tgz | zip Convert getters / setters to obj-c 2.0 properties 2008-07-29 753b0fb
Tag v0.2 tgz | zip Stop using an NSTimer to update progress, we just do it from the main request loop instead 2008-07-26 c63b5e1
Tag 1.0.3 tgz | zip Add test for S3 gzipped content 2009-07-18 0762d54