Commit graph

  • f1049854cf Merge pull request #1000 from OliverLetterer/test Mattt Thompson 2013-05-16 12:44:19 -07:00
  • 178bf2d58f Adds testReachabilityStatus. Oliver Letterer 2013-05-16 21:33:34 +02:00
  • a3472da9b6 Merge branch 'master' into test Oliver Letterer 2013-05-16 21:28:46 +02:00
  • 5c90fd599a Adds testEnqueueBatchOfHTTPRequestOperations. Oliver Letterer 2013-05-16 21:28:23 +02:00
  • 9d979991a4 Added method for custom file type Kevin Harwood 2013-05-16 14:26:34 -05:00
  • d4fbdfa228 Fixed the names Kevin Harwood 2013-05-16 14:24:56 -05:00
  • b6db2df022 Merge pull request #997 from OliverLetterer/test Mattt Thompson 2013-05-16 12:25:33 -07:00
  • 0d79495dec Merge pull request #998 from kcharwood/new_test_cases Mattt Thompson 2013-05-16 12:24:19 -07:00
  • b1a5411599 Merge pull request #996 from blakewatters/bugfix/travis-fix Mattt Thompson 2013-05-16 12:19:04 -07:00
  • 0fead2b2b9 Adds testEnqueueBatchOfHTTPRequestOperationsWithRequests. Oliver Letterer 2013-05-16 21:16:39 +02:00
  • 53c6876685 Added AFJSONRequestOperationTests Kevin Harwood 2013-05-16 14:14:00 -05:00
  • 4e72a84b76 Adds test for unregistering HTTPOperation class. Oliver Letterer 2013-05-16 21:03:09 +02:00
  • 12ed161510 Adds testImageRequestOperationContruction. Oliver Letterer 2013-05-16 21:02:06 +02:00
  • 15b7926364 Adds testXMLRequestOperationContruction. Oliver Letterer 2013-05-16 21:01:02 +02:00
  • 221e7c3abe Adds testJSONRequestOperationContruction. Oliver Letterer 2013-05-16 21:00:10 +02:00
  • 8748004f19 Adds testDefaultHeaders. Oliver Letterer 2013-05-16 20:53:23 +02:00
  • c33f13a7e4 Install Pods contained within the Tests directory Blake Watters 2013-05-16 14:42:57 -04:00
  • b93004589a Merge pull request #995 from kcharwood/new_test_cases Mattt Thompson 2013-05-16 11:37:58 -07:00
  • d90aca3ff6 [Issue #992] Adding missing __bridge casts in AFHTTPClient apouche 2013-05-16 11:28:11 -07:00
  • bc16cf6643 Creating separate group for AFNetworking source files Mattt Thompson 2013-05-16 11:15:53 -07:00
  • 5ad40f0c36 Added test cases for pause/resume Kevin Harwood 2013-05-16 12:59:29 -05:00
  • 76950dab03 Update README.md Mattt Thompson 2013-05-16 09:29:11 -07:00
  • 89ac8bfa67 Changing file headers Mattt Thompson 2013-05-16 09:22:36 -07:00
  • deb0776470 Refactoring test cases to put common initialization in -setUp Mattt Thompson 2013-05-16 09:18:00 -07:00
  • da78b9fdd7 Merge branch 'feature/941-testing-infrastructure' of git://github.com/blakewatters/AFNetworking into blakewatters-feature/941-testing-infrastructure Mattt Thompson 2013-05-16 08:53:58 -07:00
  • 30adc36879 Fix incorrect rake execution in Travis config Blake Watters 2013-05-13 15:39:44 -04:00
  • 2c01759bda Adjust delays on cancellation test -- unsure why this does not pass when run in the full suite Blake Watters 2013-05-13 09:41:44 -04:00
  • c2c3a656e7 Add composite status code reporting during CLI execution Blake Watters 2013-05-13 09:31:45 -04:00
  • 4d8faf8a23 Pull in a few more basic request/response tests from @kcharwood Blake Watters 2013-05-13 09:25:13 -04:00
  • 6e57c377f1 Add test coverage around operation cancellation setting the error and invoking the failure block. refs #941 Blake Watters 2013-05-13 09:21:36 -04:00
  • 5c81d90a4c Add test coverage for construction of request body via AFHTTPClient. refs #989 Blake Watters 2013-05-13 09:10:39 -04:00
  • db8a44a9b1 Revert "Fixed a leak in requestWithMethod:path:parameters:" Mattt Thompson 2013-05-12 19:05:11 -07:00
  • 44d55c4d92 Merge pull request #989 from danyowdee/master Mattt Thompson 2013-05-12 13:24:31 -07:00
  • fad9a6249c Fixed a leak in requestWithMethod:path:parameters: Daniel Demiss 2013-05-12 18:26:02 +03:00
  • bb4c19eab6 Add section to the README.md detailing how to setup and execute the unit tests Blake Watters 2013-05-11 13:35:36 -04:00
  • 91cf441582 Restore functionality of Rake tasks Blake Watters 2013-05-11 13:24:41 -04:00
  • 4f04b35378 Reorganize testing setup Blake Watters 2013-05-11 13:18:43 -04:00
  • bc3b94f79d Add Podfile.lock to the project Blake Watters 2013-05-11 12:53:24 -04:00
  • 5bfde2ab4d Restore previous break-out of Pods configuration as the global import links it into the wrong targets Blake Watters 2013-05-10 18:11:40 -04:00
  • 7d89a1897d Cleanup Podfile and remove overridden OTHER_LDFLAGS on AFNetworking static library target Blake Watters 2013-05-10 17:32:00 -04:00
  • 91db618d8e Remove unnecessary CocoaPods setup during Travis build execution Blake Watters 2013-05-10 17:10:56 -04:00
  • 85faf3477f Add Travis CI build status logo to README.md Blake Watters 2013-05-10 16:07:40 -04:00
  • 1a25414ef5 Implement initial unit testing and continuous integration system for AFNetworking. refs AFNetworking/AFNetworking#941 Blake Watters 2013-05-10 15:53:33 -04:00
  • 6f6c888055 [Issue #942] [Issue #943] Don't attempt to use URL-encoded credentials in connection:didReceiveAuthenticationChallenge:, since any included credentials would have to be invalid to have an authentication challenge be issued xjdrew 2013-05-10 11:23:25 -07:00
  • df51831c15 Merge branch 'master' of github.com:AFNetworking/AFNetworking Mattt Thompson 2013-05-10 11:19:10 -07:00
  • 3e5426d54b [Issue #963] Perform default handling for NSURLAuthenticationMethodDefault authentication challenges Josh Vera 2013-05-10 11:18:57 -07:00
  • e6c91f4452 Merge pull request #981 from OliverLetterer/all-header-fields Mattt Thompson 2013-05-08 11:34:57 -07:00
  • 58c890f17e Adds missing [self.response respondsToSelector:@selector(allHeaderFields)] check. Oliver Letterer 2013-05-08 20:22:07 +02:00
  • 618765b5a9 Merge pull request #937 from RobotsAndPencils/upstream Mattt Thompson 2013-05-08 11:12:12 -07:00
  • a8f8f2c6c3 Merge pull request #944 from davekeck/master Mattt Thompson 2013-05-08 11:07:40 -07:00
  • 2036b185b1 Merge pull request #958 from StatusReport/master Mattt Thompson 2013-05-08 11:05:58 -07:00
  • 8fd6eefb2a Replacing (CFStringRef)NSRunLoopCommonModes with kCFRunLoopCommonModes Mattt Thompson 2013-05-08 10:27:25 -07:00
  • 8916a10dc4 [Issue #969] Reordering network reachability calls to provide correct reachability status on initialization (/thanks @djmadcat) Mattt Thompson 2013-05-08 10:26:49 -07:00
  • c3db232a5e [Issue #970] Refactoring network reachability to be more conventional (/thanks @djmadcat) Mattt Thompson 2013-05-08 10:23:40 -07:00
  • fa0c8b8ddc Refactoring failure case for connection:needNewBodyStream: Mattt Thompson 2013-05-08 10:17:03 -07:00
  • 38c49e1532 Merge pull request #972 from aburgel/needNewBodyStream_cancel Mattt Thompson 2013-05-08 10:10:55 -07:00
  • c5e51b31c1 Merge pull request #973 from michael-r-may/master Mattt Thompson 2013-05-08 10:08:16 -07:00
  • 174bbb5b3e Merge pull request #978 from jeffhunter/master Mattt Thompson 2013-05-08 09:06:37 -07:00
  • a42953f62e explicitly synthesize properties to eliminate warnings with -Wobjc-missing-property-synthesis Jeff Hunter 2013-05-07 13:53:49 -07:00
  • ac9563e373 Register error if new bodyStream cannot be created Alex Burgel 2013-05-06 13:18:34 -04:00
  • 1e27caa977 Switched the #warning messages to #pragma message messages instead, so you can still compile the framework with -Werror switched on michael_r_may 2013-05-05 22:18:53 +01:00
  • 370c4754c1 don't escape tildes as per http://tools.ietf.org/html/rfc3986#section-2.3 joein3d 2013-04-19 23:16:18 -04:00
  • e54ffdc33e Merge branch 'master' of github.com:AFNetworking/AFNetworking Mattt Thompson 2013-05-05 09:42:48 -07:00
  • 9629ff97c3 Minor edits to documentation Mattt Thompson 2013-05-05 09:42:39 -07:00
  • f959d81760 Merge pull request #966 from OliverLetterer/use-error Mattt Thompson 2013-05-02 16:20:19 -07:00
  • 8f80919375 Merge pull request #935 from OliverLetterer/cfstream-race-condition Mattt Thompson 2013-05-02 16:17:48 -07:00
  • 1ce0a211ba Using self.error instead of self.JSONError in AFJSONRequestOperation. Oliver Letterer 2013-05-02 20:03:17 +02:00
  • 613ef3489d Merge pull request #960 from audun/master Mattt Thompson 2013-04-30 10:54:20 -07:00
  • 05184b2769 Adds explicit type casts where necessary for ObjC++ compilation Audun Holm Ellertsen 2013-04-29 12:19:45 +01:00
  • 00901df325 Add __unused to stream delegate parameter Yaron Inger 2013-04-28 16:25:50 +03:00
  • cbfe5b72c6 Suppressed GNU expression and Enum assignment warnings from clang Henrik Hartz 2013-04-28 11:19:09 +02:00
  • fff8704a44 Fixing crasher in AFNetworkActivityIndicatorManager, due to unsafe calls to updateNetworkActivityIndicatorVisibilityDelayed from multiple threads. Dave Keck 2013-04-23 11:10:34 -10:00
  • a0cc020357 A GET request for file:///path/to/file URLs has a self.response that does not respond to allHeaderFields because it is an NSURLResponse not an NSHTTPURLResponse Dave Anderson 2013-04-22 16:21:04 -06:00
  • 6a6862c43b Workaround for #907. Oliver Letterer 2013-04-21 18:07:46 +02:00
  • 215a32e23c Bumping version to 1.2.1 Mattt Thompson 2013-04-18 07:47:53 +02:00
  • c28434ce71 Fixing error in documentation about defaultSSLPinningMode Mattt Thompson 2013-04-17 18:42:34 +02:00
  • b838dd85c1 Minor reformatting Mattt Thompson 2013-04-17 18:39:50 +02:00
  • 9cbc749d40 Renaming allowInvalidSSLCertificate -> allowsInvalidSSLCertificate Mattt Thompson 2013-04-17 18:38:44 +02:00
  • 174bc47c84 Minor refactoring / renaming / copy edits Mattt Thompson 2013-04-17 18:28:08 +02:00
  • 8ea42866b8 Merge branch 'invalid-ssl' of git://github.com/kcharwood/AFNetworking into kcharwood-invalid-ssl Mattt Thompson 2013-04-17 18:04:50 +02:00
  • 472ba1c66a Replace NSData by NSUInteger in connection:didReceiveData: Jean-Francois Morin 2013-04-16 11:00:26 +03:00
  • 3c6bec4207 Added runtime check to disable pinning in the example Kevin Harwood 2013-04-16 10:31:41 +03:00
  • ae4981eef1 - fix for unescaped brackets in params values Kra Larivain 2013-04-15 17:45:36 -07:00
  • b3267b85b0 Merge pull request #911 from runmad/master Mattt Thompson 2013-04-11 01:07:10 -07:00
  • 8d075dde30 Check for finished operations in order to increments the numberOfFinishedOperations count Rune Madsen 2013-04-10 14:47:36 -04:00
  • 22d6747b74 Merge branch 'master' into invalid-ssl Kevin Harwood 2013-04-09 08:48:56 -05:00
  • fa9fa6e0d4 Fixed if/else logic Kevin Harwood 2013-04-09 08:47:26 -05:00
  • 0d49f731a2 Merge pull request #902 from OliverLetterer/master Mattt Thompson 2013-04-09 00:11:41 -07:00
  • e6807f4176 Merge branch 'master' into invalid-ssl Kevin Harwood 2013-04-08 09:52:42 -05:00
  • ae6b3bb368 Now using NSParameterAssert instead of NSCParameterAssert. Oliver Letterer 2013-04-08 14:04:43 +02:00
  • ecbe8166cd Now using errSecSuccess instead of noErr for Security frameworks OSStatus. Oliver Letterer 2013-04-08 14:04:08 +02:00
  • 24dd68fa6e Merge pull request #882 from OliverLetterer/derived-certificates Mattt Thompson 2013-04-07 23:50:36 -07:00
  • f51a762772 Merges master. Oliver Letterer 2013-04-07 18:26:16 +02:00
  • e016c731d3 Merged upstream/master back to resolve conflicts Kevin Harwood 2013-04-07 08:14:22 -05:00
  • 6aec2bab03 Merge pull request #900 from kcharwood/ssl_pin_example Mattt Thompson 2013-04-06 23:34:23 -07:00
  • 8b2d01a503 Fixes SecTrustCreateWithCertificates expecting an array as first argument. Oliver Letterer 2013-04-07 08:29:29 +02:00
  • 1d1378d9aa Merge remote-tracking branch 'upstream/master' into invalid-ssl Kevin Harwood 2013-04-06 16:31:28 -05:00
  • 158db930ff Revert "Added guard around adding a NULL object to an array" Kevin Harwood 2013-04-06 15:46:50 -05:00
  • c8e420990e Added guard around adding a NULL object to an array Kevin Harwood 2013-04-06 15:02:57 -05:00
  • 6d64ea1fa5 [Issue #888] Fixing property attribution build warning in AFHTTPClient body stream provider Mattt Thompson 2013-04-06 20:17:35 +02:00