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: psomas/objpool
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: grnet/objpool
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 4 files changed
  • 1 contributor

Commits on Oct 13, 2014

  1. Retry pooled connections in case of BadStatusLine

    Sometimes, when Apache is used as proxy, HTTP get response may raise a
    BadStatusLine exception. This race condition occurs when the Apache
    proxy module is being used with HTTP keepalive requests. The backend
    server may close the keepalive connection right after httpd has checked
    the state of this TCP connection, so httpd sends the request and waits
    for a response on a connection that is in fact dead.
    
    Solve the above error by re-sending the request when receiving a
    BadStatusLine exception with empty line ('').
    iliastsi committed Oct 13, 2014
    Configuration menu
    Copy the full SHA
    3171050 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2014

  1. Bump version to 0.4rc1

    iliastsi committed Oct 14, 2014
    Configuration menu
    Copy the full SHA
    41d64ca View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.4next

    iliastsi committed Oct 14, 2014
    Configuration menu
    Copy the full SHA
    9711fb9 View commit details
    Browse the repository at this point in the history
  3. Update Changelog

    Update Changelog and change it's format to be in line with the one from
    the Synnefo project.
    iliastsi committed Oct 14, 2014
    Configuration menu
    Copy the full SHA
    c84745c View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2014

  1. Prepare for release 0.4

    Remove RC versions from Changelog and add release date for
    version 0.4.
    iliastsi committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    a50ed83 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release-0.4'

    iliastsi committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    7347ecf View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.4

    iliastsi committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    f584de0 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into develop

    Conflicts:
    	version
    iliastsi committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    d8f9098 View commit details
    Browse the repository at this point in the history
Loading