summaryrefslogtreecommitdiff
path: root/source4/web_server/wsgi.c
Commit message (Expand)AuthorAgeFilesLines
* s4:web_server: s/private/private_dataStefan Metzmacher2009-02-021-2/+2
* Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij2009-01-081-1/+5
* s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty2009-01-071-1/+1
* py: Properly increase the reference counter of Py_None.Jelmer Vernooij2009-01-061-4/+4
* Fix more compiler warnings in various places.Jelmer Vernooij2008-12-231-4/+0
* 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