summaryrefslogtreecommitdiff
path: root/proto
Commit message (Expand)AuthorAgeFilesLines
* core, proto: replace uwsgi.h system includesSerge Bazanski2021-01-317-6/+7
* Correctly handle SERVER_PORT for IPv6 sockets.Cyril Baÿ2020-06-011-1/+1
* Add http-path-info-no-decode-slashes optionAndjelko Horvat2017-05-041-2/+2
* fixed ssl sendfile, like reported in #1490Unbit2017-03-301-13/+22
* get rid of intermingled tabs and spaces in uwsgi_proto_http11_accept()James Brown2017-02-041-7/+7
* unindentJames Brown2017-02-041-49/+47
* Address review feedbackJames Brown2017-01-312-11/+9
* Use a union instead of type-punningJames Brown2017-01-311-1/+9
* update commentsJames Brown2017-01-311-5/+3
* use sizeof(ip) for memset calls instead of explicitly using INET_ADDRSTRLEN /...James Brown2017-01-311-2/+2
* unwrap IPv6-mapped IPv4 addresses and represent them as boring old IPv4 addre...James Brown2017-01-311-6/+26
* correctly handle IPv6 sources in proto/httpJames Brown2017-01-311-10/+31
* proto/http: fix typo in http_status_codeRiccardo Magliocchetti2016-09-011-1/+1
* router: add fcgi and fcgiauth actionsFelicity Tarnell2016-07-252-2/+127
* fixed #948Roberto De Ioris2015-08-021-26/+22
* fixed 963Unbit2015-07-193-4/+8
* Merge pull request #814 from xrmx/coverity150114-3unbit2015-01-161-9/+13
|\
| * proto/http: add missing check for getsockname return valueRiccardo Magliocchetti2015-01-141-9/+13
* | proto/puwsgi: remove double assignmentRiccardo Magliocchetti2015-01-141-1/+0
|/
* ported 2.0.9 improvementsUnbit2014-11-141-0/+90
* less strict http generatorUnbit2014-11-131-6/+0
* fixed REMOTE_ADDR in HTTP/1.1 modeRoberto De Ioris2014-10-041-0/+2
* added http11 protocol supportRoberto De Ioris2014-10-041-0/+54
* Fix a log message.Xiuming Chen2014-09-241-1/+1
* request buffer_size is now 64bit (except for uwsgi protocol)Unbit2014-09-216-57/+68
* implemented OPTIONS in radosUnbit2014-06-281-1/+1
* Add ELB proxy protocol support to the HTTP module.Glenn Maynard2014-05-161-1/+1
* implements eof management in fastcgi parserUnbit2014-05-051-0/+28
* fixed fastcgi parserUnbit2014-04-301-150/+151
* add ${HTTPS} to https_socketgetcwd2014-04-141-0/+4
* allow duplicate headers in http routerUnbit2014-04-051-1/+1
* combine headers with the same name in HTTP native modeUnbit2014-03-311-45/+106
* getting rid og dynamic options (step 1)Unbit2013-12-262-4/+4
* completed vector based I/OUnbit2013-12-011-4/+6
* added writev apiUnbit2013-12-015-0/+56
* removal of embedded zeromq apiUnbit2013-11-181-668/+0
* added uwsgi over SSLUnbit2013-11-132-23/+94
* added support for proxy protocolUnbit2013-11-131-11/+130
* force https to on when --https-socket is in placeUnbit2013-11-121-0/+2
* completed --https-socketUnbit2013-11-121-7/+21
* pluginized the socket protocolsUnbit2013-11-127-2/+322
* implemented goroutines timeoutUnbit2013-11-101-1/+1
* added puwsgi protocolUnbit2013-10-172-0/+96
* removed uwsgidump protocolRoberto De Ioris2013-10-171-108/+0
* fixed big endian support for uwsgi protocolUnbit2013-10-051-0/+3
* introducing raw modeUnbit2013-09-301-2/+8
* improved request_id management in fastcgi parserUnbit2013-08-311-5/+18
* fixed fastcgi bug exposed by apache mod_fastcgiUnbit2013-08-311-2/+2
* cosmetic fix for fastcgiUnbit2013-06-151-7/+3
* better fastcgi handlingUnbit2013-06-151-1/+9