summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* fix build with PHP >= 8.2Alexandre Rossi2023-01-101-0/+4
* plugins/python: Use "backslashreplace" on stderr initializationNicolas Evrard2022-11-171-1/+1
* Use parentheses in print() statement.eleksir2022-10-221-1/+1
* Merge pull request #2150 from ddowling/masterRiccardo Magliocchetti2022-09-191-0/+2
|\
| * Ensure '-lrt' is included on the link line after linking to python library. P...Denis Dowling2020-04-151-0/+2
* | Merge pull request #2459 from wpj-cz/php_81_appRiccardo Magliocchetti2022-08-291-0/+1
|\ \
| * | PHP: Fix php-app for php81Joe2022-07-111-0/+1
* | | Merge pull request #2458 from gavin-jeong/fix-segfaultRiccardo Magliocchetti2022-08-281-1/+1
|\ \ \
| * | | Fix segfault from GEVENT_SWITCHgavin.jeong2022-07-111-1/+1
| |/ /
* | | Merge pull request #2453 from vstinner/python311Riccardo Magliocchetti2022-07-303-6/+57
|\ \ \ | |/ / |/| |
| * | Add Python 3.11 supportVictor Stinner2022-06-303-6/+57
* | | Merge pull request #2445 from hugovk/masterRiccardo Magliocchetti2022-06-291-9/+1
|\ \ \
| * | | Use threading.current_thread, has existed since Python 2.6Hugo van Kemenade2022-06-121-9/+1
* | | | Replace all `os.system` usage with `subprocess.call`Peter Law2022-06-233-5/+8
|/ / /
* | | plugins/python: Properly call `.close()` as mandated by WSGI specs.Florian Apolloner2022-04-041-15/+16
* | | Merge pull request #2388 from majorgreys/fix-worker-deadlockRiccardo Magliocchetti2022-03-212-5/+77
|\ \ \ | |/ / |/| |
| * | fix(python-plugin): add uwsgi fork hooks to update internal interpreter stateTahir Butt2021-12-292-5/+77
* | | Remove stray license headers that don't comply with the global GPL2 + linking...Niels Doucet2022-02-021-20/+0
* | | plugins/php: handle php8.1 zend_file_handle signature changeRiccardo Magliocchetti2022-01-301-6/+11
* | | fix: missing arginfo when compiling against PHP 8Дамјан Георгиевски2021-12-291-14/+17
* | | Add PY_SSIZE_T_CLEAN define for Python 3.10 supportThea Flowers2021-11-021-0/+2
|/ /
* | Merge pull request #2331 from jrd/masterUnbit2021-07-151-3/+3
|\ \
| * | Allow to compile on Python versions with more that two digits (Python 3.10)Cyrille Pontvieux2021-07-011-3/+3
* | | allow 'iteration' option to uwsgi::add_rb_timerLuciano Rocha2021-06-301-1/+6
* | | take into account new naming for LIBPL since python 3.6ilrico2021-06-251-0/+4
|/ /
* | Merge pull request #2265 from ehossack/docs/http-timeoutUnbit2021-06-011-1/+1
|\ \
| * | plugins/http: document http-timeout default of 60 secondsÉtienne H2020-12-051-1/+1
* | | plugins/gevent: fix compilation with clang11László Károlyi2021-04-181-1/+1
* | | plugins/php: fixup sapi_uwsgi_log_message signature for PHP 8Riccardo Magliocchetti2021-02-211-1/+3
* | | plugins/php: remove TSRMLS_* macrosRiccardo Magliocchetti2021-02-211-37/+33
* | | plugins/php: drop PHP < 7 codeRiccardo Magliocchetti2021-02-213-54/+0
* | | fix segfaults when using --wsgi-env-behavior=holy.Antonio Cuni2021-01-221-0/+1
|/ /
* | plugins/python: use Py_CompileStringRiccardo Magliocchetti2020-11-292-32/+16
* | plugins/python: don't call PyEval_InitThreads on python >= 3.7Riccardo Magliocchetti2020-11-292-0/+6
* | plugins: use PyObject_CallObject() instead of PyEval_CallObject()Riccardo Magliocchetti2020-11-227-17/+17
* | python: Use new Py_SET_SIZE API introduced in Python 3.9Daniel2020-10-072-4/+4
* | (re)acquire GIL before calling any Python methodNick Brachet2020-06-221-0/+1
* | in raw_body mode don't overwrite hr->remainsNick Brachet2020-06-221-2/+3
* | use strrchr to get portDaniel Holth2020-06-121-1/+1
* | Merge pull request #2147 from efficiosoft/cgi-chunked-inputRiccardo Magliocchetti2020-06-121-17/+44
|\ \
| * | Add chunked request decoding to the CGI pluginRobert Schindler2020-06-121-17/+44
* | | Merge pull request #2142 from xenols/psgi-fix-chunked-read-eofRoberto De Ioris2020-06-071-2/+2
|\ \ \ | |/ / |/| |
| * | At the end of the stream, the uwsgi_chunked_read function returnsols2020-04-091-2/+2
| |/
* | Merge pull request #2152 from ncopa/cgi-improve-fd-santitizingRiccardo Magliocchetti2020-04-251-2/+15
|\ \
| * | plugins/cgi: improve performance for santitizing file descriptorsNatanael Copa2020-04-201-2/+15
* | | Merge pull request #2138 from patrickdepinguin/loggingRiccardo Magliocchetti2020-04-182-3/+3
|\ \ \
| * | | plugins/{pypy,python}: get rid of unnecessary paste.script dependencyThomas De Schampheleire2020-03-312-3/+3
| | |/ | |/|
* | | Merge pull request #2141 from thekad/fix_psgi_gcc10Riccardo Magliocchetti2020-04-183-5/+2
|\ \ \ | |_|/ |/| |
| * | fix psgi plugin for GCC 10Jorge Gallegos2020-04-063-5/+2
| |/
* | gevent plugin: adapt to removal of deprecated interfaces in gevent 1.5.0 (#2149)Vytautas Liuolia2020-04-151-2/+7
|/