summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-06-05nginx-1.15.0-RELEASErelease-1.15.0Maxim Dounin1-0/+131
2018-06-04Stream: udp streams.Roman Arutyunyan7-50/+354
2018-06-01Events: moved ngx_recvmsg() to new file src/event/ngx_event_udp.c.Roman Arutyunyan4-354/+384
2018-06-01Events: get remote addresses before creating udp connection.Roman Arutyunyan1-71/+82
2018-06-01Events: fixed handling zero-length client address.Roman Arutyunyan1-0/+12
2018-06-04Leave chain in ngx_chain_add_copy() in consistent state on errors.Sergey Kandaurov1-0/+1
2018-05-30Limit req: improved handling of negative times.Maxim Dounin1-4/+25
2018-05-29Core: fixed comment about ngx_current_msec after 81fae70d6cb8.Ruslan Ermilov1-2/+2
2018-05-29Win32: fixed comment in ngx_gettimeofday() calculations.Ruslan Ermilov1-1/+1
2018-05-23Removed glibc crypt_r() bug workaround (ticket #1469).Maxim Dounin1-4/+0
2018-05-14Syslog: install cleanup handler only once.Vladimir Homutov2-17/+16
2018-05-23Resolver: close UDP socket on error or incomplete send.Ruslan Ermilov1-2/+9
2018-05-23Resolver: style.Ruslan Ermilov1-2/+2
2018-05-21Core: silenced getsockopt(TCP_FASTOPEN) messages on FreeBSD.Maxim Dounin1-1/+3
2018-04-24Configure: fixed clang version detection (closes #1539).Ruslan Ermilov1-1/+2
2018-05-08Syslog: re-open syslog udp socket on send error (ticket #1477).Vladimir Homutov1-5/+1
2018-05-07Silenced -Wcast-function-type warnings (closes #1546).Sergey Kandaurov7-19/+31
2018-04-25SSL: deprecated the "ssl" directive.Ruslan Ermilov2-2/+12
2018-04-24SSL: detect "listen ... ssl" without certificates (ticket #178).Maxim Dounin11-93/+123
2018-04-24Mail: fixed error message about missing ssl_certificate_key.Maxim Dounin1-2/+2
2018-04-18Cache: fixed cache valid slot to reject incorrect statuses.Maxim Dounin1-1/+2
2018-04-18Version bump.Maxim Dounin1-2/+2
2018-04-10release-1.13.12 tagMaxim Dounin1-0/+1
2018-04-10nginx-1.13.12-RELEASErelease-1.13.12Maxim Dounin1-0/+16
2018-04-05Upstream: fixed u->conf->preserve_output (ticket #1519).Maxim Dounin1-6/+12
2018-04-05Version bump.Maxim Dounin1-2/+2
2018-04-03release-1.13.11 tagMaxim Dounin1-0/+1
2018-04-03nginx-1.13.11-RELEASErelease-1.13.11Maxim Dounin1-0/+36
2018-04-03Updated OpenSSL and PCRE used for win32 builds.Maxim Dounin1-2/+2
2018-04-03Upstream: fixed ngx_http_upstream_test_next() conditions.Maxim Dounin1-2/+18
2018-04-02Core: fixed build, broken by 63e91f263a49.Vladimir Homutov1-16/+16
2018-04-02Core: revised the PROXY protocol v2 code.Ruslan Ermilov1-85/+69
2018-03-27Core: style.Vladimir Homutov1-15/+14
2018-03-22Core: added processing of version 2 of the PROXY protocol.Vladimir Homutov1-0/+192
2018-03-22Stream: set action before each recv/send while proxying.Roman Arutyunyan1-2/+11
2018-03-22gRPC: fixed possible sign extension of error and setting_value.Maxim Dounin1-3/+3
2018-03-22Improved code readability (closes #1512).Ruslan Ermilov1-2/+2
2018-03-22Configure: restored "no-threads" in OpenSSL builds.Maxim Dounin1-1/+1
2018-03-22Configure: fixed static compilation with OpenSSL 1.1.1.Maxim Dounin3-7/+16
2018-03-22Version bump.Maxim Dounin1-2/+2
2018-03-20release-1.13.10 tagMaxim Dounin1-0/+1
2018-03-20nginx-1.13.10-RELEASErelease-1.13.10Maxim Dounin1-0/+84
2018-03-20gRPC: fixed missing state save in frame header parsing.Sergey Kandaurov1-0/+1
2018-03-19HTTP/2: improved frame info debugging.Ruslan Ermilov2-5/+8
2018-03-19gRPC: fixed parsing response headers split on CONTINUATION frames.Sergey Kandaurov1-2/+2
2018-03-19Fixed checking ngx_tcp_push() and ngx_tcp_nopush() return values.Ruslan Ermilov3-3/+3
2018-03-19Upstream: fixed comments after 13f8dec720b5.Ruslan Ermilov3-6/+2
2018-03-19Configure: added gRPC module help message.Sergey Kandaurov1-0/+1
2018-03-18Contrib: vim syntax, update core and 3rd party module directives.Gena Makhomed1-14/+44
2018-03-17gRPC: special handling of "trailer only" responses.Maxim Dounin2-10/+16