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
2011-11-26
broaden AuthDigestMiddleware.authorization_required
Helmut Grohne
2011-11-02
improved extensibility of error handling in digest.py
Helmut Grohne
2011-11-01
digest: support gentoken without algo
Helmut Grohne
2011-08-19
scgi: support reusing a listen socket
Helmut Grohne
2011-07-25
fixed epydoc markup errors in digest module
Helmut Grohne
2011-07-25
added more nonce store test cases to digest module
Helmut Grohne
2011-07-24
add more assertions for types of passed parameters
Helmut Grohne
2011-07-24
filters.escape_string: do not consider \ printable
Helmut Grohne
2011-07-24
removed execute bit from wsgitools/digest.py
Helmut Grohne
2011-07-22
BasicAuthMiddleware docstring: mention REMOTE_USER
Helmut Grohne
2011-07-18
adapt exc_info handling for python 3
Helmut Grohne
2011-06-01
reworked digest.AuthTokenGenerator
Helmut Grohne
2011-06-01
improved doc string for middlewares.ContentLengthMiddleware
Helmut Grohne
2011-01-12
DictAuthChecker.__call__ should take an environ
wsgitools-0.2.2
Helmut Grohne
2011-01-12
improved AuthDigestMiddleware doc string
Helmut Grohne
2011-01-12
scgi.asynchronous catches more errors now
Helmut Grohne
2011-01-12
bug fix for StaticContent and CachingMiddleware
Helmut Grohne
2010-09-04
added note about ContentLengthMiddleware's wsgi conformance
Helmut Grohne
2010-09-04
CachingMiddleware: automatic cache pruning implemented
Helmut Grohne
2010-09-04
middlewares.CachingMiddleware: include request method in key
Helmut Grohne
2010-09-02
improved digest documentation
Helmut Grohne
2010-08-31
bugfix: io module from py2.6 provides incompatible StringIO
Helmut Grohne
2010-06-04
flush log file in RequestLogWSGIFilter by default
Helmut Grohne
2010-05-29
security fix: filters.RequestLogWSGIFilter must escape strings
Helmut Grohne
2010-05-25
bugfix: endless loop for closed connection in scgi.forkpool
Helmut Grohne
2010-01-31
fix shared default argument to parse_digest_response
Helmut Grohne
2009-10-25
observed SocketFileWrapper bug fixed
Helmut Grohne
2009-10-25
more SocketFileWrapper (forkpool) bugs
Helmut Grohne
2009-10-25
SocketFileWrapper from forkpool contained more bugs
Helmut Grohne
2009-10-25
socket.socket.recv requires a parameter
Helmut Grohne
2009-10-25
extended application.StaticContent
Helmut Grohne
2009-08-25
added enable_sighandler for scgi.forkpool
Helmut Grohne
2009-07-04
two new digest doctests
Helmut Grohne
2009-07-04
more docstring/epydoc improvements
Helmut Grohne
2009-06-24
fixed an epydoc comment in digest
Helmut Grohne
2009-06-24
added doctest for DBAPI2NonceStore
Helmut Grohne
2009-06-24
added dbapi2 (sql) backed noncestore! yeah :-)
Helmut Grohne
2009-06-24
except ImportError in filters on imports
Helmut Grohne
2009-06-24
documented potential overflow in digest
Helmut Grohne
2009-06-24
auth_response should not return ValueError in digest
Helmut Grohne
2009-06-24
fixed RequestLogMiddleware to work at all
Helmut Grohne
2009-06-23
made RequestLogWSGIFilter define attrs in __init__
Helmut Grohne
2009-03-29
improve digest module (killed isnonce method)
Helmut Grohne
2009-03-29
get rid of old builtin long
Helmut Grohne
2009-03-29
quite some changes for py3
Helmut Grohne
2009-03-29
make digest.gen_rand_str forward compatible (py3)
Helmut Grohne
2009-02-27
except binascii.Error instead of Exception in middlewares
Helmut Grohne
2009-02-27
extract common code to gen_rand_str in digest
Helmut Grohne
2009-02-27
added more doctests for digest module
Helmut Grohne
2009-02-27
fixed bug in digest.MemoryNonceStore.checknonce
Helmut Grohne
[next]