History of src @release-1.9.9
- Fixed fastcgi_pass with UNIX socket and variables (ticket #855). Ruslan Ermilov 5 years ago
- Version bump. Ruslan Ermilov 5 years ago
- Slice filter: terminate first slice with last_in_chain flag. Roman Arutyunyan 5 years ago
- Slice filter: never run subrequests when main request is buffered. Roman Arutyunyan 5 years ago
- SSL: fixed possible segfault on renegotiation (ticket #845). Sergey Kandaurov 5 years ago
- Slice filter. Roman Arutyunyan 5 years ago
- Upstream: fill r->headers_out.content_range from upstream response. Roman Arutyunyan 5 years ago
- Core: fix typo in error message. Piotr Sikora 5 years ago
- Style: NGX_PTR_SIZE replaced with sizeof(void *). Maxim Dounin 5 years ago
- Style. Maxim Dounin 5 years ago
- Stop emulating a space character after r->method_name. Ruslan Ermilov 5 years ago
- Proxy: improved code readability. Ruslan Ermilov 5 years ago
- Reduced the number of GET method constants. Ruslan Ermilov 5 years ago
- Increased the default "connection_pool_size" on 64-bit platforms. Valentin Bartenev 5 years ago
- Style: unified request method checks. Ruslan Ermilov 5 years ago
- Core: enabled "include" inside http upstreams (ticket #635). Ruslan Ermilov 5 years ago
- Upstream: fixed "no port" detection in evaluated upstreams. Ruslan Ermilov 5 years ago
- Used the pwritev() syscall for writing files where possible. Valentin Bartenev 5 years ago
- Moved file writev() handling code to a separate function. Valentin Bartenev 5 years ago
- Handled EINTR from write() and pwrite() syscalls. Valentin Bartenev 5 years ago
- Adjusted file->sys_offset after the write() syscall. Valentin Bartenev 5 years ago
- Version bump. Valentin Bartenev 5 years ago
- Realip: the $realip_remote_addr variable. Ruslan Ermilov 5 years ago
- HTTP/2: reused HEADERS and CONTINUATION frames buffers. Valentin Bartenev 5 years ago
- HTTP/2: fixed handling of output HEADERS frames. Valentin Bartenev 5 years ago
- HTTP/2: fixed invalid headers handling (ticket #831). Valentin Bartenev 5 years ago
- Upstream: proxy_cache_convert_head directive. Roman Arutyunyan 5 years ago
- SSL: only select HTTP/2 using NPN if "http2" is enabled. Valentin Bartenev 5 years ago
- HTTP/2: backed out 16905ecbb49e (ticket #822). Valentin Bartenev 5 years ago
- Fixed ngx_parse_time() out of bounds access (ticket #821). Maxim Dounin 5 years ago