Commit History

Author SHA1 Message Date
  Jon Shier c9d06846ae AFNetworking 4 (#4523) 5 years ago
  Kinarobin a1f208b79e Optimizing cancel image download and let task to be canceled really. (#4407) 5 years ago
  bbeversdorf 342653f27e Update AFImageDownloader.m 7 years ago
  Brian Beversdorf 1c52c76537 Safely get mergedTasks On responseQueue 7 years ago
  Jeff Kelley b15888735a Merge pull request #4002 from LeeHongHwa/fix_coding_convention 7 years ago
  Henddher Pedroza 9b33c1699f self in block 8 years ago
  Henddher Pedroza 51a80847ed Ask <AFImageRequestCache> implementor if an image should be cached. Implementors may prevent caching. 8 years ago
  Henddher Pedroza f6f64c83b3 Remove setter for defaultURLCache 8 years ago
  Henddher Pedroza 8db67cdfa9 Allow initialization of AFImageDownloader using custom NSURLSessionConfiguration. 8 years ago
  Henddher Pedroza 41897b19c6 Ability to set the defaultURLCache 8 years ago
  leehonghwa 27c819537a Fix asterisk location in method declaration 8 years ago
  Kevin Harwood b36f0ed444 Added a comment 8 years ago
  flutechang 84d18cac75 Fix crash around customizing NSURLCache size. 9 years ago
  Diego Chohfi c0131a92a1 Deprecating method dataTaskWithRequest:completionHandler: from AFURLSessionManager 9 years ago
  Kevin Harwood ac6ba4580e Refactored to dispatch an error if a bad URL is passed in. 9 years ago
  Christian Wen fa2c806a39 Prevent crash when "AFImageDownloader identifier" is nil (which is cause by passing an NSURLRequest which doesn't return an absoluteString). #3343. Added a test for this behavior. 9 years ago
  Draveness c27b46c87d Add leading whitespace to urls 9 years ago
  Draveness d0b1db20d8 Add whitespace between url and ')' to prevent Xcode misunderstanding 9 years ago
  Kevin Harwood ed39be2a09 Improved the Unit Test 9 years ago
  Kevin Harwood bfc67c9d6c Fixed image downloading cancellation race condition 9 years ago
  Kevin Harwood 5d73b00640 Bumping copyright to 2016 9 years ago
  Kevin Harwood 43d4847e39 Fixed race condition with image downloader when starting/cancelling/starting the same request 9 years ago
  Cédric Luthi 19097d695d Remove OS_OBJECT_HAVE_OBJC_SUPPORT conditional compilation 9 years ago
  Rick Silva cfed41d1cf Fix AFImageDownloader stalling after number of failures reaches maximumActiveDownloads. 9 years ago
  Kevin Harwood 20bcb6322a Fix for #3037 10 years ago
  Greg Fiumara fb55caf396 clang only recognizes 'typeof' in GNU dialects. 10 years ago
  Greg Fiumara 0831289989 Remove unnecessary semicolon. 10 years ago
  Kevin Harwood 280c3750b0 Switched response queue to be a serial queue 10 years ago
  Kevin Harwood 44859ba006 Fixed warning 10 years ago
  Kevin Harwood 1245bde7b1 -Added additional tests for Image Downloader 10 years ago