summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-02-11Upstream: fixed logging of required buffer size (ticket #1722).Chanhun Jeong1-1/+1
2019-02-07SSL: fixed EVP_DigestFinal_ex() error message.Sergey Kandaurov1-1/+1
2019-01-31SSL: separate checks for errors in ngx_ssl_read_password_file().Maxim Dounin1-2/+5
2019-01-31SSL: explicitly zero out session ticket keys.Ruslan Ermilov1-0/+24
2019-01-31Modules compatibility: down flag in ngx_peer_connection_t.Roman Arutyunyan1-0/+1
2018-12-25Use %s for errors returned from configuration parsing handlers.Ruslan Ermilov1-1/+1
2019-01-30Configure: added explicit ngx_binext to the linker output argument.Sergey Kandaurov1-1/+1
2019-01-28Removed --test-build-eventport workaround for old FreeBSD versions.Sergey Kandaurov1-2/+0
2019-01-28Fixed portability issues with union sigval.Sergey Kandaurov2-1/+7
2019-01-28Year 2019.Maxim Konovalov1-2/+2
2019-01-24Win32: detection of connect() errors in select().Maxim Dounin1-4/+13
2019-01-24Win32: enabled both select and poll on Windows by default.Maxim Dounin1-7/+1
2019-01-24Win32: added WSAPoll() support.Maxim Dounin5-0/+512
2019-01-24Win32: properly enabled select on Windows.Maxim Dounin2-1/+1
2019-01-24Events: fixed copying of old events in poll init.Maxim Dounin1-1/+1
2018-12-27Stream: do not split datagrams when limiting proxy rate.Roman Arutyunyan1-1/+1
2019-01-14Prevented scheduling events on a shared connection.Roman Arutyunyan2-2/+8
2019-01-17Added the ngx_http_test_required_predicates() function.Vladimir Homutov2-0/+30
2019-01-17Version bump.Vladimir Homutov1-2/+2
2018-12-25release-1.15.8 tagMaxim Dounin1-0/+1
2018-12-25nginx-1.15.8-RELEASErelease-1.15.8Maxim Dounin1-0/+76
2018-12-25Autoindex: fixed possible integer overflow on 32-bit systems.Vladimir Homutov1-24/+42
2018-12-24Contrib: vim syntax, update core and 3rd party module directives.Gena Makhomed1-7/+72
2018-12-24Win32: removed NGX_DIR_MASK concept.Maxim Dounin6-14/+21
2018-12-24Userid: using stub for AF_UNIX addresses.Sergey Kandaurov1-0/+7
2018-12-18SSL: avoid reading on pending SSL_write_early_data().Sergey Kandaurov2-0/+21
2018-12-14Geo: fixed handling of AF_UNIX client addresses (ticket #1684).Maxim Dounin2-0/+26
2018-12-13Upstream: implemented $upstream_bytes_sent.Ruslan Ermilov2-0/+16
2018-12-11Resolver: report SRV resolve failure if all A resolves failed.Roman Arutyunyan1-1/+9
2018-12-11Copy regex unnamed captures to cloned subrequests.Roman Arutyunyan3-1/+15
2018-12-11Version bump.Roman Arutyunyan1-2/+2
2018-11-27release-1.15.7 tagMaxim Dounin1-0/+1
2018-11-27nginx-1.15.7-RELEASErelease-1.15.7Maxim Dounin1-0/+56
2018-11-27Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2018-11-26Negative size buffers detection.Maxim Dounin3-12/+132
2018-11-21Mp4: fixed possible pointer overflow on 32-bit platforms.Maxim Dounin1-1/+8
2018-11-21Limit req: "delay=" parameter.Maxim Dounin1-10/+22
2018-11-21Limit req: fixed error message wording.Maxim Dounin1-1/+1
2018-11-21Upstream: revised upstream response time variables.Vladimir Homutov5-29/+36
2018-11-21Upstream: removed unused ngx_http_upstream_t.timeout field.Vladimir Homutov1-2/+0
2018-11-15Core: ngx_explicit_memzero().Maxim Dounin3-2/+12
2018-11-15Core: free shared memory on cycle initialization failure.Ruslan Ermilov1-0/+64
2018-11-12Stream: proxy_requests directive.Vladimir Homutov3-4/+39
2018-11-12Stream: session completion check code moved to a separate function.Vladimir Homutov1-38/+76
2018-11-07Stream: fixed possible use of a freed connection.Vladimir Homutov1-1/+6
2018-11-13Version bump.Vladimir Homutov1-2/+2
2018-11-06release-1.15.6 tagMaxim Dounin1-0/+1
2018-11-06nginx-1.15.6-RELEASErelease-1.15.6Maxim Dounin1-0/+64
2018-11-06gRPC: limited allocations due to ping and settings frames.Maxim Dounin1-0/+15
2018-11-06HTTP/2: limit the number of idle state switches.Ruslan Ermilov2-3/+11