Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: php-http/plugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bug/missing-transfer-header
Choose a base ref
...
head repository: php-http/plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 33 files changed
  • 8 contributors

Commits on Jan 29, 2016

  1. Merge pull request #55 from php-http/bug/missing-transfer-header

    Add missing transfer encoding header for chunked
    joelwurtz committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    d9ba8d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2016

  1. Fixed prefer-lowest build

    Nyholm committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    fff9489 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #62 from Nyholm/patch-2

    Fixed prefer-lowest build
    dbu committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    da8a547 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2016

  1. Configuration menu
    Copy the full SHA
    ff7fd8d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61 from gjuric/psr

    Remove psr dependencies
    sagikazarmark committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    741f0c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2016

  1. Fix #67 Fixed Cookie creation in cookie plugin.

    Expand the cookie header content test with all parts.
    Pass cookie parts as intended to cookie object.
    Throw transfer exception when the cookie expires header can not be parsed.
    Peter Bouwdewijn authored and sagikazarmark committed Apr 3, 2016
    Configuration menu
    Copy the full SHA
    7f038d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9395b4f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2016

  1. Deprecate plugins and plugin client

    Provide cross-compatibility between new and old plugins
    
    The deprecated PluginClient now wraps the new one internally
    and dispatches the requests to it.
    Full BC should be preserved, relevant exceptions caught
    and rethrown with the appropriate wrapping.
    
    Add deprecation error triggering
    sagikazarmark committed May 4, 2016
    Configuration menu
    Copy the full SHA
    00012ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #70 from php-http/move_plugins

    Move plugins
    dbu committed May 4, 2016
    Configuration menu
    Copy the full SHA
    e05577d View commit details
    Browse the repository at this point in the history
  3. Prepare release

    sagikazarmark committed May 4, 2016
    Configuration menu
    Copy the full SHA
    5b535de View commit details
    Browse the repository at this point in the history
  4. Add empty lines

    sagikazarmark committed May 4, 2016
    Configuration menu
    Copy the full SHA
    0837bf5 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2017

  1. Apply fixes from StyleCI

    dbu authored and StyleCIBot committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    a56a9fb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #71 from php-http/analysis-8mdj1b

    Apply fixes from StyleCI
    dbu authored Nov 22, 2017
    Configuration menu
    Copy the full SHA
    ee20293 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. doc and codestyle tweaks

    dbu committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    49fdd46 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #72 from php-http/codestyle-tweaks

    doc and codestyle tweaks
    dbu authored Jun 5, 2019
    Configuration menu
    Copy the full SHA
    ed50370 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc2f757 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #73 from php-http/drop-hhvm

    drop hhvm and test with recent php versions
    dbu authored Jun 5, 2019
    Configuration menu
    Copy the full SHA
    ded660c View commit details
    Browse the repository at this point in the history
  5. prepare release

    dbu committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    e45c799 View commit details
    Browse the repository at this point in the history
Loading