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
path:
root
/
src
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-17
Fixed a comment.
Ruslan Ermilov
1
-1
/
+1
2017-03-16
Added missing "static" specifier found by gcc -Wtraditional.
Ruslan Ermilov
1
-1
/
+1
2017-03-07
Style.
Maxim Dounin
1
-2
/
+0
2017-03-07
Introduced worker_shutdown_timeout.
Maxim Dounin
5
-0
/
+66
2017-03-07
Cancelable timers are now preserved if there are other timers.
Maxim Dounin
4
-36
/
+17
2017-03-07
Core: introduced ngx_rbtree_next().
Maxim Dounin
2
-0
/
+31
2017-03-07
Access log: removed dead ev->timedout check in flush timer handler.
Maxim Dounin
2
-28
/
+2
2017-03-07
Converted hc->busy/hc->free to use chain links.
Maxim Dounin
2
-39
/
+53
2017-03-07
Removed casts not needed after 1f513d7f1b45.
Ruslan Ermilov
1
-2
/
+2
2017-03-06
Mail: don't emit separator in capability lists for APOP.
Sergey Kandaurov
1
-0
/
+16
2017-03-06
Added missing "static" specifiers found by gcc -Wtraditional.
Ruslan Ermilov
3
-3
/
+3
2017-03-02
Added missing static specifiers.
Eran Kornblau
15
-35
/
+35
2017-02-27
Fixed background update with "if".
Maxim Dounin
1
-0
/
+1
2017-02-17
Fixed ngx_parse_size() / ngx_parse_offset() with 0-length strings.
Maxim Dounin
1
-0
/
+10
2017-02-16
Version bump.
Maxim Dounin
1
-2
/
+2
2017-02-13
Gzip: free chain links on the hot path (ticket #1046).
Maxim Dounin
1
-6
/
+16
2017-02-10
Upstream: read handler cleared on upstream finalization.
Maxim Dounin
1
-0
/
+2
2017-02-10
Cache: increased cache header Vary and ETag lengths to 128.
Maxim Dounin
1
-3
/
+3
2017-02-10
Slice filter: fetch slices in cloned subrequests.
Roman Arutyunyan
1
-1
/
+4
2017-02-10
Upstream: proxy_cache_background_update and friends.
Roman Arutyunyan
10
-4
/
+107
2016-12-22
Cache: support for stale-while-revalidate and stale-if-error.
Roman Arutyunyan
3
-21
/
+93
2017-02-08
Request body: commented out debug printing of old buffers.
Maxim Dounin
1
-0
/
+2
2017-02-08
Request body: c->error on "100 Continue" errors (ticket #1194).
Maxim Dounin
1
-0
/
+2
2017-02-06
SSL: clear error queue after OPENSSL_init_ssl().
Sergey Kandaurov
1
-1
/
+11
2017-02-02
SSL: fixed ssl_buffer_size on SNI virtual hosts (ticket #1192).
Maxim Dounin
1
-0
/
+2
2017-01-31
Variables: generic prefix variables.
Dmitry Volyntsev
9
-162
/
+266
2017-01-31
Implemented the "server_tokens build" option.
Ruslan Ermilov
5
-19
/
+92
2017-01-26
Upstream: removed unused bl_time and bl_state fields.
Maxim Dounin
1
-3
/
+0
2017-01-24
Upstream: removed unused ngx_http_upstream_conf_t.timeout field.
Thibault Charbonnier
1
-1
/
+0
2017-01-25
Upstream: removed compatibility shims from ngx_http_upstream_t.
Vladimir Homutov
1
-3
/
+0
2017-01-26
Version bump.
Vladimir Homutov
1
-2
/
+2
2017-01-20
Upstream: fixed cache corruption and socket leaks with aio_write.
Maxim Dounin
2
-0
/
+28
2017-01-20
Removed pthread mutex / conditional variables debug messages.
Maxim Dounin
2
-20
/
+0
2017-01-20
Fixed trailer construction with limit on FreeBSD and macOS.
Maxim Dounin
3
-7
/
+18
2017-01-20
Improved connection draining with small number of connections.
Maxim Dounin
2
-2
/
+7
2017-01-20
Added cycle parameter to ngx_drain_connections().
Maxim Dounin
1
-5
/
+5
2017-01-19
Stream: client SSL certificates were not checked in some cases.
Vladimir Homutov
1
-1
/
+6
2017-01-19
Stream: fixed handling of non-ssl sessions.
Vladimir Homutov
1
-1
/
+5
2017-01-12
Mail: make it possible to disable SASL EXTERNAL.
Sergey Kandaurov
3
-4
/
+16
2017-01-11
Stream: avoid infinite loop in case of socket read error.
Vladimir Homutov
1
-2
/
+3
2017-01-10
Version bump.
Ruslan Ermilov
1
-2
/
+2
2016-12-26
Stream: speed up TCP peer recovery.
Roman Arutyunyan
3
-0
/
+37
2016-12-24
Win32: compatiblity with OpenSSL 1.1.0.
Maxim Dounin
1
-0
/
+3
2016-12-24
Win32: support 64-bit compilation with MSVC.
Maxim Dounin
4
-16
/
+26
2016-12-24
Win32: fixed some warnings reported by Borland C.
Maxim Dounin
5
-11
/
+14
2016-12-24
Win32: minimized redefinition of ssize_t.
Maxim Dounin
1
-1
/
+1
2016-12-24
Win32: minimized redefinition of intptr_t/uintptr_t.
Maxim Dounin
1
-1
/
+1
2016-12-24
Win32: stdint.h used for MinGW GCC.
Maxim Dounin
1
-1
/
+1
2016-12-24
Win32: fixed building with newer versions of MinGW GCC.
Maxim Dounin
1
-0
/
+1
2016-12-23
SSL: support AES256 encryption of tickets.
Maxim Dounin
2
-16
/
+47
[next]