summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update version string and copy right year.3.3Graham.Dumpleton2010-07-261-2/+2
* Donation notice.Graham.Dumpleton2010-07-261-1/+23
* Remove reference to loglevel as removed in Apache 2.3. Fix comman in wrongGraham.Dumpleton2010-07-231-8/+5
* Eliminate KeyError exception message on process shutdown when using PythonGraham.Dumpleton2010-07-121-0/+20
* Update version string.Graham.Dumpleton2010-07-121-2/+2
* Add isatty() to log objects used for sys.stdout/sys.stderr andGraham.Dumpleton2010-07-121-0/+12
* When compiled against ITK MPM for Apache, if using daemon mode, theGraham.Dumpleton2010-07-121-0/+20
* Back off timer for failed connections to daemon process group wasn'tGraham.Dumpleton2010-07-121-6/+14
* Inactivity timeout not triggered at correct time when occurs for firstGraham.Dumpleton2010-07-121-25/+32
* Fix bug whereby logging can go missing in daemon mode when have multipleGraham.Dumpleton2010-07-121-56/+68
* Update version string for release of mod_wsgi 3.2.3.2Graham.Dumpleton2010-03-091-1/+1
* The ap_accept_lock_mech variable has dissappeared in Apache 2.3. SeeGraham.Dumpleton2010-03-091-0/+4
* Wrong check of APR_HAS_THREADS by preprocessor conditional resulting in codeGraham.Dumpleton2010-02-261-4/+4
* When error logging redirected to syslog there is no error log to close. CheckGraham.Dumpleton2010-02-221-12/+25
* Wrong file path given as script when using WSGIHandlerScript and error loadingGraham.Dumpleton2010-01-261-1/+1
* Lock mutex in same thread that will unlock it. Required for FreeBSD daemonGraham.Dumpleton2010-01-261-8/+34
* Create branch for mod_wsgi 3.X stream.Graham.Dumpleton2009-11-300-0/+0
* Update version string for mod_wsgi 3.1 release.3.1Graham.Dumpleton2009-11-251-1/+1
* Add compile time checks for whether Apache and Python developer header filesGraham.Dumpleton2009-11-231-4/+13
* Update version string to 3.1-TRUNK. Prefix compiler arguments supplied throughGraham.Dumpleton2009-11-233-6/+18
* Update version string to 3.0 for release of mod_wsgi 3.0.3.0Graham.Dumpleton2009-11-211-1/+1
* Update version string for 3.0 release candidate 6 tarball.3.0c6Graham.Dumpleton2009-11-151-1/+1
* Removed unfinished statistics code so can get mod_wsgi 3.0 released.Graham.Dumpleton2009-11-131-227/+0
* Apache 2.3 removes ap_my_generation. Now need to query MPM values.Graham.Dumpleton2009-11-081-9/+23
* Don't ignore CFLAGS defined in environment of configure script.Graham.Dumpleton2009-11-012-4/+6
* Add variable to statistics for name of process group.Graham.Dumpleton2009-10-271-0/+4
* Add variables for processes and threads in statistics.Graham.Dumpleton2009-10-271-1/+9
* Add additional statistics values and change name of statistics function.Graham.Dumpleton2009-10-271-4/+21
* Experimental statistics gathering for daemon mode. May be removed orGraham.Dumpleton2009-10-251-0/+172
* Consolidate data structures for tracking of thread pool stack.Graham.Dumpleton2009-10-241-36/+25
* Experimental code which uses a stack for the available thread pool in daemonGraham.Dumpleton2009-10-191-2/+209
* Update version information to correspond to 3.0c6-TRUNK. Move timeout on socketGraham.Dumpleton2009-10-151-4/+7
* Don't attempt to set Content-Length even if iterable is a sequence of length 1.Graham.Dumpleton2009-10-141-23/+0
* Make lazy initialisation the default for Python 2.X as well as Python 3.X.Graham.Dumpleton2009-10-121-9/+5
* Artificially increment reference count on thread state object created byGraham.Dumpleton2009-10-121-1/+17
* Update version string for 3.0 release candidate 5.3.0c5Graham.Dumpleton2009-10-021-1/+1
* Make lazy initialisation the default behaviour for Python 3.X due to Python 3.XGraham.Dumpleton2009-10-011-0/+15
* Remove need to enable compilations on Python 3.X.Graham.Dumpleton2009-09-253-34/+2
* Remove PATH from WSGI environment as could be confusing since actually aGraham.Dumpleton2009-09-251-0/+2
* Bump WSGI version to 1.1 corresponding to aim to have ammendments added.Graham.Dumpleton2009-09-251-1/+1
* Always supply application group information as latin-1.Graham.Dumpleton2009-09-251-2/+2
* Variables in environment for authentication hook functions should be latin-1Graham.Dumpleton2009-09-251-39/+47
* Drop WSGIVariableEncoding and associated functionality. Ensure thatGraham.Dumpleton2009-09-251-156/+15
* Use surrogatescape for Python egg cache path and Python module search pathGraham.Dumpleton2009-09-251-3/+10
* Python 3.0 no longer supported. Need to use Python 3.1 or later.Graham.Dumpleton2009-09-251-40/+0
* Require at least Python 3.1 due to use of surrogateescape error mode when doingGraham.Dumpleton2009-09-251-5/+20
* Don't try and auto guess whether should link with framework or library whenGraham.Dumpleton2009-09-252-56/+42
* Cast to int to avoid compiler warning on Python 2.6.Graham.Dumpleton2009-08-311-1/+1
* Need to convert UTF8 to UCS2 on Windows for warn options and Python home.Graham.Dumpleton2009-08-241-73/+83
* Need to remember Python exception which occurred before creating log objectGraham.Dumpleton2009-08-241-53/+35