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
path: root/src
AgeCommit message (Expand)Author
2017-03-28Simplified and improved sendfile() code on Linux.Maxim Dounin
2017-03-28Fixed ngx_open_cached_file() error handling.Sergey Kandaurov
2017-03-28Core: set nginx_shared_zone name via ngx_str_set().Ruslan Ermilov
2017-03-28Use ngx_array_init() to initialize arrays.Ruslan Ermilov
2017-03-28Version bump.Ruslan Ermilov
2017-03-24Fixed CPU hog while freeing hc->busy after e662cbf1b932 (1.11.11).Maxim Dounin
2017-03-22Simplified code about duplicate root/alias directive.Ruslan Ermilov
2017-03-22Unified error messages about duplicate directives.Ruslan Ermilov
2017-03-22Version bump.Ruslan Ermilov
2017-03-17Fixed a comment.Ruslan Ermilov
2017-03-16Added missing "static" specifier found by gcc -Wtraditional.Ruslan Ermilov
2017-03-07Style.Maxim Dounin
2017-03-07Introduced worker_shutdown_timeout.Maxim Dounin
2017-03-07Cancelable timers are now preserved if there are other timers.Maxim Dounin
2017-03-07Core: introduced ngx_rbtree_next().Maxim Dounin
2017-03-07Access log: removed dead ev->timedout check in flush timer handler.Maxim Dounin
2017-03-07Converted hc->busy/hc->free to use chain links.Maxim Dounin
2017-03-07Removed casts not needed after 1f513d7f1b45.Ruslan Ermilov
2017-03-06Mail: don't emit separator in capability lists for APOP.Sergey Kandaurov
2017-03-06Added missing "static" specifiers found by gcc -Wtraditional.Ruslan Ermilov
2017-03-02Added missing static specifiers.Eran Kornblau
2017-02-27Fixed background update with "if".Maxim Dounin
2017-02-17Fixed ngx_parse_size() / ngx_parse_offset() with 0-length strings.Maxim Dounin
2017-02-16Version bump.Maxim Dounin
2017-02-13Gzip: free chain links on the hot path (ticket #1046).Maxim Dounin
2017-02-10Upstream: read handler cleared on upstream finalization.Maxim Dounin
2017-02-10Cache: increased cache header Vary and ETag lengths to 128.Maxim Dounin
2017-02-10Slice filter: fetch slices in cloned subrequests.Roman Arutyunyan
2017-02-10Upstream: proxy_cache_background_update and friends.Roman Arutyunyan
2016-12-22Cache: support for stale-while-revalidate and stale-if-error.Roman Arutyunyan
2017-02-08Request body: commented out debug printing of old buffers.Maxim Dounin
2017-02-08Request body: c->error on "100 Continue" errors (ticket #1194).Maxim Dounin
2017-02-06SSL: clear error queue after OPENSSL_init_ssl().Sergey Kandaurov
2017-02-02SSL: fixed ssl_buffer_size on SNI virtual hosts (ticket #1192).Maxim Dounin
2017-01-31Variables: generic prefix variables.Dmitry Volyntsev
2017-01-31Implemented the "server_tokens build" option.Ruslan Ermilov
2017-01-26Upstream: removed unused bl_time and bl_state fields.Maxim Dounin
2017-01-25Upstream: removed unused ngx_http_upstream_conf_t.timeout field.Thibault Charbonnier
2017-01-25Upstream: removed compatibility shims from ngx_http_upstream_t.Vladimir Homutov
2017-01-26Version bump.Vladimir Homutov
2017-01-20Upstream: fixed cache corruption and socket leaks with aio_write.Maxim Dounin
2017-01-20Removed pthread mutex / conditional variables debug messages.Maxim Dounin
2017-01-20Fixed trailer construction with limit on FreeBSD and macOS.Maxim Dounin
2017-01-20Improved connection draining with small number of connections.Maxim Dounin
2017-01-20Added cycle parameter to ngx_drain_connections().Maxim Dounin
2017-01-19Stream: client SSL certificates were not checked in some cases.Vladimir Homutov
2017-01-19Stream: fixed handling of non-ssl sessions.Vladimir Homutov
2017-01-12Mail: make it possible to disable SASL EXTERNAL.Sergey Kandaurov
2017-01-11Stream: avoid infinite loop in case of socket read error.Vladimir Homutov
2017-01-10Version bump.Ruslan Ermilov