summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.5.5-RELEASErelease-1.5.5Maxim Dounin2013-09-171-0/+79
* SSL: guard use of SSL_OP_MSIE_SSLV2_RSA_PADDING.Piotr Sikora2013-09-161-0/+2
* Improved check for duplicate path names in ngx_add_path().Valentin Bartenev2013-09-161-0/+8
* Removed surplus initializations from ngx_conf_set_path_slot().Valentin Bartenev2013-09-161-3/+0
* Use ngx_pcalloc() in ngx_conf_merge_path_value().Valentin Bartenev2013-09-161-5/+1
* Use EPOLLRDHUP in ngx_http_test_reading() (ticket #320).Valentin Bartenev2013-09-161-0/+27
* Upstream: use EPOLLRDHUP to check broken connections (ticket #320).Valentin Bartenev2013-09-161-0/+49
* Events: support for EPOLLRDHUP (ticket #320).Valentin Bartenev2013-07-124-7/+37
* Events: removed unused flags from the ngx_event_s structure.Valentin Bartenev2013-09-051-4/+0
* Fixed handling of the ready flag with kqueue.Valentin Bartenev2013-09-052-0/+2
* Return reason phrase for 414.Valentin Bartenev2013-09-031-4/+1
* Upstream: fixed $upstream_response_time format specifiers.Maxim Dounin2013-09-041-1/+1
* Configure: TCP_KEEPIDLE test name simplified.Maxim Dounin2013-09-041-1/+1
* Configure: fixed building with Sun C if CFLAGS set (ticket #65).Maxim Dounin2013-09-041-0/+23
* SSL: clear error queue after SSL_CTX_load_verify_locations().Maxim Dounin2013-09-041-0/+14
* Fixed incorrect response line on "return 203".Maxim Dounin2013-09-041-0/+6
* Request cleanup code unified, no functional changes.Maxim Dounin2013-09-041-1/+6
* Handling of ngx_int_t != intptr_t case.Maxim Dounin2013-09-043-6/+7
* Win32: $request_time fixed.Maxim Dounin2013-09-042-2/+2
* Win32: MinGW GCC compatibility.Maxim Dounin2013-09-0419-33/+83
* Win32: Borland C compatibility fixes.Maxim Dounin2013-09-049-15/+27
* Win32: Open Watcom C compatibility fixes.Maxim Dounin2013-09-045-7/+21
* Disable symlinks: removed recursive call of ngx_file_o_path_info().Valentin Bartenev2013-09-021-1/+0
* Disable symlinks: use O_PATH to open path components.Valentin Bartenev2013-09-023-0/+86
* Added the NGX_EBADF define.Valentin Bartenev2013-09-023-1/+3
* Assume the HTTP/1.0 version by default.Valentin Bartenev2013-09-021-0/+1
* Upstream: setting u->header_sent before ngx_http_upstream_upgrade().Maxim Dounin2013-08-301-2/+2
* Referer: fixed hostname buffer overflow check.Valentin Bartenev2013-08-291-3/+3
* Referer: "server_names" parsing deferred to merge phase.Sergey Kandaurov2013-08-291-33/+45
* Referer: fixed server_name regex matching.Sergey Kandaurov2013-08-291-22/+67
* Referer: fixed error type usage inconsistency for ngx_http_add*().Sergey Kandaurov2013-08-291-15/+15
* Image filter: large image handling.Lanshun Zhou2013-08-281-1/+6
* Typo fixed.Maxim Dounin2013-08-281-2/+2
* Version bump.Maxim Dounin2013-08-281-2/+2
* release-1.5.4 tagMaxim Dounin2013-08-271-0/+1
* nginx-1.5.4-RELEASErelease-1.5.4Maxim Dounin2013-08-271-0/+102
* Updated PCRE used for win32 builds.Maxim Dounin2013-08-234-4/+7
* Configure: pcre.lib dependencies fix.Maxim Dounin2013-08-231-1/+2
* Cache: lock timeouts are now logged at info level.Maxim Dounin2013-08-231-2/+1
* Upstream: posted requests handling after ssl handshake errors.Maxim Dounin2013-08-231-0/+6
* Fixed try_files with empty argument (ticket #390).Maxim Dounin2013-08-231-1/+3
* MIME: eot MIME type updated to follow IANA (ticket #306).Sergey Kandaurov2013-08-231-1/+1
* MIME: added the most common OOXML MIME types (ticket #243).Sergey Kandaurov2013-08-231-0/+4
* MIME: added application/font-woff MIME type (ticket #292).Sergey Kandaurov2013-08-231-0/+1
* Added auth request to win32 builds.Maxim Dounin2013-08-211-0/+1
* Added safety belt for the case of sending header twice.Sergey Kandaurov2013-07-301-0/+6
* Autoindex: improved ngx_de_info() error handling.Sergey Kandaurov2013-07-303-2/+3
* Autoindex: return NGX_ERROR on error if headers were sent.Sergey Kandaurov2013-07-301-2/+2
* Style improved after 12dd27b74117.Maxim Dounin2013-08-202-12/+10
* Backed out f1a91825730a and 7094bd12c1ff.Maxim Dounin2013-08-2013-45/+34