Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARC support and fix all warnings and errors for Xcode 9.1 and iOS 11.1 #412

Open
wants to merge 62 commits into
base: master
Choose a base branch
from

Commits on Feb 16, 2013

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

Commits on Jul 9, 2013

  1. Configuration menu
    Copy the full SHA
    269f36c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b391060 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2013

  1. ASIInputStream Support ARC

    whlsxl committed Oct 10, 2013
    Configuration menu
    Copy the full SHA
    5590066 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2013

  1. ASIDataDecompressor ARC

    whlsxl committed Oct 12, 2013
    Configuration menu
    Copy the full SHA
    0513a29 View commit details
    Browse the repository at this point in the history
  2. ASIDataCompressor ARC

    whlsxl committed Oct 12, 2013
    Configuration menu
    Copy the full SHA
    dbdd651 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2013

  1. Configuration menu
    Copy the full SHA
    1eb4f43 View commit details
    Browse the repository at this point in the history
  2. change + (void)updateProgressIndicator:(id*)indicator withProgress:(u…

    …nsigned long long)progress ofTotal:(unsigned long long)total;to + (void)updateProgressIndicator:(id)indicator withProgress:(unsigned long long)progress ofTotal:(unsigned long long)total;
    whlsxl committed Oct 18, 2013
    Configuration menu
    Copy the full SHA
    f4d7903 View commit details
    Browse the repository at this point in the history
  3. Solve some ARC problem

    whlsxl committed Oct 18, 2013
    Configuration menu
    Copy the full SHA
    02a2bb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e63d75 View commit details
    Browse the repository at this point in the history
  5. Modify 2 properties

    whlsxl committed Oct 18, 2013
    Configuration menu
    Copy the full SHA
    bfb37ac View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2013

  1. change + (void)performSelector:(SEL)selector onTarget:(id *)target wi…

    …thObject:(id)object amount:(void *)amount callerToRetain:(id)caller; to + (void)performSelector:(SEL)selector onTarget:(id)target withObject:(id)object amount:(void *)amount callerToRetain:(id)caller;
    whlsxl committed Oct 19, 2013
    Configuration menu
    Copy the full SHA
    87ce272 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2013

  1. fix a memery leak

    whlsxl committed Oct 20, 2013
    Configuration menu
    Copy the full SHA
    e0ed765 View commit details
    Browse the repository at this point in the history
  2. fix a memery leak

    whlsxl committed Oct 20, 2013
    Configuration menu
    Copy the full SHA
    1c606ed View commit details
    Browse the repository at this point in the history
  3. fix a warning

    whlsxl committed Oct 20, 2013
    Configuration menu
    Copy the full SHA
    7d707ac View commit details
    Browse the repository at this point in the history
  4. update README

    whlsxl committed Oct 20, 2013
    Configuration menu
    Copy the full SHA
    a0c1383 View commit details
    Browse the repository at this point in the history
  5. ASIFormDataRequest support ARC

    whlsxl committed Oct 20, 2013
    Configuration menu
    Copy the full SHA
    21e579c View commit details
    Browse the repository at this point in the history
  6. ASINetwrokQueue support ARC

    whlsxl committed Oct 20, 2013
    Configuration menu
    Copy the full SHA
    ac9e7ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a882165 View commit details
    Browse the repository at this point in the history
  8. change README

    whlsxl committed Oct 20, 2013
    Configuration menu
    Copy the full SHA
    66c7291 View commit details
    Browse the repository at this point in the history
  9. update Reachability to v3.1.1

    whlsxl committed Oct 20, 2013
    Configuration menu
    Copy the full SHA
    8232e38 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    083f2ba View commit details
    Browse the repository at this point in the history
  11. Fix test file warning

    whlsxl committed Oct 20, 2013
    Configuration menu
    Copy the full SHA
    3fbad09 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    94d2a03 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2013

  1. Add some __bridge

    whlsxl committed Oct 21, 2013
    Configuration menu
    Copy the full SHA
    94a7e16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea1d87d View commit details
    Browse the repository at this point in the history
  3. Fix some warning

    whlsxl committed Oct 21, 2013
    Configuration menu
    Copy the full SHA
    882bef6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0e88c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2013

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

Commits on Oct 24, 2017

  1. fixed input stream leaks in iOS7,fixed persistent connections error b…

    …ug,fixed SSL issue
    John committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    73242f7 View commit details
    Browse the repository at this point in the history
  2. v2.0.0

    John authored and John committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    f93711b View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

  1. Merge branch 'master' of https://github.com/OpenFibers/asi-http-request

    … into OpenFibers-master
    
    # Conflicts:
    #	Classes/ASIHTTPRequest.m
    #	Classes/ASIInputStream.m
    rivera-ernesto committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    1cd9b98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0eb48f0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/John1261/asi-http-request

    …into John1261-master
    
    # Conflicts:
    #	Classes/ASIHTTPRequest.m
    #	Classes/ASIInputStream.m
    rivera-ernesto committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    c0149e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    424f391 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    815570f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8982b70 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    df38942 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2425e85 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fd768af View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    203011d View commit details
    Browse the repository at this point in the history
  11. Fix cast warning

    rivera-ernesto committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    7640ad7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    816f347 View commit details
    Browse the repository at this point in the history
  13. Update Sample projects

    rivera-ernesto committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    8f1a408 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    01414fd View commit details
    Browse the repository at this point in the history
  15. Add missing super call

    rivera-ernesto committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    f4129ff View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2017

  1. Add podspec

    rivera-ernesto committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    5ff0f92 View commit details
    Browse the repository at this point in the history
  2. Update podspec

    rivera-ernesto committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    94e2116 View commit details
    Browse the repository at this point in the history
  3. App Extensions support

    rivera-ernesto committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    774bbd2 View commit details
    Browse the repository at this point in the history
  4. Fix cast warnings

    rivera-ernesto committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    1ad98c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    864f3f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. Revert "fixed bug that https request can’t be send in iOS5"

    This reverts commit b391060.
    
    # Conflicts:
    #	Classes/ASIHTTPRequest.m
    rivera-ernesto committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    86e2afe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db8e051 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

  1. Merge branch 'master' of https://github.com/whlsxl/asi-http-request i…

    …nto whlsxl-master
    
    # Conflicts:
    #	Classes/ASIAuthenticationDialog.m
    #	Classes/ASIDataCompressor.m
    #	Classes/ASIDataDecompressor.m
    #	Classes/ASIFormDataRequest.h
    #	Classes/ASIFormDataRequest.m
    #	Classes/ASIHTTPRequest.h
    #	Classes/ASIHTTPRequest.m
    #	Classes/ASIInputStream.h
    #	Classes/ASIInputStream.m
    #	Classes/ASINetworkQueue.h
    #	Classes/ASINetworkQueue.m
    #	External/Reachability/Reachability.h
    #	External/Reachability/Reachability.m
    #	iPhone.xcodeproj/project.pbxproj
    rivera-ernesto committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    14dbbf2 View commit details
    Browse the repository at this point in the history
  2. Fix build

    rivera-ernesto committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    6216b56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54a8e0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ea5dfd View commit details
    Browse the repository at this point in the history
  5. Fix build warnings

    rivera-ernesto committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    ea0b48c View commit details
    Browse the repository at this point in the history
  6. Update README

    rivera-ernesto committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    7df0f5b View commit details
    Browse the repository at this point in the history
  7. Update README.textile

    rivera-ernesto committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    145eaf6 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Configuration menu
    Copy the full SHA
    c25e42e View commit details
    Browse the repository at this point in the history
  2. Fix Analyzer warnings

    rivera-ernesto committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    89820f5 View commit details
    Browse the repository at this point in the history