summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* plugins/python: Use "backslashreplace" on stderr initializationuwsgi-2.0Nicolas Evrard2023-03-171-1/+1
* plugins/php: fix build with PHP >= 8.2Alexandre Rossi2023-03-171-0/+4
* Merge pull request #2311 from filipenf/harakiri-gracefulRiccardo Magliocchetti2023-03-176-12/+89
|\
| * core: add new flags for graceful harakiriFilipe Felisbino2023-03-176-12/+89
|/
* Bump version to 2.0.212.0.21Riccardo Magliocchetti2022-10-243-3/+3
* Merge pull request #2499 from xrmx/moar-backports-2.0Riccardo Magliocchetti2022-10-243-3/+3
|\
| * Use parentheses in print() statement.eleksir2022-10-241-1/+1
| * ci: force installing sinatra 2Riccardo Magliocchetti2022-10-242-2/+2
|/
* ci: refactor tests to be run in parallelMRoci2022-09-255-31/+191
* plugins/python: ensure '-lrt' is included after linking to python libraryDenis Dowling2022-09-191-0/+2
* Bump trove classifiers up to 3.11Riccardo Magliocchetti2022-09-191-0/+2
* Merge pull request #2483 from xrmx/2021-moar-backportsRiccardo Magliocchetti2022-09-149-17/+80
|\
| * ci: run smoke tests on python 3.11Riccardo Magliocchetti2022-08-301-2/+6
| * plugins/python: Add Python 3.11 supportVictor Stinner2022-08-303-6/+57
| * ci: update python versions in smoke testsRiccardo Magliocchetti2022-08-291-6/+10
| * uwsgiconfig: make dev version PEP-0440 compliantjoshua.biagio2022-08-291-1/+1
| * PHP: Fix php-app for php81Joe2022-08-291-0/+1
| * Fix segfault from GEVENT_SWITCHgavin.jeong2022-08-291-1/+1
| * Fixed compilation issue on macOS + Clang.Shachar Itzhaky2022-08-292-3/+6
|/
* Replace all `os.system` usage with `subprocess.call`Peter Law2022-07-304-34/+37
* Use threading.current_thread, has existed since Python 2.6Hugo van Kemenade2022-07-301-9/+1
* php: Fix memory corruption for uwsgi_cache_*aszlig2022-04-291-16/+16
* plugins/php: handle php8.1 zend_file_handle signature changeRiccardo Magliocchetti2022-04-101-6/+11
* Added a sleep to give uWSGI time to start (?)Florian Apolloner2022-04-101-0/+1
* plugins/python: Properly call `.close()` as mandated by WSGI specs.Florian Apolloner2022-04-101-15/+16
* fix(tests/deadlock): sleep before checking uwsgi processTahir H. Butt2022-04-101-0/+1
* fix(python-plugin): add uwsgi fork hooks to update internal interpreter stateTahir Butt2022-04-1011-5/+106
* fix: add tests for python worker deadlocksTahir Butt2022-04-1010-2/+74
* Do not collide with the builtin compile functionJonathan Rosser2022-04-101-6/+6
* fix: missing arginfo when compiling against PHP 8Дамјан Георгиевски2022-04-101-14/+17
* Add PY_SSIZE_T_CLEAN define for Python 3.10 supportThea Flowers2022-04-101-0/+2
* Update READMERoberto De Ioris2022-04-101-2/+10
* core/metrics: fixup gcc misleading indentation warningsRiccardo Magliocchetti2021-10-131-4/+4
* uWSGI 2.0.20 LTS2.0.20Roberto De Ioris2021-10-061-1/+1
* bumped version to 2.0.20Roberto De Ioris2021-10-062-3/+6
* add additional http status codesJames Brown2021-10-051-0/+9
* allow 'iteration' option to uwsgi::add_rb_timerLuciano Rocha2021-07-181-1/+6
* Allow to compile on Python versions with more that two digits (Python 3.10)Cyrille Pontvieux2021-07-181-3/+3
* take into account new naming for LIBPL since python 3.6ilrico2021-07-181-0/+4
* Add options to override python sys.executableUnbit2021-06-203-2/+9
* plugins/http: document http-timeout default of 60 secondsÉtienne H2021-06-201-1/+1
* core/cron: support 7 as weekday as an alias for sundayRiccardo Magliocchetti2021-06-201-1/+2
* cron: log signal dispatching from registered cron handlerRiccardo Magliocchetti2021-06-201-0/+1
* Add trove classifier for Python 3.9Adrian2021-06-201-0/+1
* Log SIGINT/SIGTERM triggered kill_them_allDelena Malan2021-06-201-1/+1
* plugins/python: use Py_CompileStringRiccardo Magliocchetti2021-06-202-32/+16
* plugins/python: don't call PyEval_InitThreads on python >= 3.7Riccardo Magliocchetti2021-06-202-0/+6
* plugins: use PyObject_CallObject() instead of PyEval_CallObject()Riccardo Magliocchetti2021-06-207-17/+17
* plugins/gevent: fix compilation with clang11László Károlyi2021-06-201-1/+1
* core, proto: replace uwsgi.h system includesSerge Bazanski2021-06-2045-45/+46