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