summaryrefslogtreecommitdiffstats
path: root/source4/web_server/wsgi.c
Commit message (Expand)AuthorAgeFilesLines
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-2/+2
* Support POST requests again, provide more variables in environment.Jelmer Vernooij2008-09-211-31/+75
* First GET request works. SWAT now displays a Hello world message.Jelmer Vernooij2008-09-211-2/+1
* Properly call WSGI request handler when requests come in.Jelmer Vernooij2008-09-211-28/+176
* Remove support for ESP in the web server.Jelmer Vernooij2008-09-211-7/+7
* Remove some dependencies of the web server on esp.Jelmer Vernooij2008-09-211-9/+15
* Add input / error stream objects in WSGI implementation.Jelmer Vernooij2008-09-211-13/+100
* Add more parts of the WSGI implementation.Jelmer Vernooij2008-09-211-2/+40
* Add initial work on WSGI support in the web server.Jelmer Vernooij2008-09-211-0/+69