summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added --dynamic-appsuwsgi-3.0Unbit2018-03-024-5/+10
* fixed ssl_verify-depthUnbit2018-02-102-1/+2
* Merge pull request #1738 from funkybob/fixup/can_gzip-logic-inversionUnbit2018-02-091-3/+3
|\
| * Fix inverted logic in can-gzip checksCurtis Maloney2018-02-091-3/+3
|/
* Merge pull request #1735 from bjne/hook_early_post_jailUnbit2018-02-083-3/+10
|\
| * move early_post_jail field to end of structBjørnar Ness2018-02-071-1/+2
| * new plugin hook: early_post_jailBjørnar Ness2018-02-063-3/+9
* | Merge pull request #1736 from funkybob/feature/http-post-bufferingUnbit2018-02-071-0/+2
|\ \
| * | Add option to set post-buffering on HTTP fast routerCurtis Maloney2018-02-071-0/+2
| |/
* | Update READMEUnbit2018-02-071-2/+0
|/
* improve uwsgi_expand_path() to sanitize input, avoiding stack corruption and ...Unbit2018-02-061-3/+8
* Cleanup set_user_harakiri function (#1719)Lukas Bergdoll2018-01-171-22/+11
* Merge pull request #1681 from myreg/keep-environUnbit2018-01-173-18/+22
|\
| * Do not override environ if not necessaryMirek Klimos2018-01-163-18/+22
|/
* Merge pull request #1710 from jdufresne/py36Riccardo Magliocchetti2018-01-041-1/+4
|\
| * Enable Travis CI testing for Python 3.6Jon Dufresne2018-01-031-1/+4
|/
* travis: move to trustyRiccardo Magliocchetti2018-01-031-5/+5
* Merge pull request #1708 from jdufresne/stableRiccardo Magliocchetti2018-01-031-0/+1
|\
| * Add classifier to document uWSGI is stable and ready for productionJon Dufresne2018-01-031-0/+1
|/
* Merge pull request #1705 from jdufresne/drop-rRiccardo Magliocchetti2018-01-037-8/+8
|\
| * Remove redundant default open mode 'r' from Python codeJon Dufresne2018-01-027-8/+8
* | Merge pull request #1704 from jdufresne/classifiersRiccardo Magliocchetti2018-01-031-1/+7
|\ \ | |/ |/|
| * Add trove classifiers for all supported Python versionsJon Dufresne2018-01-021-1/+7
|/
* Merge pull request #1686 from liweitianux/dragonflyUnbit2017-11-211-1/+1
|\
| * Enable execinfo on DragonFly BSDAaron LI2017-11-211-1/+1
|/
* preliminary implementation of #1428Unbit2017-11-099-1/+133
* stop using libxml2 by default on osxUnbit2017-11-091-1/+1
* fixed uwsgi_kvlist_parse signatureUnbit2017-11-092-2/+2
* Merge pull request #1663 from faulkner/typosUnbit2017-10-2034-48/+48
|\
| * Fix a few typos.Chris Faulkner2017-10-1334-48/+48
|/
* core/static: use parse_http_dateRiccardo Magliocchetti2017-10-041-1/+1
* Merge pull request #1644 from funkybob/feature/linux-getcwdRiccardo Magliocchetti2017-10-041-1/+4
|\
| * Leverage Linux's getcwdCurtis Maloney2017-09-211-1/+4
* | Merge pull request #1655 from funkybob/masterUnbit2017-10-041-1/+1
|\ \
| * | Set fallback_key to NULL by default, not ""Curtis Maloney2017-10-041-1/+1
|/ /
* | Merge pull request #1650 from funkybob/feature/static-if-rangeUnbit2017-09-253-3/+21
|\ \
| * | [Fixes #1587] Support If-Range (partial)Curtis Maloney2017-09-243-3/+21
|/ /
* | Merge pull request #1649 from pdox/issue1648Unbit2017-09-233-8/+5
|\ \ | |/ |/|
| * Fix indentDavid Meyer2017-09-231-1/+1
| * Issue #1648: Ensure that the tuples backing async_args are always in a valid ...David Meyer2017-09-232-1/+5
| * Issue 1648: Remove unused uninitialized tuple 'embedded_args'David Meyer2017-09-232-7/+0
|/
* Merge pull request #1646 from hiciu/issue-1517Riccardo Magliocchetti2017-09-203-1/+40
|\
| * added test for #1517: added missing newlinesKrzysztof Warzecha2017-09-202-3/+3
| * added test for #1517Krzysztof Warzecha2017-09-202-0/+33
| * plugins/php/session.c: for php7 return failures only on failureKrzysztof Warzecha2017-09-201-1/+7
|/
* Merge pull request #1614 from funkybob/feature/fallback-keyUnbit2017-09-195-0/+23
|\
| * Add --http-subscription-fallback-key and --fastrouter-subscription-fallback-keyCurtis Maloney2017-09-105-0/+23
* | Merge pull request #1642 from funkybob/bugfix/1639Unbit2017-09-191-0/+4
|\ \
| * | [Fixes #1639] Log error if python home does not exist.Curtis Maloney2017-09-181-0/+4
* | | fixed ABIUnbit2017-09-191-5/+6