Commit Graph

18 Commits

Author SHA1 Message Date
Eric Jensen
153df72ac4 Correct mixed indentation by replacing tabs with spaces 2016-03-22 22:01:35 -07:00
rounak
6a90410322 Add generics to collections 2016-02-01 22:19:51 -08:00
Brian Dorfman
21e69bcf80 Fix crash in urlSession authentication challenge.
Implement delegate method for when there is a session-level authentication challenge so that the call isn't forwarded to the task version.
Make sure we always strongSelf inside blocks.
2015-12-08 17:32:27 -08:00
Connor Montgomery
213ce3cb14 fix test 2015-11-09 13:00:05 -05:00
Connor Montgomery
1fcc55c296 check class instead 2015-11-09 12:23:08 -05:00
Connor Montgomery
5884bc29cc Don't cast . 2015-11-09 12:11:33 -05:00
Connor Montgomery
dbf05ce687 Fix for local image URLs 2015-11-09 12:00:27 -05:00
Garrett Moon
6fb56c327f Add queue name 2015-10-23 13:32:04 -07:00
Garrett Moon
e0fad29d0a Fix a race condition in PINURLSessionManager
The callback queue cannot be concurrent because there's no way to guarantee the
operations happen FIFO.

Also fixed an issue where authentication wouldn't happen if the PINURLSessionManager
delegate didn't respond to didReceiveChallenge:
2015-10-23 11:36:58 -07:00
Bilge Taylan Ulusoy
a3b58bb706 Deleted forgotton nullabel 2015-09-11 22:21:40 +02:00
Bilge Taylan Ulusoy
cc47fddd36 Implemented -URLSession:task:didReceiveChallenge:completionHandler: in PINURLSessionManager 2015-09-11 11:27:06 +02:00
Kurry
b7f1856d36 fixed issue with 404 response not returning error, and added test for empty url 2015-09-10 17:54:08 -04:00
Garrett Moon
f2bde95b2a Readability improvements, thanks Jon! 2015-09-03 14:21:33 -07:00
Garrett Moon
578bfd2a28 Cleanup, thanks Jon! 2015-08-27 11:14:42 -07:00
Garrett Moon
5e3ab338e1 Fix race conditions in progress generation 2015-08-26 13:48:52 -07:00
Jonathon Mah
18bfff532b Fix concurrency issue: Only alter completions dictionary while locked 2015-07-31 18:28:30 -07:00
Jon Parise
38d9f8e3c9 Name our locks. 2015-07-29 14:43:23 -07:00
Garrett Moon
9d2bd31f95 1.0 2015-07-22 17:29:31 -07:00