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/message
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.0
Choose a base ref
...
head repository: php-http/message
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 9 commits
  • 10 files changed
  • 5 contributors

Commits on Dec 31, 2015

  1. Configuration menu
    Copy the full SHA
    ffcbb07 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from php-http/require-message-factory-puli

    Require message-factory version that has Puli bindings
    ddeboer committed Dec 31, 2015
    Configuration menu
    Copy the full SHA
    8bce360 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2016

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

Commits on Jan 11, 2016

  1. Update StyleCI config

    sagikazarmark committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    0e4361f View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2016

  1. Lower buffer size, and use it in the getContents

    This is mainly to avoid too much nested call to the read method, as if we got a stream where the reads provide too few bytes (like 100) it will make a nested call to the read method for each part of the messages and will stop on a too muche nested call exception with xdebug.
    
    Also there is no need to have more than 8192 as PHP already have a buffer with this size, so no performance issue.
    joelwurtz committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    2b97b2f View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2016

  1. Merge pull request #26 from php-http/joelwurtz-patch-1

    Lower buffer size, and use it in the getContents
    joelwurtz committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    3b4ad14 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2016

  1. Prepare stable relase, closes #27

    Márk Sági-Kazár committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    a21bf41 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #28 from php-http/stable_release

    Prepare stable relase
    sagikazarmark committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    24f87eb View commit details
    Browse the repository at this point in the history
Loading