summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2013-06-03Core: fixed stderr redirection on win32 in ngx_reopen_files().Vladimir Homutov1-7/+4
2013-06-04release-1.5.1 tagMaxim Dounin1-0/+1
2013-06-04nginx-1.5.1-RELEASErelease-1.5.1Maxim Dounin1-0/+123
2013-06-04Updated zlib used for win32 builds.Maxim Dounin1-1/+1
2013-05-31Win32: accept_mutex now always disabled (ticket #362).Maxim Dounin1-0/+11
2013-05-31OCSP stapling: fixed incorrect debug level.Ruslan Ermilov1-1/+1
2013-05-30Access: support for UNIX-domain client addresses (ticket #359).Ruslan Ermilov1-35/+111
2013-05-29Win32: added missing reset of wev->ready on WSAEWOULDBLOCK.Maxim Dounin1-0/+1
2013-05-27Upstream: http_403 support in proxy_next_upstream (and friends).Maxim Dounin6-5/+19
2013-05-24Xslt: xslt_last_modified directive.Maxim Dounin1-4/+22
2013-05-24Sub filter: sub_filter_last_modified directive.Maxim Dounin1-1/+14
2013-05-24SSI: ssi_last_modified directive.Maxim Dounin1-1/+14
2013-05-23Core: strengthen configuration syntax checker.Valentin Bartenev1-0/+5
2013-05-23Memcached: stricten header validation.Ruslan Ermilov1-9/+17
2013-05-23Use "void" for functions with empty parameter list.Sergey Kandaurov6-7/+7
2013-05-23Configure: fixed test of OS X atomic(3).Ruslan Ermilov1-1/+1
2013-05-21Style: replace SSL *ssl with ngx_ssl_conn_t *ssl_conn.Piotr Sikora2-2/+4
2013-05-21Style: remove unnecessary references to HTTP from non-HTTP modules.Piotr Sikora4-9/+9
2013-05-22Referer module: added $invalid_referer to variables hash.Maxim Dounin1-2/+1
2013-05-21Upstream: fixed fail_timeout and max_fails > 1.Maxim Dounin2-2/+8
2013-05-10Mail: missing ngx_ssl_ecdh_curve() call.F. da Silva1-0/+4
2013-05-21Fixed error logging.Sergey Kandaurov2-5/+3
2013-05-21Upstream: slightly optimized ngx_http_upstream_process_header().Ruslan Ermilov1-4/+4
2013-05-21Upstream: made the assignment more obvious.Ruslan Ermilov1-1/+1
2013-05-16OCSP stapling: fix error logging of successful OCSP responses.Piotr Sikora1-3/+2
2013-05-09Mail: removed surplus ngx_close_connection() call.Filipe Da Silva1-1/+0
2013-05-15Upstream keepalive: slightly simplified code.Ruslan Ermilov1-5/+2
2013-04-25Removed vestiges of SVN.Ruslan Ermilov2-32/+2
2013-05-15Proxy: clear script engine used to calculate lengths.Maxim Dounin1-0/+2
2013-05-13Fixed lingering_time check.Maxim Dounin2-4/+4
2013-05-13Upstream: allow to intercept responses with status 300.Ruslan Ermilov1-1/+1
2013-05-02PCRE: retain input pattern for all regular expressions.Piotr Sikora1-1/+1
2013-05-11Proxy: $proxy_internal_body_length fixed.Maxim Dounin1-1/+2
2013-05-11Mp4: indentation and style, no functional changes.Maxim Dounin1-31/+39
2013-05-11Added r->limit_rate_after.Maxim Dounin2-4/+9
2013-05-11Fixed build with --with-mail_ssl_module.Maxim Dounin3-6/+6
2013-05-11Request body: fixed r->count increment on allocation failure.Maxim Dounin1-1/+2
2013-05-11Perl: extra "return" removed.Maxim Dounin1-1/+1
2013-05-11Version bump.Maxim Dounin1-2/+2
2013-05-06release-1.5.0 tagMaxim Dounin1-0/+1
2013-05-06release-1.5.0-RELEASErelease-1.5.0Maxim Dounin1-0/+22
2013-05-06Fixed chunk size parsing.Maxim Dounin1-0/+4
2013-04-29Proxy: allocate $proxy_internal_body_length from request pool.Ruslan Ermilov1-1/+1
2013-04-29Configure: fixed detection of newer Apple clang compilers.Ruslan Ermilov2-3/+3
2013-04-29Version bump.Ruslan Ermilov1-2/+2
2013-04-24release-1.4.0 tagMaxim Dounin1-0/+1
2013-04-24nginx-1.4.0-RELEASErelease-1.4.0Maxim Dounin1-0/+29
2013-04-24Version bump.Maxim Dounin1-2/+2
2013-04-23SPDY: set NGX_TCP_NODELAY_DISABLED for fake connections.Valentin Bartenev1-0/+1
2013-04-23Perl: request body handling fixed.Maxim Dounin1-3/+36