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

Added Target for creating a static library #365

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

Commits on Jul 3, 2012

  1. Configuration menu
    Copy the full SHA
    af00020 View commit details
    Browse the repository at this point in the history
  2. Added library targets:

     - OS X - dynamic private library
     - iOS - static library
    adib committed Jul 3, 2012
    Configuration menu
    Copy the full SHA
    3fb0755 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2013

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

Commits on Apr 29, 2013

  1. revised ssl settings -- last commit didn't work unless validation was…

    … turned off or client certificates were used
    ralphshao committed Apr 29, 2013
    Configuration menu
    Copy the full SHA
    55b00e2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2013

  1. Add target to create a static library (iOS). Fixed conflicts with Rea…

    …chability drop in replacement
    
    This makes it much easier to integrate this project.
    Stefan Eilers committed May 22, 2013
    Configuration menu
    Copy the full SHA
    cd87060 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'adib/master' into upstream-master

    Conflicts:
    	iPhone.xcodeproj/project.pbxproj
    Stefan Eilers committed May 22, 2013
    Configuration menu
    Copy the full SHA
    c2acc22 View commit details
    Browse the repository at this point in the history
  3. Ignore orig files

    Stefan Eilers committed May 22, 2013
    Configuration menu
    Copy the full SHA
    46d4219 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4ffb7a 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 May 13, 2014

  1. Configuration menu
    Copy the full SHA
    9d79fc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c0e599 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2014

  1. Fixed warnings.

    eilers committed May 15, 2014
    Configuration menu
    Copy the full SHA
    fac8f7a View commit details
    Browse the repository at this point in the history
  2. Fixed incorrect error test.

    eilers committed May 15, 2014
    Configuration menu
    Copy the full SHA
    bce4cdb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:whlsxl/asi-http-request

    Conflicts:
    	Classes/ASIDataCompressor.m
    	Classes/ASIDataDecompressor.m
    	Classes/ASIHTTPRequest.m
    	External/Reachability/_Reachability.h
    	External/Reachability/_Reachability.m
    	iPhone.xcodeproj/project.pbxproj
    eilers committed May 15, 2014
    Configuration menu
    Copy the full SHA
    246ddc9 View commit details
    Browse the repository at this point in the history
  4. Fixed again Reachability after merge: Reachability is widely used in …

    …our projects. Therefore we make it private here..
    eilers committed May 15, 2014
    Configuration menu
    Copy the full SHA
    cd4cc9f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2014

  1. Add translation of errors.

    eilers committed Jun 5, 2014
    Configuration menu
    Copy the full SHA
    f58b817 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2014

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

Commits on Jun 17, 2014

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

Commits on Jun 23, 2014

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

Commits on Jun 14, 2017

  1. Enabled 64-Bit architectures

    TuongNM committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    0d98e60 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from TuongNM/master

    Enabled 64-Bit architectures
    eilers committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    55a0dbf View commit details
    Browse the repository at this point in the history