summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.13.8-RELEASErelease-1.13.8Maxim Dounin2017-12-261-0/+106
* Updated OpenSSL used for win32 builds.Maxim Dounin2017-12-261-1/+1
* Contrib: vim syntax, listen options.Gena Makhomed2017-12-251-3/+7
* Contrib: vim syntax, update core module directives.Gena Makhomed2017-12-251-17/+24
* Contrib: updated vim syntax rules for variables.Maxim Dounin2017-12-251-3/+3
* Allowed configuration token to start with a variable.Roman Arutyunyan2017-12-211-0/+5
* Fixed capabilities version.Roman Arutyunyan2017-12-192-2/+2
* Improved the capabilities feature detection.Roman Arutyunyan2017-12-183-4/+5
* Retain CAP_NET_RAW capability for transparent proxying.Roman Arutyunyan2017-12-136-0/+82
* Use sysconf to determine cacheline size at runtime.Debayan Ghosh2017-12-112-0/+20
* Configure: set default cacheline size to 64 for aarch64 platforms.Debayan Ghosh2017-12-111-0/+5
* Configure: fixed SO_BINDANY comment.Maxim Dounin2017-12-071-1/+1
* Configure: moved IP_BIND_ADDRESS_NO_PORT test.Maxim Dounin2017-12-071-11/+11
* Proxy: escape explicit space in URI in default cache key.Roman Arutyunyan2017-11-201-1/+1
* Inherit valid_unparsed_uri in cloned subrequests (ticket #1430).Roman Arutyunyan2017-11-201-0/+1
* Proxy: simplified conditions of using unparsed uri.Roman Arutyunyan2017-11-201-4/+2
* Upstream: flush low-level buffers on write retry.Patryk Lesiewicz2017-12-011-1/+1
* Upstream keepalive: clean read delayed flag in stored connections.Roman Arutyunyan2017-11-281-0/+1
* Autoindex: discard request body (ticket #1439).Maxim Dounin2017-12-041-0/+6
* Removed unused FreeBSD-specific definitions in ngx_posix_config.h.Sergey Kandaurov2017-11-281-20/+0
* Fixed "changing binary" when reaper is not init.Ruslan Ermilov2017-11-287-3/+12
* Configure: fixed clang detection on MINIX.Maxim Dounin2017-11-232-2/+6
* Version bump.Maxim Dounin2017-11-231-2/+2
* release-1.13.7 tagMaxim Dounin2017-11-211-0/+1
* nginx-1.13.7-RELEASErelease-1.13.7Maxim Dounin2017-11-211-0/+83
* Updated OpenSSL used for win32 builds.Maxim Dounin2017-11-211-1/+1
* Fixed worker_shutdown_timeout in various cases.Maxim Dounin2017-11-203-2/+18
* Gzip: support for a zlib variant from Intel.Maxim Dounin2017-11-181-5/+33
* Xslt: fixed parameters parsing (ticket #1416).Ruslan Ermilov2017-11-161-2/+13
* SSI: fixed type.hucongcong2017-10-271-8/+7
* FastCGI: adjust buffer position when parsing incomplete records.Maxim Dounin2017-11-091-0/+1
* Core: free shared memory zones only after reconfiguration.Maxim Dounin2017-10-171-7/+17
* Postpone filter: handled ngx_http_postpone_filter_add() failures.Sergey Kandaurov2017-10-161-2/+7
* Fixed type of ngx_conf_t.handler_conf.Ruslan Ermilov2017-10-131-1/+1
* SSL: include <openssl/hmac.h>.Alessandro Ghedini2017-10-111-0/+1
* Upstream: disabled upgrading in subrequests.Roman Arutyunyan2017-10-111-0/+7
* Upstream: fixed $upstream_status when upstream returns 503/504.Ruslan Ermilov2017-10-111-0/+5
* Version bump.Ruslan Ermilov2017-10-111-2/+2
* release-1.13.6 tagMaxim Dounin2017-10-101-0/+1
* nginx-1.13.6-RELEASErelease-1.13.6Maxim Dounin2017-10-101-0/+120
* Upstream: fixed error handling of stale and revalidated cache send.Sergey Kandaurov2017-10-101-6/+36
* Upstream: even better handling of invalid headers in cache files.Maxim Dounin2017-10-091-0/+1
* Upstream hash: reordered peer checks.Maxim Dounin2017-10-052-14/+14
* Upstream hash: limited number of tries in consistent case.Maxim Dounin2017-10-052-6/+14
* Fixed build without IPv6, broken by 874171c3c71a.Maxim Dounin2017-10-051-1/+3
* Fixed handling of unix sockets in $binary_remote_addr.Maxim Dounin2017-10-042-0/+24
* Fixed handling of non-null-terminated unix sockets.Maxim Dounin2017-10-043-1/+21
* Fixed buffer overread with unix sockets after accept().Maxim Dounin2017-10-042-0/+12
* HTTP/2: enforce writing the sync request body buffer to file.Valentin Bartenev2017-10-041-5/+2
* Cache: fixed caching of intercepted errors (ticket #1382).Maxim Dounin2017-10-031-5/+15