summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2013-09-05Fixed handling of the ready flag with kqueue.Valentin Bartenev2-0/+2
2013-09-03Return reason phrase for 414.Valentin Bartenev1-4/+1
2013-09-04Upstream: fixed $upstream_response_time format specifiers.Maxim Dounin1-1/+1
2013-09-04Configure: TCP_KEEPIDLE test name simplified.Maxim Dounin1-1/+1
2013-09-04Configure: fixed building with Sun C if CFLAGS set (ticket #65).Maxim Dounin1-0/+23
2013-09-04SSL: clear error queue after SSL_CTX_load_verify_locations().Maxim Dounin1-0/+14
2013-09-04Fixed incorrect response line on "return 203".Maxim Dounin1-0/+6
2013-09-04Request cleanup code unified, no functional changes.Maxim Dounin1-1/+6
2013-09-04Handling of ngx_int_t != intptr_t case.Maxim Dounin3-6/+7
2013-09-04Win32: $request_time fixed.Maxim Dounin2-2/+2
2013-09-04Win32: MinGW GCC compatibility.Maxim Dounin19-33/+83
2013-09-04Win32: Borland C compatibility fixes.Maxim Dounin9-15/+27
2013-09-04Win32: Open Watcom C compatibility fixes.Maxim Dounin5-7/+21
2013-09-02Disable symlinks: removed recursive call of ngx_file_o_path_info().Valentin Bartenev1-1/+0
2013-09-02Disable symlinks: use O_PATH to open path components.Valentin Bartenev3-0/+86
2013-09-02Added the NGX_EBADF define.Valentin Bartenev3-1/+3
2013-09-02Assume the HTTP/1.0 version by default.Valentin Bartenev1-0/+1
2013-08-30Upstream: setting u->header_sent before ngx_http_upstream_upgrade().Maxim Dounin1-2/+2
2013-08-29Referer: fixed hostname buffer overflow check.Valentin Bartenev1-3/+3
2013-08-29Referer: "server_names" parsing deferred to merge phase.Sergey Kandaurov1-33/+45
2013-08-29Referer: fixed server_name regex matching.Sergey Kandaurov1-22/+67
2013-08-29Referer: fixed error type usage inconsistency for ngx_http_add*().Sergey Kandaurov1-15/+15
2013-08-28Image filter: large image handling.Lanshun Zhou1-1/+6
2013-08-28Typo fixed.Maxim Dounin1-2/+2
2013-08-28Version bump.Maxim Dounin1-2/+2
2013-08-27release-1.5.4 tagMaxim Dounin1-0/+1
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