summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2013-08-27nginx-1.5.4-RELEASErelease-1.5.4Maxim Dounin1-0/+102
2013-08-23Updated PCRE used for win32 builds.Maxim Dounin4-4/+7
2013-08-23Configure: pcre.lib dependencies fix.Maxim Dounin1-1/+2
2013-08-23Cache: lock timeouts are now logged at info level.Maxim Dounin1-2/+1
2013-08-23Upstream: posted requests handling after ssl handshake errors.Maxim Dounin1-0/+6
2013-08-23Fixed try_files with empty argument (ticket #390).Maxim Dounin1-1/+3
2013-08-23MIME: eot MIME type updated to follow IANA (ticket #306).Sergey Kandaurov1-1/+1
2013-08-23MIME: added the most common OOXML MIME types (ticket #243).Sergey Kandaurov1-0/+4
2013-08-23MIME: added application/font-woff MIME type (ticket #292).Sergey Kandaurov1-0/+1
2013-08-21Added auth request to win32 builds.Maxim Dounin1-0/+1
2013-07-30Added safety belt for the case of sending header twice.Sergey Kandaurov1-0/+6
2013-07-30Autoindex: improved ngx_de_info() error handling.Sergey Kandaurov3-2/+3
2013-07-30Autoindex: return NGX_ERROR on error if headers were sent.Sergey Kandaurov1-2/+2
2013-08-20Style improved after 12dd27b74117.Maxim Dounin2-12/+10
2013-08-20Backed out f1a91825730a and 7094bd12c1ff.Maxim Dounin13-45/+34
2013-08-21Auth request module import.Maxim Dounin4-0/+456
2013-08-21Minor ngx_http_parse_request_line() optimization.Maxim Dounin1-0/+3
2013-08-20Format specifier fixes in error logging.Sergey Kandaurov5-6/+6
2013-08-17Whitespace fix.Maxim Dounin1-2/+2
2013-08-15SPDY: alert about activated fake events instead of deleting them.Valentin Bartenev1-2/+4
2013-08-15SPDY: do not reject headers with empty value (ticket #396).Valentin Bartenev1-4/+0
2013-08-15SPDY: fixed corruption of headers with names longer than 255.Valentin Bartenev1-2/+16
2013-08-15Unbreak building on Linux without sendfile64() support.Valentin Bartenev1-3/+3
2013-08-13Referer module: fixed regex matching against HTTPS referers.Sergey Kandaurov1-1/+3
2013-08-08Don't lose pointer to first nonempty buf in ngx_*_sendfile_chain().Gleb Smirnoff4-66/+58
2013-08-07Fixed misleading example SSL config.Sergey Budnevitch1-3/+2
2013-08-06API change: removed the ngx_conf_full_name() function.Valentin Bartenev2-12/+0
2013-08-06Replaced ngx_conf_full_name() with ngx_get_full_name().Valentin Bartenev12-22/+45
2013-08-06Fixed memory leaks in the root and auth_basic_user_file directives.Valentin Bartenev6-94/+112
2013-08-05Image filter: use "application/json" MIME type for JSON output.Valentin Bartenev1-1/+1
2013-08-05Core: guard use of AI_ADDRCONFIG.Ruslan Ermilov2-6/+4
2013-08-05Fixed build with signed socklen_t and unix sockets.Maxim Dounin1-1/+1
2013-08-05Core: only resolve address families configured on the local system.Ruslan Ermilov2-2/+7
2013-07-31MIME: use "application/javascript" for .js files.Valentin Bartenev2-2/+2
2013-07-31Version bump.Sergey Kandaurov1-2/+2
2013-07-31Configure: fixed autotest cleanup commands.Sergey Kandaurov8-9/+9
2013-07-30release-1.5.3 tagMaxim Dounin1-0/+1
2013-07-30nginx-1.5.3-RELEASErelease-1.5.3Maxim Dounin1-0/+75
2013-07-29Perl: fixed syntax usage for C preprocessor directives.Sergey Kandaurov1-7/+4
2013-07-29Upstream: reliably detect connection failures with SSL peers.Ruslan Ermilov1-0/+5
2013-07-25Upstream: no last buffer on errors.Maxim Dounin1-2/+10
2013-07-25Upstream: request finalization rework.Maxim Dounin1-14/+17
2013-07-25Upstream: NGX_HTTP_CLIENT_CLOSED_REQUEST no longer reset to 0.Maxim Dounin1-0/+1
2013-07-25Upstream: added check if a response is complete.Maxim Dounin2-4/+31
2013-07-25Upstream: u->length now defaults to -1 (API change).Maxim Dounin2-2/+5
2013-07-25Upstream: fixed store/cache of unfinished responses.Maxim Dounin1-3/+5
2013-07-25Upstream: replaced u->pipe->temp_file with p->temp_file.Maxim Dounin1-5/+5
2013-07-25Upstream: NGX_ERROR after pipe errors.Maxim Dounin1-4/+4
2013-07-25Upstream: NGX_HTTP_GATEWAY_TIME_OUT after upstream timeouts.Maxim Dounin1-3/+3
2013-07-25Upstream: ngx_http_upstream_finalize_request(NGX_ERROR) on errors.Maxim Dounin1-25/+25