- 14 Jan, 2012 1 commit
-
-
Yung-Luen Lan authored
-
- 13 Jan, 2012 2 commits
-
-
Fixes dictionary memory leak when certificate checking is disabled. Refs #263. Problem was introduced in commit:66003748.
Joseph Heenan authored
- 01 Dec, 2011 1 commit
-
-
In iOS 5, the ASIAuthenticationDialog could not be dismissed using either the Cancel button or automatically by successfully logging in. The bug is due to a change in UIViewController in iOS 5. The class & instance "dismiss" methods are using [UIViewController parentViewController] which, as of iOS 5, no longer returns the presenting view controller. A new property called 'presentingViewController' was added in iOS 5 to make up for this. Changed the class & instance dismiss methods to use the "presentingViewController" property if it is available (iOS 5+). If not, it falls back to the "parentViewController" property.
George Cox authored
-
- 04 Nov, 2011 1 commit
-
-
A dictionary is allocated and never released. Problem was introduced in commit:66003748.
Grzegorz Adam Hankiewicz authored
-
- 07 Oct, 2011 2 commits
-
-
Frédéric VERGEZ authored
- 06 Oct, 2011 1 commit
-
-
ASIFormDataRequest has a default 'GET' method (should be 'POST' by default)
Frédéric VERGEZ authored
-
- 05 Oct, 2011 2 commits
-
-
Frédéric VERGEZ authored
- 19 Sep, 2011 5 commits
-
-
* Ensures external resource requests are properly removed from the queue and released when they fail * Changes behaviour so that by default, external resource request failures do not cause everything else to fail Also added new shouldIgnoreExternalResourceErrors property to control this closes gh-253
Ben Copsey authored -
Conflicts: Classes/ASIHTTPRequest.m
Ben Copsey authored -
Ben Copsey authored
-
- 18 Sep, 2011 1 commit
-
-
Ben Copsey authored
-
- 17 Sep, 2011 5 commits
-
-
Ben Copsey authored
-
Ben Copsey authored
-
Ben Copsey authored
-
- 13 Sep, 2011 1 commit
-
-
Lee Reilly authored
-
- 11 Sep, 2011 2 commits
-
-
Aidan Steele authored
-
Aidan Steele authored
-
- 31 Aug, 2011 1 commit
- 24 Aug, 2011 1 commit
- 20 Aug, 2011 6 commits
-
-
Ben Copsey authored
-
Ben Copsey authored
-
…ages with a .html extension This will help users that need to cache HTML content for display in a webview closes gh-241
Ben Copsey authored
- 18 Aug, 2011 1 commit
-
-
incorrectly charging the entire buffer size against the throttler rather than just the number of bytes actually read. For example, if you did a read with a 32KB buffer which only received 300 bytes across the wire, the bandwidth Throttler would charge you for a full 32KB of bandwidth rather than the 300 bytes that were really used. This was grossly overstating the bandwidth consumption to the throttler.
Mike Belshe authored
-
- 10 Aug, 2011 1 commit
-
-
The CopyWithZone method did not copy the authenticationScheme, resulting in problems when using a copied ASIHTTPRequest.
Gerry Weißbach authored
-
- 07 Aug, 2011 2 commits
-
-
Mike Mayo authored
-
Ben Copsey authored
-
- 06 Aug, 2011 4 commits
-
-
Ben Copsey authored
-
* Use [pool drain] because Xcode told us to * Get rid of a couple of random nib warnings
Ben Copsey authored
-