summaryrefslogtreecommitdiff
path: root/core/protocol.c
Commit message (Expand)AuthorAgeFilesLines
* added --dynamic-appsUnbit2018-03-021-5/+5
* preliminary implementation of #1428Unbit2017-11-091-0/+6
* [Fixes #1587] Support If-Range (partial)Curtis Maloney2017-09-241-0/+5
* fix ABI compatibility for range fieldsSokolov Yura aka funny_falcon2016-04-071-0/+3
* improve handling http byte range requestsSokolov Yura aka funny_falcon2016-04-061-7/+27
* support for single char PATH_INFO, attempt to fix #263Roberto De Ioris2015-08-251-1/+1
* avoid bad memory access if mountpoint_len equal to 0Aldur2014-10-241-1/+1
* faboulous positioning of logic operatorsAldur2014-10-241-5/+6
* refactor manage_script_name mountpoint selection (readability)Aldur2014-10-241-19/+22
* fix mountpoint / scriptname managementAldur2014-10-241-17/+28
* request buffer_size is now 64bit (except for uwsgi protocol)Unbit2014-09-211-10/+10
* automatically manage HTTP_X_FORWARDED_PROTOUnbit2014-09-051-0/+5
* getting rid of dynami options (step 2)Unbit2013-12-261-1/+1
* improvements in SCM_CREDENTIALS subscription systemUnbit2013-12-151-75/+0
* fixed #476 and #477Unbit2013-12-141-0/+26
* extend magic cache api to export the expires value (if available)Unbit2013-04-161-2/+2
* added support for range headerUnbit2013-04-061-0/+33
* added rpcrawUnbit2013-04-061-2/+56
* prepare for language independent home conceptUnbit2013-04-041-2/+8
* prepare for cookie management in internal routingUnbit2013-03-241-0/+7
* fixed requets overwrite in PATH_INFO rewrite (fixed typo)Unbit2013-03-121-2/+2
* fixed requets overwrite in PATH_INFO rewriteUnbit2013-03-121-0/+24
* improved routing + static managementUnbit2013-03-101-7/+57
* first part of legion scroll implementationUnbit2013-03-101-2/+5
* fixed --static-index when methods different from GET/HEAD are in placeUnbit2013-03-101-6/+1
* core/protocol: fix leak in send_udp_messageRiccardo Magliocchetti2013-03-091-7/+7
* fixed spooler pluginUnbit2013-03-091-38/+0
* removed unused functions1.9-rc1Unbit2013-03-091-324/+0
* another update to the cache magic apiUnbit2013-03-081-2/+2
* completetd first part of the new exceptions frameworkUnbit2013-02-171-0/+34
* first part of the fastcgi porting to the new apiUnbit2013-02-141-119/+0
* zmq need a bit more work...Unbit2013-02-031-2/+2
* osx fixesRoberta Giordano2013-02-041-37/+0
* first round of protocol parsers optimizationsUnbit2013-02-031-164/+23
* added --static-gzip-* optionsUnbit2013-01-311-0/+8
* better route/sendfile/offload loggingUnbit2013-01-301-4/+0
* logformat can now create apache compatible logsUnbit2013-01-281-0/+6
* added uwsgi_cache_safe_get2() commodity functionUnbit2013-01-241-2/+4
* fixed a regression caused by new caching systemUnbit2013-01-241-3/+3
* first commit of the new caching infrastructureUnbit2013-01-231-1/+1
* solid sendfile for the new apiRoberto De Ioris2013-01-191-2/+2
* improved break routing instruction and first round of uwsgi protocol parsing ...Roberto De Ioris2013-01-051-160/+298
* added --static-safeRoberto De Ioris2012-12-311-0/+2
* refactored static supportRoberto De Ioris2012-12-311-593/+11
* %z is not portableroot2012-12-071-1/+1
* few log format fixesŁukasz Mierzwa2012-12-061-2/+2
* fallback to REMOTE_ADDR if HTTP_X_FORWARDED_FOR is missing but --log-x-forwar...Łukasz Mierzwa2012-12-061-1/+2
* fixed PATH_TRANSLATED in cgi and improved var appendingRoberto De Ioris2012-11-211-0/+13
* fixed static_mapsRoberto De Ioris2012-11-121-1/+3
* improved offload threads subsystemRoberto De Ioris2012-11-091-1/+1