-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule uwsgi
updated
30 files
+6 −6 | .github/workflows/compile-test.yml | |
+31 −15 | .github/workflows/test.yml | |
+8 −0 | Makefile | |
+1 −1 | PKG-INFO | |
+6 −0 | apache2/mod_proxy_uwsgi.c | |
+6 −0 | buildconf/unittest.ini | |
+6 −5 | core/alarm.c | |
+1 −1 | core/config.c | |
+7 −7 | core/logging.c | |
+3 −3 | core/loop.c | |
+85 −17 | core/regexp.c | |
+25 −16 | core/routing.c | |
+4 −4 | core/ssl.c | |
+10 −10 | core/static.c | |
+6 −28 | core/utils.c | |
+33 −67 | core/uwsgi.c | |
+1 −1 | plugins/glusterfs/glusterfs.c | |
+8 −4 | plugins/php/php_plugin.c | |
+3 −1 | plugins/python/python_plugin.c | |
+82 −0 | t/runner | |
+4 −0 | t/static/config.ini | |
+44 −0 | tests/threads_atexit.py | |
+29 −0 | tests/threads_heavy.py | |
+28 −0 | unittest/Makefile | |
+108 −0 | unittest/check_core.c | |
+86 −0 | unittest/check_regexp.c | |
+1 −1 | uwsgi.gemspec | |
+36 −23 | uwsgi.h | |
+28 −28 | uwsgiconfig.py | |
+4 −2 | valgrind/valgrind-generate-sups.sh |