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-07-03
nginx-1.15.1-RELEASE
release-1.15.1
Maxim Dounin
1
-0
/
+67
2018-07-02
Upstream: fixed tcp_nopush with gRPC.
Maxim Dounin
1
-0
/
+12
2018-07-02
Upstream: fixed unexpected tcp_nopush usage on peer connections.
Maxim Dounin
1
-0
/
+4
2018-07-02
gRPC: clearing buffers in ngx_http_grpc_get_buf().
Maxim Dounin
1
-11
/
+16
2018-07-02
Added FreeBSD support for "listen ... reuseport".
Ruslan Ermilov
1
-0
/
+54
2018-06-15
MIME: added font/woff2 type (ticket #1243).
Valentin Bartenev
1
-0
/
+1
2018-06-15
MIME: changed type for woff to font/woff (ticket #1243).
Valentin Bartenev
1
-1
/
+2
2018-06-15
Upstream: ngx_http_upstream_random module.
Vladimir Homutov
4
-0
/
+1035
2018-06-14
Upstream: improved peer selection concurrency for hash and ip_hash.
Ruslan Ermilov
3
-3
/
+21
2018-06-13
Resolver: require name servers.
Ruslan Ermilov
1
-0
/
+5
2018-06-13
Resolver: allocate resolver from configuration pool.
Ruslan Ermilov
1
-43
/
+32
2018-06-13
Upstream: disable body cleanup with preserve_output (ticket #1565).
Maxim Dounin
1
-1
/
+2
2018-06-07
HTTP/2: use scheme from original request for pushes (closes #1549).
Ruslan Ermilov
2
-20
/
+19
2018-06-07
Added r->schema.
Ruslan Ermilov
4
-9
/
+13
2018-06-07
Removed extraneous check while processing request line.
Ruslan Ermilov
1
-1
/
+1
2018-06-07
HTTP/2: validate client request scheme.
Ruslan Ermilov
1
-0
/
+23
2018-05-24
Allowed digits, '+', '-', and '.' in scheme names as per RFC 3986.
Ruslan Ermilov
1
-0
/
+5
2018-06-06
SSL: removed extra prototype.
Sergey Kandaurov
1
-1
/
+0
2018-06-05
Added missing space after ngx_close_socket_n.
Maxim Dounin
2
-3
/
+3
2018-06-05
Version bump.
Maxim Dounin
1
-2
/
+2
2018-06-05
release-1.15.0 tag
Maxim Dounin
1
-0
/
+1
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
[next]