summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-05Cache: removed dead store in ngx_http_file_cache_vary_header().Maxim Dounin1-1/+0
2014-08-25Access log: cancel the flush timer on graceful shutdown.Valentin Bartenev1-1/+15
2014-08-13Events: introduced cancelable timers.Valentin Bartenev5-0/+49
2014-08-25Events: simplified cycle in ngx_event_expire_timers().Valentin Bartenev1-18/+16
2014-08-25Events: removed broken thread support from event timers.Valentin Bartenev5-55/+7
2014-10-24SSL: simplified ssl_password_file error handling.Sergey Kandaurov1-14/+3
2014-10-27SPDY: stop emitting multiple empty header values.Piotr Sikora1-2/+6
2014-10-28Version bump.Valentin Bartenev1-2/+2
2014-10-15Win32: made build-able with MinGW-w64 gcc.Kouhei Sutou1-2/+35
2014-10-27Upstream: limited next_upstream time and tries when resolving DNS.Gu Feng1-0/+8
2014-10-28Write filter: stored delay in a variable, no functional changes.Roman Arutyunyan1-2/+2
2014-10-28Upstream: proxy_limit_rate and friends.Roman Arutyunyan8-9/+130
2014-10-28Core: added limit to recv_chain().Roman Arutyunyan8-20/+57
2014-10-27Cache: normalization of some Vary headers.Maxim Dounin1-2/+66
2014-10-27Cache: multiple variants of a resource now can be stored.Maxim Dounin2-3/+79
2014-10-27Cache: c->reading flag introduced.Maxim Dounin2-1/+5
2014-10-27Cache: hash of Vary headers now stored in cache.Maxim Dounin3-2/+153
2014-10-27Cache: disable caching of responses with Vary (ticket #118).Maxim Dounin2-0/+32
2014-10-15Gzip, gunzip: flush busy buffers if any.Maxim Dounin2-4/+16
2014-10-14Style.Maxim Dounin1-1/+2
2014-10-14Upstream: proxy_force_ranges and friends.Roman Arutyunyan6-0/+60
2014-10-11Win32: suppressed warnings by "-Werror=sign-compare".Kouhei Sutou1-2/+2
2014-10-11Win32: fixed wrong type cast.Kouhei Sutou1-1/+1
2014-10-08Fixed possible buffer overrun in "too long header line" logging.Maxim Dounin1-3/+2
2014-10-02Core: fixed buffer overrun when hash max_size reached.Yichun Zhang1-0/+2
2014-10-01Upstream: fix $upstream_cache_last_modified variable.Piotr Sikora1-0/+3
2014-08-27Fixed counting of sent bytes in the send chain functions on EINTR.Valentin Bartenev5-0/+5
2014-10-02Version bump.Valentin Bartenev1-2/+2
2014-09-29Upstream keepalive: reset c->sent on cached connections.Maxim Dounin1-0/+1
2014-09-24Limit req: reduced number of parameters in the lookup function.Valentin Bartenev1-8/+7
2014-09-24Limit req: use complex value in limit_req_zone.Valentin Bartenev1-60/+47
2014-09-24Limit conn: aligned field names in structures.Valentin Bartenev1-11/+11
2014-09-24Limit conn: use complex value in limit_conn_zone (ticket #121).Valentin Bartenev1-67/+54
2014-09-24Limit conn: removed deprecated "limit_zone" directive.Valentin Bartenev1-84/+0
2014-08-26Syslog: improved error handling of unix domain sockets.Vladimir Homutov1-2/+24
2014-09-01Syslog: enabled logging of send errors.Vladimir Homutov2-5/+10
2014-09-17Avoided to add duplicate hash key in ngx_http_types_slot().Gu Feng1-1/+5
2014-09-22Removed duplicate initialization of the "rev" variable.Valentin Bartenev1-2/+0
2014-08-13Generalized definitions of the number of preallocated iovec's.Valentin Bartenev7-57/+24
2014-08-13Reduced difference between the send chain functions.Valentin Bartenev2-15/+11
2014-08-13Merged implementations of ngx_readv_chain().Valentin Bartenev1-97/+9
2014-08-13Removed the "complete" variable from various send chain functions.Valentin Bartenev6-42/+11
2014-08-13Moved the code for adjusting sent buffers in a separate function.Valentin Bartenev8-212/+54
2014-08-13Fixed writev() debug log message in ngx_darwin_sendfile_chain().Valentin Bartenev1-1/+1
2014-09-18Upstream: fixed file buffers reinit in ngx_http_upstream_reinit().Roman Arutyunyan1-1/+10
2014-09-18FastCGI: fixed start pointers in request buffers.Roman Arutyunyan1-0/+1
2014-09-16Limit req: don't truncate key value to 255 bytes.Valentin Bartenev1-1/+1
2014-09-17Version bump.Valentin Bartenev1-2/+2
2014-09-15SSL: session id context now includes certificate hash.Maxim Dounin1-2/+96
2014-09-13Access log: fixed the "if=" parameter with buffering (ticket #625).Valentin Bartenev1-21/+20