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

Fix/Rationalize transports (v2) #188

Merged
merged 13 commits into from
Oct 26, 2015
Merged

Fix/Rationalize transports (v2) #188

merged 13 commits into from
Oct 26, 2015

Commits on May 7, 2015

  1. Fix/Rationalize transports

    GeLoLabs committed May 7, 2015
    Configuration menu
    Copy the full SHA
    41803e3 View commit details
    Browse the repository at this point in the history
  2. Add tests

    GeLoLabs committed May 7, 2015
    Configuration menu
    Copy the full SHA
    8776a6b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2015

  1. Configuration menu
    Copy the full SHA
    fcbfd58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69a4be0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e49ec32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24b11f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f21760a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2015

  1. Merge branch 'master' into rationalize-transports

    Conflicts:
    	library/Requests/Transport/cURL.php
    	library/Requests/Transport/fsockopen.php
    rmccue committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    25318fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62e7c9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bda17c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8c27f2 View commit details
    Browse the repository at this point in the history
  5. Remove $data parameter from Requests::trace

    TRACE requests "MUST NOT [have] a message body" per RFC7231/HTTP 1.1, so
    there's no need for the parameter.
    rmccue committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    e1cde7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da52a92 View commit details
    Browse the repository at this point in the history