log

age author description
Tue, 16 Jun 2020 23:56:15 +0200 Franz Glasner Patch pypy_setup.py for proper PY3 compatibility.
Tue, 16 Jun 2020 09:19:27 +0200 Franz Glasner Properly handle "uwsginl_procname".
Tue, 16 Jun 2020 09:07:27 +0200 Franz Glasner Use the QUIT signal to stop the daemon (which is an immediate kill)
Mon, 15 Jun 2020 12:34:20 +0200 Franz Glasner For the PyPy3-plugin: use the proper shared library name for FreeBSD: libpypy3-co.so.
Mon, 15 Jun 2020 12:13:22 +0200 Franz Glasner Use current GitHub head of trunk with master ports py3 and pypy3 also.
Mon, 15 Jun 2020 09:42:50 +0200 Franz Glasner All plugins by default use the PATCHDIR of the uwsginl binary.
Mon, 15 Jun 2020 09:41:15 +0200 Franz Glasner Make a new line of code with the current trunk.
Sun, 14 Jun 2020 23:23:47 +0200 Franz Glasner plugins/logsocket: always initialize ul->count.
Sun, 14 Jun 2020 23:20:32 +0200 Franz Glasner python: use consistent key type for opt dict manipulations - fixes #1374.
Sun, 14 Jun 2020 23:06:03 +0200 Franz Glasner python: fix object leak in uwsgi.workers().
Sun, 14 Jun 2020 22:45:26 +0200 Franz Glasner use strrchr to get port.
Sun, 14 Jun 2020 22:43:18 +0200 Franz Glasner Correctly handle SERVER_PORT for IPv6 sockets.
Sun, 14 Jun 2020 22:38:56 +0200 Franz Glasner Fix possible deadlock in install.
Sun, 14 Jun 2020 22:23:07 +0200 Franz Glasner plugins/{pypy,python}: get rid of unnecessary paste.script dependency