summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.9.8-RELEASErelease-1.9.8Maxim Dounin2015-12-081-0/+54
* Slice filter: terminate first slice with last_in_chain flag.Roman Arutyunyan2015-12-081-0/+1
* Slice filter: never run subrequests when main request is buffered.Roman Arutyunyan2015-12-081-0/+4
* SSL: fixed possible segfault on renegotiation (ticket #845).Sergey Kandaurov2015-12-081-0/+4
* Updated OpenSSL and PCRE used for win32 builds.Maxim Dounin2015-12-071-2/+2
* Added slice module to win32 builds.Maxim Dounin2015-12-071-0/+1
* Slice filter.Roman Arutyunyan2015-12-076-6/+567
* Upstream: fill r->headers_out.content_range from upstream response.Roman Arutyunyan2015-12-071-0/+5
* Core: fix typo in error message.Piotr Sikora2015-12-021-1/+1
* Style: NGX_PTR_SIZE replaced with sizeof(void *).Maxim Dounin2015-12-032-2/+2
* Style.Maxim Dounin2015-12-021-1/+1
* Stop emulating a space character after r->method_name.Ruslan Ermilov2015-11-302-4/+1
* Proxy: improved code readability.Ruslan Ermilov2015-11-061-12/+5
* Reduced the number of GET method constants.Ruslan Ermilov2015-11-301-4/+1
* Increased the default "connection_pool_size" on 64-bit platforms.Valentin Bartenev2015-11-301-1/+1
* Configure: improved workaround for system perl on OS X.Ruslan Ermilov2015-11-301-1/+1
* Configure: removed comment obsolete in 3b763d36e055.Ruslan Ermilov2015-11-301-3/+0
* Style: unified request method checks.Ruslan Ermilov2015-11-065-5/+5
* Core: enabled "include" inside http upstreams (ticket #635).Ruslan Ermilov2015-11-231-1/+1
* Configure: fixed using OpenSSL include paths.Maxim Dounin2015-11-231-0/+1
* Upstream: fixed "no port" detection in evaluated upstreams.Ruslan Ermilov2015-11-215-10/+22
* Missing "variable" word added.Maxim Dounin2015-11-171-1/+1
* Used the pwritev() syscall for writing files where possible.Valentin Bartenev2015-11-172-3/+51
* Moved file writev() handling code to a separate function.Valentin Bartenev2015-11-171-32/+51
* Handled EINTR from write() and pwrite() syscalls.Valentin Bartenev2015-11-171-3/+20
* Adjusted file->sys_offset after the write() syscall.Valentin Bartenev2015-11-171-0/+1
* Version bump.Valentin Bartenev2015-11-171-2/+2
* release-1.9.7 tagMaxim Dounin2015-11-171-0/+1
* nginx-1.9.7-RELEASErelease-1.9.7Maxim Dounin2015-11-171-0/+76
* Realip: the $realip_remote_addr variable.Ruslan Ermilov2015-11-161-1/+71
* HTTP/2: reused HEADERS and CONTINUATION frames buffers.Valentin Bartenev2015-11-132-10/+21
* HTTP/2: fixed handling of output HEADERS frames.Valentin Bartenev2015-11-131-6/+19
* HTTP/2: fixed invalid headers handling (ticket #831).Valentin Bartenev2015-11-131-0/+2
* Upstream: proxy_cache_convert_head directive.Roman Arutyunyan2015-11-113-1/+13
* SSL: only select HTTP/2 using NPN if "http2" is enabled.Valentin Bartenev2015-11-051-10/+16
* HTTP/2: backed out 16905ecbb49e (ticket #822).Valentin Bartenev2015-11-051-3/+5
* Fixed ngx_parse_time() out of bounds access (ticket #821).Maxim Dounin2015-10-301-1/+1
* Syslog: added "nohostname" option.Vladimir Homutov2015-10-262-1/+10
* HTTP/2: changed behavior of the "http2_max_field_size" directive.Valentin Bartenev2015-10-272-21/+13
* HTTP/2: fixed spelling.Valentin Bartenev2015-10-271-2/+2
* Version bump.Valentin Bartenev2015-10-271-2/+2
* release-1.9.6 tagMaxim Dounin2015-10-271-0/+1
* nginx-1.9.6-RELEASErelease-1.9.6Maxim Dounin2015-10-271-0/+84
* HTTP/2: simplified checking the END_STREAM flag.Valentin Bartenev2015-10-261-5/+3
* HTTP/2: improved the ngx_http_v2_integer_octets(v) macro.Valentin Bartenev2015-10-261-1/+6
* HTTP/2: fixed the NGX_HTTP_V2_MAX_FIELD macro.Valentin Bartenev2015-10-261-1/+2
* HTTP/2: fixed splitting of response headers on CONTINUATION frames.Valentin Bartenev2015-09-281-173/+158
* HTTP/2: introduced NGX_HTTP_V2_ENCODE_* macros.Valentin Bartenev2015-10-261-11/+14
* HTTP/2: simplified producing of the Last-Modified header.Valentin Bartenev2015-10-261-3/+2
* HTTP/2: fixed header block size calculation.Valentin Bartenev2015-10-261-1/+1