Age | Commit message (Expand) | Author | Files | Lines |
2010-04-28 | s4:web_server: use tsocket_address functions to get the local ip and port | Stefan Metzmacher | 1 | -5/+11 |
2010-04-27 | Revert "s4:web_server: use tsocket_address functions to get the local ip and ... | Matthias Dieter Wallnöfer | 1 | -11/+5 |
2010-04-27 | s4:web_server: use tsocket_address functions to get the local ip and port | Stefan Metzmacher | 1 | -5/+11 |
2010-02-09 | s4:Remove "Py_RETURN_NONE" compatibility code | Matthias Dieter Wallnöfer | 1 | -4/+0 |
2009-10-23 | s4-python: we need to include Python.h first | Andrew Tridgell | 1 | -1/+1 |
2009-02-02 | s4:web_server: s/private/private_data | Stefan Metzmacher | 1 | -2/+2 |
2009-01-08 | Avoid using a utility header for Python replacements included in Samba, | Jelmer Vernooij | 1 | -1/+5 |
2009-01-07 | s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4 | Tim Prouty | 1 | -1/+1 |
2009-01-06 | py: Properly increase the reference counter of Py_None. | Jelmer Vernooij | 1 | -4/+4 |
2008-12-23 | Fix more compiler warnings in various places. | Jelmer Vernooij | 1 | -4/+0 |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 1 | -2/+2 |
2008-09-21 | Support POST requests again, provide more variables in environment. | Jelmer Vernooij | 1 | -31/+75 |
2008-09-21 | First GET request works. SWAT now displays a Hello world message. | Jelmer Vernooij | 1 | -2/+1 |
2008-09-21 | Properly call WSGI request handler when requests come in. | Jelmer Vernooij | 1 | -28/+176 |
2008-09-21 | Remove support for ESP in the web server. | Jelmer Vernooij | 1 | -7/+7 |
2008-09-21 | Remove some dependencies of the web server on esp. | Jelmer Vernooij | 1 | -9/+15 |
2008-09-21 | Add input / error stream objects in WSGI implementation. | Jelmer Vernooij | 1 | -13/+100 |
2008-09-21 | Add more parts of the WSGI implementation. | Jelmer Vernooij | 1 | -2/+40 |
2008-09-21 | Add initial work on WSGI support in the web server. | Jelmer Vernooij | 1 | -0/+69 |