Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

URL redirect block #269

Closed
wants to merge 22 commits into from
Closed

Commits on Mar 2, 2012

  1. Using class method swizzling to dynamically modify class method value…

    …s for acceptable status codes and content types
    mattt committed Mar 2, 2012
    1 Configuration menu
    Copy the full SHA
    5b7a2cb View commit details
    Browse the repository at this point in the history
  2. Adding documentation for AFHTTPRequestOperation +addAcceptableStatusC…

    …odes / +addAcceptableContentTypes
    mattt committed Mar 2, 2012
    Configuration menu
    Copy the full SHA
    eb7d9be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01572ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68eb634 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2012

  1. Configuration menu
    Copy the full SHA
    8bfee9e View commit details
    Browse the repository at this point in the history
  2. Removing unused overrided implementation of HTTPRequestOperationWithR…

    …equest:success:failure: in AFImageRequestOperation
    mattt committed Mar 3, 2012
    Configuration menu
    Copy the full SHA
    692f4ca View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2012

  1. Added additional Reachability information to the AFHTTPClient

    As discussed by @mattt in AFNetworking#197, this pull request takes a stab at
    exposing the Reachability state via an enum property, similar to
    Reachability itself.
    kcharwood committed Mar 5, 2012
    Configuration menu
    Copy the full SHA
    5b49cbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    346c56b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2012

  1. Merge branch 'AFHTTPClient-Reachability-Experiment' of https://github…

    ….com/kcharwood/AFNetworking into kcharwood-AFHTTPClient-Reachability-Experiment
    mattt committed Mar 9, 2012
    Configuration menu
    Copy the full SHA
    be19b45 View commit details
    Browse the repository at this point in the history
  2. Renaming AFNetworkReachabilityStatus and changing to bitmask

    Fixing AFReachabilityCallback to give correct WiFi reachability value
    
    Minor formatting and refactoring
    mattt committed Mar 9, 2012
    Configuration menu
    Copy the full SHA
    71d6af9 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2012

  1. Merge branch 'experimental-overrideable-http-operation-validation' in…

    …to experimental-1.0RC1
    mattt committed Mar 10, 2012
    Configuration menu
    Copy the full SHA
    d5d44f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2012

  1. Configuration menu
    Copy the full SHA
    fa01557 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14227aa View commit details
    Browse the repository at this point in the history
  3. Circumventing need to set initial network reachability status block t…

    …o nil by wrapping callback in -startMonitoringNetworkReachability
    mattt committed Mar 11, 2012
    Configuration menu
    Copy the full SHA
    4bfa2f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2012

  1. Configuration menu
    Copy the full SHA
    fe0f1ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac20e02 View commit details
    Browse the repository at this point in the history
  3. Updated Reachability to handle an IP Address or a Host name

    Note this does not fix the issue with the status not being correctly
    reported for a 3G connection.
    kcharwood committed Mar 13, 2012
    Configuration menu
    Copy the full SHA
    d96f8f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2012

  1. Configuration menu
    Copy the full SHA
    428c13e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2012

  1. Configuration menu
    Copy the full SHA
    50c136f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    700ad2a View commit details
    Browse the repository at this point in the history
  3. Refactoring network reachability functions

    Using inet_pton instead of regexp to detect whether a URL host is an IP address
    mattt committed Mar 20, 2012
    Configuration menu
    Copy the full SHA
    ca87ea1 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2012

  1. Configuration menu
    Copy the full SHA
    c050092 View commit details
    Browse the repository at this point in the history