| Thu, 17 Dec 2020 00:32:30 +0100 |
Franz Glasner |
>>>>> Added tag v2.1.pl2.g20201129 for changeset 4b01da8b5a33
|
| Thu, 17 Dec 2020 00:32:13 +0100 |
Franz Glasner |
+++++ v2.1.pl2.g20201129
v2.1.pl2.g20201129
|
| Wed, 28 Oct 2020 09:40:47 +0100 |
Franz Glasner |
===== Added signature for changeset 610e02ebac2b
|
| Wed, 28 Oct 2020 09:39:56 +0100 |
Franz Glasner |
>>>>> Added tag v2.1.pl1.g20201011 for changeset 0f8e5c6bf77b
|
| Wed, 28 Oct 2020 09:39:28 +0100 |
Franz Glasner |
+++++ v2.1.pl1.g20201011
v2.1.pl1.g20201011
|
| Wed, 28 Oct 2020 09:37:00 +0100 |
Franz Glasner |
Prepared FreeBSD ports for gevent, greenlet and tornado plugins
|
| Wed, 28 Oct 2020 09:26:49 +0100 |
Franz Glasner |
A new language plugin for Python 3.8
|
| Wed, 28 Oct 2020 09:21:56 +0100 |
Franz Glasner |
Upgrade up to GitHub commit ce787a6e3210333a71f5074e5775885428e8b73c
|
| Wed, 28 Oct 2020 08:54:25 +0100 |
Franz Glasner |
VERSION removed
|
| Wed, 05 Aug 2020 12:50:09 +0200 |
Franz Glasner |
Version for 2.1-dev:
|
| Wed, 05 Aug 2020 09:49:03 +0200 |
Franz Glasner |
Fairly complete atexit handler: modelled after the CPython plugin, but implemented in pypy_setup.py.
|
| Wed, 05 Aug 2020 09:47:14 +0200 |
Franz Glasner |
Extra comment what "skip-atexit" does"
|
| Wed, 05 Aug 2020 09:46:03 +0200 |
Franz Glasner |
FIX: Syntax error in the script that generates updates extra patches
|
| Tue, 04 Aug 2020 23:45:58 +0200 |
Franz Glasner |
Shell script to generate updated "extra" patches for pypy3
|
| Tue, 04 Aug 2020 09:47:59 +0200 |
Franz Glasner |
Implement a first simple .atexit handler: call uwsgin.atexit and handle "atexit" registrations.
|
| Sun, 02 Aug 2020 22:04:17 +0200 |
Franz Glasner |
Make the GH tag date also an variable -- but a private one: MYGH_TAG_DATE
|
| Sun, 02 Aug 2020 17:17:11 +0200 |
Franz Glasner |
Internally rename the PyPy3 plugin to pypy3 also: struct and its name
|
| Wed, 22 Jul 2020 21:12:31 +0200 |
Franz Glasner |
Use the new PORTVERSION in plugin builds also: commit date and commit id
|
| Wed, 22 Jul 2020 21:02:04 +0200 |
Franz Glasner |
Use the commit date and the commit id in the port's version number.
|
| Wed, 22 Jul 2020 20:21:21 +0200 |
Franz Glasner |
Use the latest github version as of 2020-07-22
|
| Wed, 17 Jun 2020 22:35:10 +0200 |
Franz Glasner |
FIX: Rename the `pypy_plugin' variable to `pypy3_plugin` because the compiler creates it that way
|
| Wed, 17 Jun 2020 22:04:54 +0200 |
Franz Glasner |
FIX: Allow to compile the uwsgi.h header with cffi.
|
| Wed, 17 Jun 2020 00:32:49 +0200 |
Franz Glasner |
FIX: Package 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
|
| Sun, 14 Jun 2020 22:16:10 +0200 |
Franz Glasner |
All plugins by default use the PATCHDIR of the uwsginl binary.
|
| Sun, 14 Jun 2020 21:00:58 +0200 |
Franz Glasner |
Apply patch: logging: use fchmod instead of chmod to avoid TOCTOU race.
|
| Sun, 14 Jun 2020 20:03:33 +0200 |
Franz Glasner |
Provide a "pypy3"-plugin project and make the PyPy-plugin compile properly on FreeBSD.
|
| Fri, 12 Jun 2020 09:25:17 +0200 |
Franz Glasner |
Some more plugins for Python2.7: tornado, gevent, greenlet
|
| Fri, 12 Jun 2020 09:17:19 +0200 |
Franz Glasner |
Language plugin for Python 3.7
|
| Thu, 11 Jun 2020 22:43:41 +0200 |
Franz Glasner |
MERGE: Upstream version 2.0.18.
|
| Thu, 11 Jun 2020 22:35:08 +0200 |
Franz Glasner |
Update to 2.0.18
origin
|
| Sun, 17 Nov 2019 09:55:23 +0100 |
Franz Glasner |
FIX: Figure out the type of configuration file and provide the correct option flag for it: --ini, --xml, --json, --yaml
|
| Sun, 17 Nov 2019 09:54:40 +0100 |
Franz Glasner |
Use the long option --disable-logging instead of "-L" for better understandability
|
| Sat, 16 Nov 2019 14:13:00 +0100 |
Franz Glasner |
Put only required settings into rc variables for uwsginl.
|
| Wed, 06 Nov 2019 09:23:07 +0100 |
Franz Glasner |
MERGE: PORTREVISION 3 of upstream.
|
| Wed, 06 Nov 2019 09:19:35 +0100 |
Franz Glasner |
Update to the PORTREVISION 3 as of 2019-11-06 (version 2.0.16)
origin
|
| Sun, 10 Mar 2019 20:17:01 +0100 |
Franz Glasner |
===== Added signature for changeset 689ef3454fc9
|
| Sun, 10 Mar 2019 20:16:45 +0100 |
Franz Glasner |
>>>>> Added tag v2.0.18 for changeset 02a0807309f7
|
| Sun, 10 Mar 2019 20:16:36 +0100 |
Franz Glasner |
+++++ v2.0.18
v2.0.18
|
| Sun, 10 Mar 2019 17:38:27 +0100 |
Franz Glasner |
Build the "tornado" plugin for Python3 and Python3.6
|
| Sun, 10 Mar 2019 16:29:30 +0100 |
Franz Glasner |
FIX: Use the pkg-descr of the plugins and not the MASTERDIR's.
|
| Sun, 10 Mar 2019 16:13:45 +0100 |
Franz Glasner |
Build "greenlet" plugins for Python3 and Python3.6
|
| Sun, 10 Mar 2019 13:55:09 +0100 |
Franz Glasner |
Build "gevent" plugins for Python3 and Python3.6.
|
| Sun, 10 Mar 2019 12:46:00 +0100 |
Franz Glasner |
Build the PAM plugin for uwsginl as external plugin
|
| Sun, 10 Mar 2019 11:07:22 +0100 |
Franz Glasner |
FIX: Description
|
| Sun, 10 Mar 2019 10:58:41 +0100 |
Franz Glasner |
Allow selection of YAML support modes: none, built-in minimal or external with libyaml.
|
| Sun, 10 Mar 2019 05:12:12 +0100 |
Franz Glasner |
Put some other lists (alarms, loggers, clocks, cheaper algorithms, loop engines) into the package description
|