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: foswiki/FastCGIEngineContrib
base: f5e491c09383
Choose a base ref
...
head repository: foswiki/FastCGIEngineContrib
compare: 923c60255b9d
Choose a head ref
  • 8 commits
  • 12 files changed
  • 2 contributors

Commits on Aug 29, 2014

  1. Item13010:Item12909: fixes fcgi instabiltiy

    - when run under ProcManager
    - add a spec file as well
    - removed taint mode from respawned workers
    MichaelDaum committed Aug 29, 2014
    Copy the full SHA
    ed689e6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    37d437c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9594a73 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2014

  1. Item13010: don't die when there's no LocalSite.cfg

    also, make sure some ENV is not undefined:
    
    - REQUEST_URI
    - PATH_INFO
    - SCRIPT_NAME
    MichaelDaum committed Dec 19, 2014
    Copy the full SHA
    1e64875 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2015

  1. Copy the full SHA
    9d9a8b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2015

  1. Copy the full SHA
    34636ba View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2015

  1. Item13040: Reinit after every txn if in bootstrap

    Also prevents growth of ENV{PERL5LIB}.  It was growing by the size of
    @inc after each re-init.
    
    Perltidy
    gac410 committed Jan 27, 2015
    Copy the full SHA
    713dddf View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2015

  1. Copy the full SHA
    923c602 View commit details
    Browse the repository at this point in the history