summaryrefslogtreecommitdiff
path: root/paste/translogger.py
Commit message (Expand)AuthorAgeFilesLines
* Python 3: Use six types for stringsCyril Roelandt2014-03-181-2/+3
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-2/+2
* Use X-Forwarded-For in translogger: http://trac.pythonpaste.org/pythonpaste/t...Ian Bicking2010-09-011-1/+6
* Save the REQUEST_METHOD when logging, in case it gets rewritten later (#241)ianb2008-03-251-3/+4
* use paste.util.converters instead of paste.deploy.convertersianb2007-10-101-1/+1
* Make wsgi the default logger name for the entry point (it was going to the ro...ianb2007-07-091-1/+1
* Also calculate QUERY_STRING in translogger before dispatching the requestianb2007-02-151-2/+2
* Figure out the request URI earlier in translogger (so later rewrites won't ch...ianb2007-02-151-3/+5
* Add docstring for all the entry pointsianb2006-10-201-0/+2
* Added an Paste Deploy entry point for paste.transloggerianb2006-10-071-0/+20
* fixed the logged HTTP protocol, now grabbing it from HTTP_VERSION environment...pjenvey2006-06-181-1/+1
* fixed TransLogger to log to the Apache combined log format as advertisedpjenvey2006-06-181-1/+9
* Added copyright header to a bunch of filesianb2006-06-131-0/+2
* Wrap what is now a really long lineianb2006-03-131-1/+3
* Added a bunch of module docstrings so the module index looks nicer; also mark...ianb2005-12-301-0/+4
* A bunch of little import cleanups noted from pyflakesianb2005-12-181-1/+0
* Fix form finding regexianb2005-11-181-0/+76