Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TransitApp/SVHTTPRequest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Bunch/SVHTTPRequest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 4 files changed
  • 3 contributors

Commits on Jul 25, 2012

  1. Allowed fragments

    cyrilrbt committed Jul 25, 2012
    Configuration menu
    Copy the full SHA
    08aa87d View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2012

  1. SVHTTPRequest: Added support for image and json content-type.

    Converts data with content-type starting by "image/" to UIImage.
    Converts data with content-type equal to "application/json" to json representation.
    ocollet committed Jul 30, 2012
    Configuration menu
    Copy the full SHA
    05bd38f View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2012

  1. Return errors to completion blocks on bad statuses

    This will construct a new NSError object with domain SVHTTPRequest and
    a code matching the HTTP request which is passed as the error to the
    completion block for all non-2XX status codes.
    Michael Mior committed Aug 7, 2012
    Configuration menu
    Copy the full SHA
    f466e6c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2012

  1. Make base path for client requests optional

    Michael Mior committed Aug 13, 2012
    Configuration menu
    Copy the full SHA
    38acde7 View commit details
    Browse the repository at this point in the history
  2. Allow requests to run in background threads

    Michael Mior committed Aug 13, 2012
    Configuration menu
    Copy the full SHA
    bbdef7d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2012

  1. Return request objects for all calls

    Michael Mior committed Aug 15, 2012
    Configuration menu
    Copy the full SHA
    04ea595 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2012

  1. Expose request cancel API publically

    Requests can now be cancelled via [request cancel] which
    will return YES if the request was successfully cancelled
    or NO if the request was already finished.
    
    Completion blocks will be called with a response of nil
    and an NSError with SVHTTPRequestCancelErrorDomain.
    Michael Mior committed Aug 16, 2012
    Configuration menu
    Copy the full SHA
    0925cf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    202a406 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2012

  1. Better timeout handling

    - Increase delay before timing out
    - Cancel requests after the timeout delay
    Michael Mior committed Aug 20, 2012
    Configuration menu
    Copy the full SHA
    c0d1e54 View commit details
    Browse the repository at this point in the history
Loading