summaryrefslogtreecommitdiff
path: root/source4/web_server/wsgi.c
Commit message (Expand)AuthorAgeFilesLines
* python: Remove Python 2.4 support macrosAndrew Bartlett2016-01-071-7/+0
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-1/+1
* wsgi: Serve '500 Internal Server Error' page when errors occur.Jelmer Vernooij2012-12-051-0/+19
* wsgi: When encountering error in Python code, print traceback to logs.Jelmer Vernooij2012-12-051-9/+52
* web_server: the web server is not multi-process, indicate so in WSGI.Jelmer Vernooij2012-11-221-1/+1
* web_server: Properly decrement reference counters for python objects in wsgi.Jelmer Vernooij2012-11-221-29/+81
* web_server: Properly set SCRIPT_NAME and PATH_INFO.Jelmer Vernooij2012-11-221-2/+5
* web_server: Create a string object for SERVER_PORT variable.Jelmer Vernooij2012-11-221-1/+1
* web_server/wsgi: Don't segfault when wsgi app doesn't return iterable.Jelmer Vernooij2012-11-221-0/+5
* s4-python Don't force "bin" into the python sys.pathAndrew Bartlett2011-02-071-1/+2
* web_server: Avoid references to swat. Load samba.web_server instead.Jelmer Vernooij2011-01-171-5/+8
* s4-python: Only set BASETYPE flag if subclassing is supported.Jelmer Vernooij2011-01-011-3/+3
* s4:dsdb/pydsdb.c and web_server/wsgi.c - remove accidentally introduced Py_RE...Matthias Dieter Wallnöfer2010-12-121-4/+0
* s4:web_server/*.c - optimise includesMatthias Dieter Wallnöfer2010-12-121-1/+0
* s4:web_server/wsgi.c - fix a counter typeMatthias Dieter Wallnöfer2010-12-121-1/+1
* s4:web_server/wsgi.c - add missing Python compatibility codeMatthias Dieter Wallnöfer2010-12-121-0/+11
* web_server: Build as module.Jelmer Vernooij2010-11-141-4/+4
* s4:web_server/wsgi.c - free the "env" and "inputstream" objects on an "asprin...Matthias Dieter Wallnöfer2010-05-301-0/+2
* s4:web_server/wsgi.c - provide a better out-of-memory handling for an "asprin...Matthias Dieter Wallnöfer2010-05-281-1/+2
* s4:web_server/wsgi.c - fix "asprintf" callMatthias Dieter Wallnöfer2010-05-281-1/+3
* s4:web_server: use tsocket_address functions to get the local ip and portStefan Metzmacher2010-04-281-5/+11
* Revert "s4:web_server: use tsocket_address functions to get the local ip and ...Matthias Dieter Wallnöfer2010-04-271-11/+5
* s4:web_server: use tsocket_address functions to get the local ip and portStefan Metzmacher2010-04-271-5/+11
* s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer2010-02-091-4/+0
* s4-python: we need to include Python.h firstAndrew Tridgell2009-10-231-1/+1
* 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