summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-22Secure link: fixed stack buffer overflow.Roman Arutyunyan1-2/+1
2017-08-23Upstream: unconditional parsing of last_modified_time.Maxim Dounin1-17/+3
2017-08-22SSL: fixed possible use-after-free in $ssl_server_name.Maxim Dounin1-6/+15
2017-08-22SSL: the $ssl_client_escaped_cert variable (ticket #857).Maxim Dounin4-0/+40
2017-08-10Range filter: changed type for total length to off_t.Maxim Dounin1-8/+9
2017-08-10Restored ngx_event_aio_t layout for debug logging.Maxim Dounin1-2/+2
2017-08-10Style.Maxim Dounin3-7/+7
2017-08-09Fixed calls to ngx_open_file() in certain places.Sergey Kandaurov3-3/+4
2017-08-09Style.Sergey Kandaurov6-0/+7
2017-08-09Version bump.Sergey Kandaurov1-2/+2
2017-08-08Slab: fixed initialization on win32.Ruslan Ermilov3-10/+20
2017-08-04Upstream: copy peer data in shared memory.Ruslan Ermilov2-16/+138
2017-08-04Referer: fixed $invalid_referer.Ruslan Ermilov1-14/+25
2017-08-01Upstream zone: store peers->name and its data in shared memory.Ruslan Ermilov2-0/+36
2017-08-01Variables: macros for null variables.Ruslan Ermilov19-17/+21
2017-08-01Browser: style.Ruslan Ermilov1-24/+21
2017-07-26Cache: fixed max_size on win32.Ruslan Ermilov1-0/+1
2017-07-25SSL: fixed typo in the error message.Sergey Kandaurov1-1/+1
2017-07-21Mirror: "off" paramater of the "mirror" directive.Roman Arutyunyan1-2/+43
2017-07-20Mirror module.Roman Arutyunyan1-0/+223
2017-07-20Precontent phase.Roman Arutyunyan4-337/+414
2017-07-19Upstream: keep request body file from removal if requested.Roman Arutyunyan5-1/+14
2017-07-19Style.Alex Zhang1-1/+1
2017-07-17Parenthesized ASCII-related calculations.Valentin Bartenev7-29/+29
2017-07-12Style: aligned ngx_null_command.Ruslan Ermilov1-1/+1
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-07-11Version bump.Maxim Dounin1-2/+2
2017-07-11Range filter: avoid negative range start.Maxim Dounin1-1/+1
2017-07-11Range filter: protect from total size overflows.Maxim Dounin1-0/+4
2017-07-07Variables: use ngx_http_variable_null_value where appropriate.Ruslan Ermilov1-11/+5
2017-07-04Resolver: cancelable resend timer event.Ruslan Ermilov2-0/+3
2017-07-04Resolver: factored out setting a timer for resolver timeout.Sergey Kandaurov1-50/+33
2017-07-04Slab: fixed small allocations on systems with large pagesize.Ruslan Ermilov1-4/+13
2017-07-04Slab: style.Ruslan Ermilov1-10/+10
2017-07-04Resolver: fixed possible use-after-free while resolving SRV.Roman Arutyunyan1-19/+19
2017-03-15Proxy: split configured header names and values.Piotr Sikora1-106/+59
2017-07-03Version bump.Maxim Dounin1-2/+2
2017-06-27Range filter: allowed ranges on empty files (ticket #1031).Maxim Dounin1-0/+3
2017-06-22Upstream: introduced ngx_http_upstream_ssl_handshake_handler().Maxim Dounin1-14/+24
2017-06-14Upstream: fixed running posted requests (ticket #788).Roman Arutyunyan1-1/+6
2017-06-14Resolver: added the "async" flag to resolver context.Roman Arutyunyan2-1/+7
2017-06-19Resolver: fixed allocation error handling while resolving SRV.Bart Warmerdam1-1/+3
2017-06-16Introduced ngx_rwlock_downgrade().Ruslan Ermilov2-0/+10
2017-06-16Added memory barrier semantics to ngx_rwlock_unlock().Ruslan Ermilov1-1/+1
2017-03-24Headers filter: added "add_trailer" directive.Piotr Sikora1-22/+142
2017-03-24HTTP/2: added support for trailers in HTTP responses.Piotr Sikora1-14/+152
2017-03-24Added support for trailers in HTTP responses.Piotr Sikora5-27/+157
2017-06-14Gzip: fixed style in $gzip_ratio variable handler.Ruslan Ermilov1-4/+4
2017-06-14Removed excessive casts for ngx_file_info().Ruslan Ermilov2-6/+2