summaryrefslogtreecommitdiff
path: root/wsgitools
AgeCommit message (Expand)Author
2008-07-08add environ param to check_function in middlewares.BasicAuthMiddlewareHelmut Grohne
2008-07-08refactor scgi.forkpool socket handlingHelmut Grohne
2008-04-27clarified usage of EncodeWSGIFilterHelmut Grohne
2008-04-27added flush parameter to GzipWSGIFilterHelmut Grohne
2008-03-29fix middleware start_reponse to accept only two parametersHelmut Grohne
2008-03-28fixed non-fatal bugsHelmut Grohne
2008-03-28implement size parameter for environ["wsgi.input"].readline on scgi.forkpoolHelmut Grohne
2008-03-27epydoc updateHelmut Grohne
2008-03-10use hashlib.md5 instead of md5.md5 where possibleHelmut Grohne
2008-03-02improved scgi.forkpool.SocketFileWrapper a lotHelmut Grohne
2008-03-02fixed silly POST bug in scgi.forkpoolHelmut Grohne
2008-02-28refactored docstrings for epydocHelmut Grohne
2008-02-28avoid builtin name filter as variable in wsgitools.filtersHelmut Grohne
2008-02-28scgi.forkpool: start_response must accept a third parameterHelmut Grohne
2007-09-20added assertions for not getting unicode stringsHelmut Grohne
2007-09-11fix scgi.asynchronous to work with empty responsesHelmut Grohne
2007-05-09fix too strict assertion in wsgitools.applicationsHelmut Grohne
2007-05-08rearrange nonce checking to comply with RFC2617 in wsgitools.digestHelmut Grohne
2007-05-08replaced nonce handling in wsgitools.digestHelmut Grohne
2007-05-08added support for digest auth (RFC2617)Helmut Grohne
2007-04-25some environ fixups in scgi.*Helmut Grohne
2007-04-21added some assertionsHelmut Grohne
2007-04-21removed trailing spacesHelmut Grohne
2007-04-21added REMOTE_USER to RequestLogWSGIFilter loggingHelmut Grohne
2007-04-21fixed NoWriteCallableMiddleware with exc_info !Helmut Grohne
2007-04-20added better support for HEADHelmut Grohne
2007-04-20added wsgitools.adapters for future wsgi versionsHelmut Grohne
2007-04-20fix appen_data invocation in WSGIFilterMiddlewareHelmut Grohne
2007-04-20export GzipWSGIFilter in wsgitools.filtersHelmut Grohne
2007-04-18fixed grave data sending bug in wsgitools.scgiHelmut Grohne
2007-04-17added wsgitools.scgi.forkpoolHelmut Grohne
2007-04-16delay sending headers in scgi server when possibleHelmut Grohne
2007-04-16added GzipWSGIFilterHelmut Grohne
2007-04-15added docstringsHelmut Grohne
2007-04-15don't except: when knowing whats thrownHelmut Grohne
2007-04-15longer variable names are a good thing(tm)Helmut Grohne
2007-04-15TracebackMiddleware catches more exceptionsHelmut Grohne
2007-04-15fixed indenting with tabsHelmut Grohne
2007-04-14added TracebackMiddlewareHelmut Grohne
2007-04-14initial treeHelmut Grohne