Commit graph

1029 commits

Author SHA1 Message Date
Mattt Thompson
b39dc966d6 Merge pull request #588 from natestedman/master
Add Github's Obj-C .gitignore
2012-10-31 07:55:38 -07:00
Mattt Thompson
4b2c2818a1 Using conventional weak/strong self pattern to break retain cycle in background tasks 2012-10-31 07:49:44 -07:00
Mattt Thompson
953dfbcfbc Using __weak reference in setCompletionBlock: 2012-10-31 07:45:13 -07:00
Jerry Beers
c3bc36abd7 Break retain cycle for background tasks 2012-10-31 07:43:34 -07:00
Mattt Thompson
652ad787e7 Minor reformatting of weak/strong self pattern for network reachability callbacks 2012-10-31 07:42:19 -07:00
Mattt Thompson
ecac2b3583 Merge pull request #612 from Madefire/afhttpclient_no_dealloc
fix for AFHTTPClient not being released
2012-10-31 07:36:18 -07:00
Dan Weeks
e549ee33a9 use the weakself/strongself pattern to fix AFHTTPClient not being released
see AFNetworking issue #581
2012-10-30 11:58:54 -07:00
Mattt Thompson
30523b1b73 Merge pull request #602 from modocache/fix-xml-typo
Fix typo in AFXMLRequestOperation block.
2012-10-26 20:29:43 -07:00
modocache
8967359d36 Fix typo in AFXMLRequestOperation block. 2012-10-25 11:47:15 -04:00
Mattt Thompson
3f6571dc83 Merge pull request #598 from dtorres/patch-1
Set the dot (.) to be unescaped (fixes #597)
2012-10-24 11:33:44 -07:00
Diego Torres
7945e801dc Set the dot (.) to be unescaped (fixes #597) 2012-10-24 15:55:40 -02:00
Mattt Thompson
21c1006761 Merge pull request #594 from ijohn/patch-1
Update Example/Classes/Models/Post.m
2012-10-24 09:30:37 -07:00
ijohn
8f898addf2 Update Example/Classes/Models/Post.m
Sorry the previous commit left 1 crucial line :(
2012-10-24 13:17:16 +07:00
ijohn
3a80dbc795 Update Example/Classes/Models/Post.m
Adapt to app.net global stream response change
2012-10-24 13:09:54 +07:00
Nate Stedman
e8d7a91305 Add Github's Objective-C .gitignore file.
This prevents .DS_Store and xcuserdata files/dirs from causing
the AFNetworking submodule to always have `(untracked content)`
listed in `git status`.
2012-10-19 14:25:31 -04:00
Mattt Thompson
4f844a2c3d Merge pull request #587 from andrewsardone/aps-minor-permissions-change
[Low Priority] Remove executable permission on AFHTTPClient source files
2012-10-18 09:56:13 -07:00
Andrew Sardone
62e2deddb1 Remove executable permission on AFHTTPClient source files
For some reason the file mode was changed to add an executable
permission in commit d92462ef8c. This
change is basically inessential housekeeping.
2012-10-18 10:05:24 -04:00
Mattt Thompson
03b3cdf5e1 Merge pull request #583 from chrismcc/patch-1
Update README.md
2012-10-17 09:09:08 -07:00
ckmcc
aaf3da98e1 Update README.md
* Remove references to autorelease.
* Replace progress NSInteger with NSUInteger.
2012-10-16 21:51:12 -05:00
Mattt Thompson
1637ee2e67 Merge branch 'master' of github.com:AFNetworking/AFNetworking 2012-10-16 08:17:50 -07:00
Sylver Bruneau
d61c2ea526 [Issue #579] Fixing last file component in multipart form part creation 2012-10-16 08:17:42 -07:00
Mattt Thompson
d569470ffd Merge pull request #578 from Madefire/64_to_32_conversion
Avoid warning on implicit 64 to 32 conversion in AFHTTPClient.m
2012-10-16 08:06:56 -07:00
Dan Weeks
d635972ee5 avoid warning (error with -Werror) on implicit 64 to 32 conversion 2012-10-15 14:12:16 -07:00
Mattt Thompson
4d7e33a0b7 Updating podspec to 1.0 2012-10-14 11:42:59 -07:00
Mattt Thompson
6136d59b15 Updating README 2012-10-14 11:41:51 -07:00
Mattt Thompson
1715163d20 Updating changelog to 1.0 2012-10-14 11:36:25 -07:00
Mattt Thompson
3dcc97ec8e Minor updates to AFURLConnectionOperation documentation 2012-10-14 10:41:37 -07:00
Mattt Thompson
73f994472f Using consistent urlRequest parameter name in AFHTTPClient 2012-10-14 10:22:40 -07:00
Mattt Thompson
a6870bd366 Minor reorganization & cleanup 2012-10-14 10:07:13 -07:00
Mattt Thompson
6f999cdeff NSCParameterAssert -> NSParameterAssert 2012-10-14 10:06:50 -07:00
Mattt Thompson
424c026f0c Twitter shut off its unauthorized access to the public timeline; switching example over to the App.net global stream. 2012-10-10 20:08:34 -07:00
Mattt Thompson
ddf43e1122 Revert "Using NS_ENUM in place of typedef enum"
This reverts commit ae1d419cd4.
2012-10-09 17:38:08 -07:00
Mattt Thompson
ae1d419cd4 Using NS_ENUM in place of typedef enum 2012-10-09 09:46:30 -07:00
Mattt Thompson
e8b3e27043 Replacing existing property ownership values of retain with strong 2012-10-09 09:26:50 -07:00
Mattt Thompson
cd2171cc5c [Issue #569] Adding missing ownership field in JSON properties 2012-10-09 09:20:18 -07:00
Mattt Thompson
bad206b41f [Issue #465] Instead of enforcing non-nil parameter, allow it to signify not appending a path to the base URL when matching 2012-10-09 09:14:26 -07:00
Mattt Thompson
a2e0453cda Merge branch 'master' of github.com:AFNetworking/AFNetworking 2012-10-09 09:10:34 -07:00
Mattt Thompson
d3ae3d128f [Issue #465] Enforcing non-nil path constraint, and making it so that path is relative to the path of the client baseURL
[Issue #465] Providing additional explanation about how to manage the lifecycle of enqueued operations
2012-10-09 09:10:23 -07:00
Mattt Thompson
b10f66062c Changing multipartFormRequestWithMethod:... to black-list GET and HEAD rather than whitelist particular methods.
Enforcing non-nil, non-GET / HEAD method parameter requirement
2012-10-09 08:59:42 -07:00
Mattt Thompson
30aeb09d2f Adding requirement that method not be nil in requestWithMethod:path:parameters
Defaulting path to blank string if nil
2012-10-09 08:58:13 -07:00
Mattt Thompson
5d341aa854 Merge pull request #560 from blakewatters/bugfix/import-availability-in-pch
Fix CocoaPods Incorrectly Importing CoreServices
2012-10-05 13:42:09 -07:00
Blake Watters
d8243673c2 Import Availability.h before attempting to reference __IPHONE_OS_VERSION_MIN_REQUIRED, else CoreServices will be imported instead of MobileCoreServices 2012-10-05 15:06:12 -04:00
Mattt Thompson
07270cd20c Updating podspec to 1.0RC4 2012-10-05 11:01:59 -07:00
Mattt Thompson
7c789b3190 Adding SystemConfiguration and CoreServices frameworks to Mac example 2012-10-05 11:01:52 -07:00
Mattt Thompson
c588cbf5b6 Normalizing Default images in example project 2012-10-05 10:39:18 -07:00
Mattt Thompson
8d2310098c Removing unnecessary import statement for SystemConfiguration framework if _SYSTEMCONFIGURATION_H is already defined 2012-10-05 10:27:38 -07:00
Mattt Thompson
cbab8fd6b0 Using better negation for OS_OBJECT_USE_OBJC macros 2012-10-05 10:24:28 -07:00
Mattt Thompson
278aa2edfc Fixing OS_OBJECT_USE_OBJC macro check 2012-10-05 10:21:39 -07:00
Mattt Thompson
e7c786eee7 Adding #warning macros when SystemConfiguration or CoreServices frameworks are missing, causing functionality to be missing or altered 2012-10-05 10:19:25 -07:00
Mattt Thompson
a2fc510f72 Enforcing 'this parameter must not be nil' by using NSCParameterAssert() 2012-10-05 10:09:13 -07:00