summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.13.5-RELEASErelease-1.13.5Maxim Dounin2017-09-051-0/+53
* Secure link: fixed stack buffer overflow.Roman Arutyunyan2017-08-221-2/+1
* Upstream: unconditional parsing of last_modified_time.Maxim Dounin2017-08-231-17/+3
* SSL: fixed possible use-after-free in $ssl_server_name.Maxim Dounin2017-08-221-6/+15
* SSL: the $ssl_client_escaped_cert variable (ticket #857).Maxim Dounin2017-08-224-0/+40
* Range filter: changed type for total length to off_t.Maxim Dounin2017-08-101-8/+9
* Restored ngx_event_aio_t layout for debug logging.Maxim Dounin2017-08-101-2/+2
* Style.Maxim Dounin2017-08-103-7/+7
* Fixed calls to ngx_open_file() in certain places.Sergey Kandaurov2017-08-093-3/+4
* Style.Sergey Kandaurov2017-08-096-0/+7
* Version bump.Sergey Kandaurov2017-08-091-2/+2
* release-1.13.4 tagMaxim Dounin2017-08-081-0/+1
* nginx-1.13.4-RELEASErelease-1.13.4Maxim Dounin2017-08-081-0/+65
* Updated PCRE used for win32 builds.Maxim Dounin2017-08-081-1/+1
* Slab: fixed initialization on win32.Ruslan Ermilov2017-08-083-10/+20
* Upstream: copy peer data in shared memory.Ruslan Ermilov2017-08-042-16/+138
* Referer: fixed $invalid_referer.Ruslan Ermilov2017-08-041-14/+25
* Upstream zone: store peers->name and its data in shared memory.Ruslan Ermilov2017-08-012-0/+36
* Variables: macros for null variables.Ruslan Ermilov2017-08-0119-17/+21
* Browser: style.Ruslan Ermilov2017-08-011-24/+21
* Cache: fixed max_size on win32.Ruslan Ermilov2017-07-261-0/+1
* SSL: fixed typo in the error message.Sergey Kandaurov2017-07-251-1/+1
* Mirror: "off" paramater of the "mirror" directive.Roman Arutyunyan2017-07-211-2/+43
* Mirror module.Roman Arutyunyan2017-07-203-0/+237
* Precontent phase.Roman Arutyunyan2017-07-205-337/+425
* Upstream: keep request body file from removal if requested.Roman Arutyunyan2017-07-195-1/+14
* Style.Alex Zhang2017-07-191-1/+1
* Configure: fixed PCRE requirement check by ngx_http_rewrite_module.Samuel Martin2017-07-191-1/+1
* Parenthesized ASCII-related calculations.Valentin Bartenev2017-07-177-29/+29
* Style: aligned ngx_null_command.Ruslan Ermilov2017-07-121-1/+1
* Core: fixed error message on setsockopt(SO_REUSEPORT) failure.Maxim Dounin2017-07-111-1/+1
* Core: disabled SO_REUSEPORT when testing config (ticket #1300).Maxim Dounin2017-07-111-1/+1
* Version bump.Maxim Dounin2017-07-111-2/+2
* release-1.13.3 tagMaxim Dounin2017-07-111-0/+1
* nginx-1.13.3-RELEASErelease-1.13.3Maxim Dounin2017-07-111-0/+20
* Range filter: avoid negative range start.Maxim Dounin2017-07-111-1/+1
* Range filter: protect from total size overflows.Maxim Dounin2017-07-111-0/+4
* Variables: use ngx_http_variable_null_value where appropriate.Ruslan Ermilov2017-07-071-11/+5
* Resolver: cancelable resend timer event.Ruslan Ermilov2017-07-042-0/+3
* Resolver: factored out setting a timer for resolver timeout.Sergey Kandaurov2017-07-041-50/+33
* Slab: fixed small allocations on systems with large pagesize.Ruslan Ermilov2017-07-041-4/+13
* Slab: style.Ruslan Ermilov2017-07-041-10/+10
* Resolver: fixed possible use-after-free while resolving SRV.Roman Arutyunyan2017-07-041-19/+19
* Proxy: split configured header names and values.Piotr Sikora2017-03-151-106/+59
* Version bump.Maxim Dounin2017-07-031-2/+2
* release-1.13.2 tagMaxim Dounin2017-06-271-0/+1
* nginx-1.13.2-RELEASErelease-1.13.2Maxim Dounin2017-06-271-0/+73
* Range filter: allowed ranges on empty files (ticket #1031).Maxim Dounin2017-06-271-0/+3
* Upstream: introduced ngx_http_upstream_ssl_handshake_handler().Maxim Dounin2017-06-221-14/+24
* Upstream: fixed running posted requests (ticket #788).Roman Arutyunyan2017-06-141-1/+6