summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.0.17.12.0.17.1Unbit2018-07-081-1/+1
* 2.0.17.1Unbit2018-07-082-2/+2
* fixed logic errorUnbit2018-07-081-1/+0
* finalized support for python3.7Unbit2018-07-081-2/+9
* plugins/python: use PyOS_AfterFork_Child if available (#1824)Riccardo Magliocchetti2018-07-062-0/+16
* Restore re-entrant crypt_r usageAttila Fazekas2018-07-051-8/+8
* disable tlsv1 by defaultUnbit2018-07-043-0/+10
* fixed memory leak in HTTPS_CLIENT_CERTIFICATEUnbit2018-06-031-1/+3
* improved daemons throttle systemUnbit2018-06-032-0/+15
* Add "secs" formatting variableAndré Cruz2018-05-253-0/+15
* Add support for php user.iniMenollo2018-05-061-0/+74
* Fix pong timeout checkadrianbg2018-05-061-1/+1
* Add the "License" classifier to setup.pyJon Dufresne2018-05-061-1/+2
* core/reader: handle poll EINTR in uwsgi_simple_wait_read_hookPeter (Stig) Edwards2018-04-091-1/+7
* The old workaround does not work anymoreJakub Jelen2018-04-041-2/+8
* Don't pass NULL pointer to log string formatHenrik Friedrichsen2018-04-042-1/+2
* force throttle level to 0 in emperor stats2.0.17Unbit2018-02-261-1/+3
* updated gemspecUnbit2018-02-261-1/+1
* prepare for supporting shutdown() socketsUnbit2018-02-255-6/+31
* bump to 2.0.17Unbit2018-02-251-1/+1
* enforce php default document_root behaviour, to not show external filesUnbit2018-02-171-0/+14
* temporarily disable throttlingUnbit2018-02-161-0/+2
* PKG-INFO to 2.0.162.0.16Unbit2018-02-101-1/+1
* updated gemspecUnbit2018-02-101-1/+1
* fixed ssl_verify-depthUnbit2018-02-102-1/+2
* bump to 2.0.16Unbit2018-02-101-1/+1
* implemented early_post_jailUnbit2018-02-101-1/+6
* move early_post_jail field to end of structBjørnar Ness2018-02-091-0/+2
* fixed br/gzip support, backported from 2.1Curtis Maloney2018-02-091-3/+3
* improve uwsgi_expand_path() to sanitize input, avoiding stack corruption and ...Unbit2018-02-061-3/+8
* Merge pull request #1662 from EasyPost/ipv6_on_2.0.15Unbit2018-01-233-13/+65
|\
| * move curly brace as requestedJames Brown2017-10-311-1/+1
| * make indentation match original branch; remove duplicated memsetJames Brown2017-10-311-55/+48
| * correctly handle IPv6 sources in proto/httpJames Brown2017-10-313-14/+73
* | Enable execinfo on DragonFly BSDAaron LI2018-01-101-1/+1
* | Add classifier to document uWSGI is stable and ready for productionJon Dufresne2018-01-101-0/+1
* | Add trove classifiers for all supported Python versionsJon Dufresne2018-01-101-11/+22
* | Enable Travis CI testing for Python 3.6Jon Dufresne2018-01-101-1/+4
* | Fix inet_ntop buffer size.Георгий Кондратьев2018-01-102-3/+3
* | Add worker running time metrics.yaskevich2018-01-091-2/+8
* | travis: move to trustyRiccardo Magliocchetti2018-01-031-5/+5
* | Merge pull request #1691 from natefoo/pr800-backport-2.0Riccardo Magliocchetti2017-12-043-0/+41
|\ \
| * | Move safe_pidfile and safe_pidfile2 at the end of uwsgi_server structJanos Guljas2017-12-041-3/+2
| * | Implement safe-pidfile and safe-pidfile2Janos Guljas2017-12-042-4/+39
| * | Write pidfile and pidfile2 only after successful startJanos Guljas2017-12-043-8/+15
|/ /
* | stop using libxml2 by default on osxUnbit2017-11-091-1/+1
* | fixed uwsgi_kvlist_parse signatureUnbit2017-11-092-2/+2
|/
* Merge pull request #1657 from xrmx/backportrangeRiccardo Magliocchetti2017-10-285-39/+127
|\
| * [Fixes #1587] Support If-Range (partial)Curtis Maloney2017-10-043-3/+22
| * Improve handling http byte range requestsSokolov Yura aka funny_falcon2017-10-045-39/+108