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