FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for SVHTTPRequest/SVHTTPClient.m - shizu2014/SVHTTPRequest · GitHub
shizu2014
/
SVHTTPRequest
Public
forked from
TransitApp/SVHTTPRequest
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
SVHTTPRequest
SVHTTPRequest
SVHTTPClient.m
on
master
User selector
Datepicker
Commit history
Commits on Oct 10, 2014
Expose method to directly queue an SVHTTPRequest.
MuteQ
committed
5615048
View commit details
Copy full SHA for 5615048
View code at this point
Browse repository at this point
Commits on Apr 29, 2013
Fix compile error with setTimeoutInterval.
samvermette
committed
e91fab7
View commit details
Copy full SHA for e91fab7
View code at this point
Browse repository at this point
Commits on Apr 24, 2013
Fix #39.
samvermette
committed
bb291fc
View commit details
Copy full SHA for bb291fc
View code at this point
Browse repository at this point
Commits on Mar 8, 2013
Add support for sending NSArray when sendParametersAsJSON is set to YES.
samvermette
committed
ed7ddfc
View commit details
Copy full SHA for ed7ddfc
View code at this point
Browse repository at this point
Commits on Mar 7, 2013
Make setValue:forHTTPHeader: public for SVHTTPRequest as well.
samvermette
committed
8a2d82a
View commit details
Copy full SHA for 8a2d82a
View code at this point
Browse repository at this point
Commits on Feb 6, 2013
Remove @synthesize (Xcode 4.5+).
samvermette
committed
a133449
View commit details
Copy full SHA for a133449
View code at this point
Browse repository at this point
Commits on Nov 26, 2012
Use a basePath of @"", rather than nil to prevent (null) being prepended
Show description for 0032438
tonyarnold
committed
0032438
View commit details
Copy full SHA for 0032438
View code at this point
Browse repository at this point
Commits on Nov 15, 2012
Replaced explicit class references in class methods with 'self'
Hector Zarate
authored and
Hector Zarate
committed
105d94a
View commit details
Copy full SHA for 105d94a
View code at this point
Browse repository at this point
Commits on Nov 6, 2012
Make all SVHTTPClient methods return reference to standalone request object.
samvermette
committed
1d5c270
View commit details
Copy full SHA for 1d5c270
View code at this point
Browse repository at this point
Commits on Sep 26, 2012
Add upload progress reporting to POST requests
wesbillman
committed
276d1ba
View commit details
Copy full SHA for 276d1ba
View code at this point
Browse repository at this point
Commits on Aug 25, 2012
Give network activity indicator support to SVHTTPRequest.
samvermette
committed
8c3b119
View commit details
Copy full SHA for 8c3b119
View code at this point
Browse repository at this point
Convert completion handler into SVHTTPRequestCompletionHandler typedef.
samvermette
committed
700a5be
View commit details
Copy full SHA for 700a5be
View code at this point
Browse repository at this point
Commits on Aug 19, 2012
Add baseParameters property to SVHTTPClient.
samvermette
committed
d554f23
View commit details
Copy full SHA for d554f23
View code at this point
Browse repository at this point
Add sharedClientWithIdentifier: method to SVHTTPClient.
samvermette
committed
82b03bc
View commit details
Copy full SHA for 82b03bc
View code at this point
Browse repository at this point
Commits on Aug 10, 2012
Add timeoutInterval property to Client and Request.
samvermette
committed
7a21b46
View commit details
Copy full SHA for 7a21b46
View code at this point
Browse repository at this point
Commits on Aug 6, 2012
setNetworkActivityIndicator is now set based on the number of ongoing *active* requests, not the operation queue's count.
samvermette
committed
67a98b2
View commit details
Copy full SHA for 67a98b2
View code at this point
Browse repository at this point
Commits on Jul 10, 2012
Clean up code style (should always adapt to the project's author).
samvermette
committed
e566d30
View commit details
Copy full SHA for e566d30
View code at this point
Browse repository at this point
Remove addValue:forHTTPHeaderField: method.
samvermette
committed
ee9ca70
View commit details
Copy full SHA for ee9ca70
View code at this point
Browse repository at this point
Requests don't set network activity indicator. Client observes operation queue count and sets indicator on main thread.
Ryder Mackay
authored and
samvermette
committed
c3acb6d
View commit details
Copy full SHA for c3acb6d
View code at this point
Browse repository at this point
Add or set values for HTTP header fields
Ryder Mackay
authored and
samvermette
committed
9b18baa
View commit details
Copy full SHA for 9b18baa
View code at this point
Browse repository at this point
Commits on Jul 1, 2012
Added support for custom headers in request and client.
Ryder Mackay
authored and
samvermette
committed
fad308a
View commit details
Copy full SHA for fad308a
View code at this point
Browse repository at this point
+sharedClient returns id to play nice with subclasses
Ryder Mackay
authored and
samvermette
committed
76745dd
View commit details
Copy full SHA for 76745dd
View code at this point
Browse repository at this point
Commits on May 22, 2012
Added HEAD requests.
Mic Pringle
committed
3553f9b
View commit details
Copy full SHA for 3553f9b
View code at this point
Browse repository at this point
Commits on May 1, 2012
Change completion block format to (id, NSHTTPURLResponse*, NSError*).
samvermette
committed
ba4faee
View commit details
Copy full SHA for ba4faee
View code at this point
Browse repository at this point
Commits on Apr 11, 2012
Convert to ARC, only use NSJSONSerialization.
samvermette
committed
e09b169
View commit details
Copy full SHA for e09b169
View code at this point
Browse repository at this point
Commits on Mar 9, 2012
Allow to set custom USER_AGENT (otherwise it doesn't get set at all, default system one is used instead).
samvermette
committed
36e69d1
View commit details
Copy full SHA for 36e69d1
View code at this point
Browse repository at this point
Make the SVHTTPClient setters properties instead.
samvermette
committed
725475e
View commit details
Copy full SHA for 725475e
View code at this point
Browse repository at this point
Commits on Feb 28, 2012
Fix infinite loop with newly added properties.
samvermette
committed
bb78afa
View commit details
Copy full SHA for bb78afa
View code at this point
Browse repository at this point
Rename method to "initWithAddress".
samvermette
committed
81c6289
View commit details
Copy full SHA for 81c6289
View code at this point
Browse repository at this point
Remove deprecated GET method for downloading file (set progress block to NULL if you don't need it).
samvermette
committed
abdb519
View commit details
Copy full SHA for abdb519
View code at this point
Browse repository at this point
Allow custom cachePolicy.
samvermette
committed
8c9eeda
View commit details
Copy full SHA for 8c9eeda
View code at this point
Browse repository at this point
Add public init method to allow advanced configuration of individual requests.
samvermette
committed
7bd25ad
View commit details
Copy full SHA for 7bd25ad
View code at this point
Browse repository at this point
Allow sending parameters as JSON (e.g. GitHub's API).
samvermette
committed
fa9b700
View commit details
Copy full SHA for fa9b700
View code at this point
Browse repository at this point
Commits on Feb 2, 2012
Add cancelRequestsWithPath: method to SVHTTPClient.
samvermette
committed
4187924
View commit details
Copy full SHA for 4187924
View code at this point
Browse repository at this point
Commits on Jan 3, 2012
Allow SVHTTPClient to make requests that track progress as well.
samvermette
committed
d649f41
View commit details
Copy full SHA for d649f41
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL