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

Improve code quality #186

Merged
merged 29 commits into from
Oct 15, 2015
Merged

Improve code quality #186

merged 29 commits into from
Oct 15, 2015

Commits on Oct 14, 2015

  1. Unify redirect check in parse_response and Response

    Changed the test to expect exceptions for 304, 305, and 306, as these
    aren't actually redirects. Previously, these were treated as redirects
    by Response, but not by parse_response.
    rmccue committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    3bb0f48 View commit details
    Browse the repository at this point in the history
  2. Allow passing null as $data

    rmccue committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    3bdec14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    140f8f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ade1b0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    321305f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b29d69e View commit details
    Browse the repository at this point in the history
  7. Remove unused variable

    rmccue committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    1ba010e View commit details
    Browse the repository at this point in the history
  8. Improve more code quality

    Woo!
    rmccue committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    e2dd4b4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    544a1a9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b96e9db View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    faa0fbe View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    890d510 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    aa3cdcb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e614232 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    68337c0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    684de09 View commit details
    Browse the repository at this point in the history
  17. Remove die from Requests_IRI

    rmccue committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    6d7b7d7 View commit details
    Browse the repository at this point in the history
  18. Simplify IPv6::uncompress

    rmccue committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    e12a2b1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    216e678 View commit details
    Browse the repository at this point in the history
  20. Use new parse_from_headers

    rmccue committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    4825828 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    77ea59e View commit details
    Browse the repository at this point in the history
  22. Add missing braces

    rmccue committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    0fbed0f View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2015

  1. Configuration menu
    Copy the full SHA
    3626938 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    063384b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a81795 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49ee946 View commit details
    Browse the repository at this point in the history
  5. Remove TODO

    rmccue committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    e436a4a View commit details
    Browse the repository at this point in the history
  6. Fix inline docs in Cookie

    rmccue committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    10a93a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    04e4167 View commit details
    Browse the repository at this point in the history