Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-15Multiple addresses in "listen".Roman Arutyunyan
2018-12-11Copy regex unnamed captures to cloned subrequests.Roman Arutyunyan
2018-06-07Added r->schema.Ruslan Ermilov
2018-04-24SSL: detect "listen ... ssl" without certificates (ticket #178).Maxim Dounin
2018-02-28Generic subrequests in memory.Roman Arutyunyan
2017-11-20Inherit valid_unparsed_uri in cloned subrequests (ticket #1430).Roman Arutyunyan
2017-07-20Precontent phase.Roman Arutyunyan
2017-03-24Added support for trailers in HTTP responses.Piotr Sikora
2017-06-07Fixed segfault in try_files with nested location.Sergey Kandaurov
2017-05-25Background subrequests for cache updates.Roman Arutyunyan
2017-04-20Cleaned up r->headers_out.headers allocation error handling.Sergey Kandaurov
2017-04-11Added support for the "308 Permanent Redirect" (ticket #877).Simon Leblanc
2017-04-12Use ngx_calloc_buf() where appropriate.Ruslan Ermilov
2017-03-28Fixed ngx_open_cached_file() error handling.Sergey Kandaurov
2017-03-22Simplified code about duplicate root/alias directive.Ruslan Ermilov
2017-03-22Unified error messages about duplicate directives.Ruslan Ermilov
2017-02-27Fixed background update with "if".Maxim Dounin
2017-02-10Upstream: proxy_cache_background_update and friends.Roman Arutyunyan
2017-01-31Implemented the "server_tokens build" option.Ruslan Ermilov
2016-12-22Fixed missing "Location" field with some relative redirects.Ruslan Ermilov
2016-12-21Core: relative redirects (closes #1000).Ruslan Ermilov
2016-11-04Style: switch.Ruslan Ermilov
2016-10-10Modules compatibility: compatibility with NGX_HAVE_FILE_AIO.Maxim Dounin
2016-10-03Modules compatibility: removed unneeded IPV6_V6ONLY checks.Maxim Dounin
2016-09-07Core: introduced ngx_cidr_match() function.Dmitry Volyntsev
2016-05-23Realip: port support in X-Real-IP and X-Forwarded-For.Dmitry Volyntsev
2016-05-23Renamed "u" to "sockaddr" in listen options types.Maxim Dounin
2016-05-23Introduced the ngx_sockaddr_t type.Ruslan Ermilov
2016-04-28Removed unused flag unexpected_eof from ngx_connection_t.Ruslan Ermilov
2016-03-31Fixed logging with variable field width.Sergey Kandaurov
2016-03-30Style.Ruslan Ermilov
2016-03-22Backed out server_tokens changes.Maxim Dounin
2016-03-18Threads: writing via threads pools in event pipe.Maxim Dounin
2016-03-15Added variables support to server_tokens.Ruslan Ermilov
2016-02-04Dynamic modules: changed ngx_modules to cycle->modules.Maxim Dounin
2015-12-03Style: NGX_PTR_SIZE replaced with sizeof(void *).Maxim Dounin
2015-11-30Stop emulating a space character after r->method_name.Ruslan Ermilov
2015-11-30Increased the default "connection_pool_size" on 64-bit platforms.Valentin Bartenev
2015-10-19Fixed handling of empty root.Maxim Dounin
2015-09-11The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev
2015-09-11Fixed segfault with incorrect location nesting.Maxim Dounin
2015-08-31Added protection against r->main->count overflow by subrequests.Valentin Bartenev
2015-08-23Limit recursive subrequests instead of simultaneous.Valentin Bartenev
2015-08-16Fixed wrong URI after try_files in nested location (ticket #97).Maxim Dounin
2015-08-16Fixed segfault with try_files introduced by c985d90a8d1f.Maxim Dounin
2015-06-11Moved ngx_http_parse_time() to core, renamed accordingly.Maxim Dounin
2015-05-20The "reuseport" option of the "listen" directive.Maxim Dounin
2015-04-29Removed deprecated HTTP directives.Ruslan Ermilov
2015-04-25Core: the ngx_set_connection_log() macro.Vladimir Homutov
2015-03-23Request body: filters support.Maxim Dounin