summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-12Upstream: limited next_upstream time and tries (ticket #544).Roman Arutyunyan8-2/+127
2014-09-12Upstream: included backup peers into peer.tries.Roman Arutyunyan2-12/+6
2014-09-11Upstream keepalive: removed "single" parameter remnants.Maxim Dounin1-20/+1
2014-09-11Added warning about unset cache keys.Maxim Dounin3-0/+15
2014-09-11Style.Maxim Dounin2-2/+4
2014-08-13Upstream: avoided directly terminating the connection.FengGu1-0/+5
2014-09-08Added ngx_init_setproctitle() return code check.Maxim Dounin2-3/+5
2014-09-08Fixed ETag memory allocation error handling.Maxim Dounin1-0/+1
2014-09-08Core: ngx_regex_compile() error handling fixes.Maxim Dounin1-3/+11
2014-09-03SSL: guard use of all SSL options for bug workarounds.Piotr Sikora1-0/+17
2014-09-05Upstream: suppressed the file cache slab allocator error messages.Roman Arutyunyan1-0/+4
2014-09-01Events: processing of posted events changed from LIFO to FIFO.Valentin Bartenev14-53/+48
2014-09-01Events: removed broken thread support from posted events.Valentin Bartenev20-454/+64
2014-09-01Mail: initialize the "signature" field of ngx_mail_session_t.Valentin Bartenev1-0/+2
2014-09-01Upstream: improved configuration parser diagnostics.Ruslan Ermilov1-5/+13
2014-08-29Headers filter: "add_header" with "always" parameter (ticket #98).Sergey Kandaurov1-13/+41