index
:
~helmut/wsgitools.git
devel
master
See http://subdivi.de/~helmut/wsgitools/
Helmut Grohne
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wsgitools
Age
Commit message (
Expand
)
Author
2008-09-09
made error page for BasicAuthMiddleware configurable
Helmut Grohne
2008-09-09
update BasicAuthMiddleware docs to reflect api change
Helmut Grohne
2008-07-12
fix some comments and epydocify them
Helmut Grohne
2008-07-12
refactor middlewares.NoWriteCallableMiddleware
Helmut Grohne
2008-07-12
optimize adapter to not mangle data when unnecessary
Helmut Grohne
2008-07-12
fix adapters (returned wrong value)
Helmut Grohne
2008-07-09
added some module docstrings
Helmut Grohne
2008-07-09
speed up receiving data in forkpool
Helmut Grohne
2008-07-09
check for whether environ contains CONTENT_LENGTH
Helmut Grohne
2008-07-08
epydoc syntax fixes in scgi.forkpool
Helmut Grohne
2008-07-08
environ["wsgi.input"].read fixed in scgi.forkpool
Helmut Grohne
2008-07-08
add environ param to check_function in middlewares.BasicAuthMiddleware
Helmut Grohne
2008-07-08
refactor scgi.forkpool socket handling
Helmut Grohne
2008-04-27
clarified usage of EncodeWSGIFilter
Helmut Grohne
2008-04-27
added flush parameter to GzipWSGIFilter
Helmut Grohne
2008-03-29
fix middleware start_reponse to accept only two parameters
Helmut Grohne
2008-03-28
fixed non-fatal bugs
Helmut Grohne
2008-03-28
implement size parameter for environ["wsgi.input"].readline on scgi.forkpool
Helmut Grohne
2008-03-27
epydoc update
Helmut Grohne
2008-03-10
use hashlib.md5 instead of md5.md5 where possible
Helmut Grohne
2008-03-02
improved scgi.forkpool.SocketFileWrapper a lot
Helmut Grohne
2008-03-02
fixed silly POST bug in scgi.forkpool
Helmut Grohne
2008-02-28
refactored docstrings for epydoc
Helmut Grohne
2008-02-28
avoid builtin name filter as variable in wsgitools.filters
Helmut Grohne
2008-02-28
scgi.forkpool: start_response must accept a third parameter
Helmut Grohne
2007-09-20
added assertions for not getting unicode strings
Helmut Grohne
2007-09-11
fix scgi.asynchronous to work with empty responses
Helmut Grohne
2007-05-09
fix too strict assertion in wsgitools.applications
Helmut Grohne
2007-05-08
rearrange nonce checking to comply with RFC2617 in wsgitools.digest
Helmut Grohne
2007-05-08
replaced nonce handling in wsgitools.digest
Helmut Grohne
2007-05-08
added support for digest auth (RFC2617)
Helmut Grohne
2007-04-25
some environ fixups in scgi.*
Helmut Grohne
2007-04-21
added some assertions
Helmut Grohne
2007-04-21
removed trailing spaces
Helmut Grohne
2007-04-21
added REMOTE_USER to RequestLogWSGIFilter logging
Helmut Grohne
2007-04-21
fixed NoWriteCallableMiddleware with exc_info !
Helmut Grohne
2007-04-20
added better support for HEAD
Helmut Grohne
2007-04-20
added wsgitools.adapters for future wsgi versions
Helmut Grohne
2007-04-20
fix appen_data invocation in WSGIFilterMiddleware
Helmut Grohne
2007-04-20
export GzipWSGIFilter in wsgitools.filters
Helmut Grohne
2007-04-18
fixed grave data sending bug in wsgitools.scgi
Helmut Grohne
2007-04-17
added wsgitools.scgi.forkpool
Helmut Grohne
2007-04-16
delay sending headers in scgi server when possible
Helmut Grohne
2007-04-16
added GzipWSGIFilter
Helmut Grohne
2007-04-15
added docstrings
Helmut Grohne
2007-04-15
don't except: when knowing whats thrown
Helmut Grohne
2007-04-15
longer variable names are a good thing(tm)
Helmut Grohne
2007-04-15
TracebackMiddleware catches more exceptions
Helmut Grohne
2007-04-15
fixed indenting with tabs
Helmut Grohne
2007-04-14
added TracebackMiddleware
Helmut Grohne
[next]