summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.15.0-RELEASErelease-1.15.0Maxim Dounin2018-06-051-0/+131
* Stream: udp streams.Roman Arutyunyan2018-06-047-50/+354
* Events: moved ngx_recvmsg() to new file src/event/ngx_event_udp.c.Roman Arutyunyan2018-06-014-354/+384
* Events: get remote addresses before creating udp connection.Roman Arutyunyan2018-06-011-71/+82
* Events: fixed handling zero-length client address.Roman Arutyunyan2018-06-011-0/+12
* Leave chain in ngx_chain_add_copy() in consistent state on errors.Sergey Kandaurov2018-06-041-0/+1
* Limit req: improved handling of negative times.Maxim Dounin2018-05-301-4/+25
* Core: fixed comment about ngx_current_msec after 81fae70d6cb8.Ruslan Ermilov2018-05-291-2/+2
* Win32: fixed comment in ngx_gettimeofday() calculations.Ruslan Ermilov2018-05-291-1/+1
* Removed glibc crypt_r() bug workaround (ticket #1469).Maxim Dounin2018-05-231-4/+0
* Syslog: install cleanup handler only once.Vladimir Homutov2018-05-142-17/+16
* Resolver: close UDP socket on error or incomplete send.Ruslan Ermilov2018-05-231-2/+9
* Resolver: style.Ruslan Ermilov2018-05-231-2/+2
* Core: silenced getsockopt(TCP_FASTOPEN) messages on FreeBSD.Maxim Dounin2018-05-211-1/+3
* Configure: fixed clang version detection (closes #1539).Ruslan Ermilov2018-04-241-1/+2
* Syslog: re-open syslog udp socket on send error (ticket #1477).Vladimir Homutov2018-05-081-5/+1
* Silenced -Wcast-function-type warnings (closes #1546).Sergey Kandaurov2018-05-077-19/+31
* SSL: deprecated the "ssl" directive.Ruslan Ermilov2018-04-252-2/+12
* SSL: detect "listen ... ssl" without certificates (ticket #178).Maxim Dounin2018-04-2411-93/+123
* Mail: fixed error message about missing ssl_certificate_key.Maxim Dounin2018-04-241-2/+2
* Cache: fixed cache valid slot to reject incorrect statuses.Maxim Dounin2018-04-181-1/+2
* Version bump.Maxim Dounin2018-04-181-2/+2
* release-1.13.12 tagMaxim Dounin2018-04-101-0/+1
* nginx-1.13.12-RELEASErelease-1.13.12Maxim Dounin2018-04-101-0/+16
* Upstream: fixed u->conf->preserve_output (ticket #1519).Maxim Dounin2018-04-051-6/+12
* Version bump.Maxim Dounin2018-04-051-2/+2
* release-1.13.11 tagMaxim Dounin2018-04-031-0/+1
* nginx-1.13.11-RELEASErelease-1.13.11Maxim Dounin2018-04-031-0/+36
* Updated OpenSSL and PCRE used for win32 builds.Maxim Dounin2018-04-031-2/+2
* Upstream: fixed ngx_http_upstream_test_next() conditions.Maxim Dounin2018-04-031-2/+18
* Core: fixed build, broken by 63e91f263a49.Vladimir Homutov2018-04-021-16/+16
* Core: revised the PROXY protocol v2 code.Ruslan Ermilov2018-04-021-85/+69
* Core: style.Vladimir Homutov2018-03-271-15/+14
* Core: added processing of version 2 of the PROXY protocol.Vladimir Homutov2018-03-221-0/+192
* Stream: set action before each recv/send while proxying.Roman Arutyunyan2018-03-221-2/+11
* gRPC: fixed possible sign extension of error and setting_value.Maxim Dounin2018-03-221-3/+3
* Improved code readability (closes #1512).Ruslan Ermilov2018-03-221-2/+2
* Configure: restored "no-threads" in OpenSSL builds.Maxim Dounin2018-03-221-1/+1
* Configure: fixed static compilation with OpenSSL 1.1.1.Maxim Dounin2018-03-223-7/+16
* Version bump.Maxim Dounin2018-03-221-2/+2
* release-1.13.10 tagMaxim Dounin2018-03-201-0/+1
* nginx-1.13.10-RELEASErelease-1.13.10Maxim Dounin2018-03-201-0/+84
* gRPC: fixed missing state save in frame header parsing.Sergey Kandaurov2018-03-201-0/+1
* HTTP/2: improved frame info debugging.Ruslan Ermilov2018-03-192-5/+8
* gRPC: fixed parsing response headers split on CONTINUATION frames.Sergey Kandaurov2018-03-191-2/+2
* Fixed checking ngx_tcp_push() and ngx_tcp_nopush() return values.Ruslan Ermilov2018-03-193-3/+3
* Upstream: fixed comments after 13f8dec720b5.Ruslan Ermilov2018-03-193-6/+2
* Configure: added gRPC module help message.Sergey Kandaurov2018-03-191-0/+1
* Contrib: vim syntax, update core and 3rd party module directives.Gena Makhomed2018-03-181-14/+44
* gRPC: special handling of "trailer only" responses.Maxim Dounin2018-03-172-10/+16