summaryrefslogtreecommitdiffhomepage
path: root/src (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-05Fixed build without IPv6, broken by 874171c3c71a.Maxim Dounin1-1/+3
2017-10-04Fixed handling of unix sockets in $binary_remote_addr.Maxim Dounin2-0/+24
2017-10-04Fixed handling of non-null-terminated unix sockets.Maxim Dounin3-1/+21
2017-10-04Fixed buffer overread with unix sockets after accept().Maxim Dounin2-0/+12
2017-09-25Fixed the NGX_UNIX_ADDRSTRLEN macro.Ruslan Ermilov1-2/+3
2017-10-04HTTP/2: enforce writing the sync request body buffer to file.Valentin Bartenev1-5/+2
2017-09-11Stream: relaxed next upstream condition (ticket #1317).Roman Arutyunyan1-2/+6
2017-08-10Range filter: changed type for total length to off_t.Maxim Dounin1-8/+9
2017-07-11Core: fixed error message on setsockopt(SO_REUSEPORT) failure.Maxim Dounin1-1/+1
2017-07-11Core: disabled SO_REUSEPORT when testing config (ticket #1300).Maxim Dounin1-1/+1
2017-05-24Fixed deferred accept with EPOLLRDHUP enabled (ticket #1278).Roman Arutyunyan1-1/+1
2017-04-27Added missing "fall through" comments (ticket #1259).Maxim Dounin3-0/+6
2017-10-13Version bump.Maxim Dounin1-2/+2
2017-07-11Range filter: protect from total size overflows.Maxim Dounin1-0/+4
2017-07-11Version bump.Maxim Dounin1-2/+2
2017-04-12Stable branch.Maxim Dounin1-2/+2
2017-03-24Upstream: allow recovery from "429 Too Many Requests" response.Piotr Sikora6-5/+16
2017-03-24Added support for "429 Too Many Requests" response (RFC6585).Piotr Sikora3-8/+29
2017-04-03Fixed type.hucongcong1-2/+2
2017-03-31Slice filter: prevented slice redirection (ticket #1219).Roman Arutyunyan1-1/+11
2017-03-28Slice filter: allowed at most one subrequest at a time.Roman Arutyunyan1-12/+16
2017-04-02Moved handling of wev->delayed to the connection event handler.Maxim Dounin4-78/+26
2017-04-02Perl: fixed delaying subrequests.Maxim Dounin2-6/+11
2017-04-02Limit req: fixed delaying subrequests.Maxim Dounin1-1/+4
2017-03-26HTTP/2: style and typos.Piotr Sikora2-7/+8
2017-03-29HTTP/2: fixed connection finalization.Valentin Bartenev1-3/+8
2017-03-29HTTP/2: fixed stream finalization.Valentin Bartenev1-0/+3
2017-03-26HTTP/2: emit PROTOCOL_ERROR on padding errors.Piotr Sikora1-2/+4
2017-03-26HTTP/2: fix flow control with padded DATA frames.Piotr Sikora1-10/+12
2017-03-26HTTP/2: fix $body_bytes_sent variable.Piotr Sikora1-0/+3
2017-03-26HTTP/2: fix $bytes_sent variable.Piotr Sikora1-0/+2
2017-03-28Copy filter: wake up subrequests after aio operations.Maxim Dounin1-2/+30
2017-03-28Threads: fixed request hang with aio_write and subrequests.Maxim Dounin1-2/+12
2017-03-28Simplified and improved sendfile() code on Linux.Maxim Dounin1-67/+47
2017-03-28Fixed ngx_open_cached_file() error handling.Sergey Kandaurov5-3/+24
2017-03-28Core: set nginx_shared_zone name via ngx_str_set().Ruslan Ermilov1-2/+1
2017-03-28Use ngx_array_init() to initialize arrays.Ruslan Ermilov1-19/+15
2017-03-28Version bump.Ruslan Ermilov1-2/+2
2017-03-24Fixed CPU hog while freeing hc->busy after e662cbf1b932 (1.11.11).Maxim Dounin1-0/+1
2017-03-22Simplified code about duplicate root/alias directive.Ruslan Ermilov1-8/+6
2017-03-22Unified error messages about duplicate directives.Ruslan Ermilov3-3/+3
2017-03-22Version bump.Ruslan Ermilov1-2/+2
2017-03-17Fixed a comment.Ruslan Ermilov1-1/+1
2017-03-16Added missing "static" specifier found by gcc -Wtraditional.Ruslan Ermilov1-1/+1
2017-03-07Style.Maxim Dounin1-2/+0
2017-03-07Introduced worker_shutdown_timeout.Maxim Dounin5-0/+66
2017-03-07Cancelable timers are now preserved if there are other timers.Maxim Dounin4-36/+17
2017-03-07Core: introduced ngx_rbtree_next().Maxim Dounin2-0/+31
2017-03-07Access log: removed dead ev->timedout check in flush timer handler.Maxim Dounin2-28/+2
2017-03-07Converted hc->busy/hc->free to use chain links.Maxim Dounin2-39/+53