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
/
http
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-16
Upstream: get rid of questionable micro-optimization in ip_hash.
Ruslan Ermilov
1
-7
/
+2
2015-04-14
Upstream: the "zone" directive.
Ruslan Ermilov
4
-6
/
+380
2015-04-14
Upstreams: locking.
Ruslan Ermilov
5
-29
/
+50
2015-04-10
Upstream: store peers as a linked list.
Ruslan Ermilov
5
-86
/
+139
2015-04-10
Upstream: track the number of active connections to upstreams.
Ruslan Ermilov
5
-122
/
+35
2015-04-07
Upstream: abbreviated SSL handshake may interact badly with Nagle.
Ruslan Ermilov
1
-1
/
+25
2015-04-06
Request body: always flush buffers if request buffering is off.
Valentin Bartenev
1
-0
/
+2
2015-04-01
Cache: added support for reading of the header in thread pools.
Valentin Bartenev
2
-19
/
+109
2015-03-31
Fixed invalid access to complex value defined as an empty string.
Sergey Kandaurov
2
-5
/
+5
2015-03-23
SPDY: always push pending data.
Valentin Bartenev
1
-51
/
+40
2015-03-23
SPDY: fixed error handling in ngx_http_spdy_send_output_queue().
Valentin Bartenev
1
-8
/
+12
2015-03-26
Proxy: fixed proxy_request_buffering and chunked with preread body.
Maxim Dounin
1
-3
/
+4
2015-03-23
Upstream: uwsgi_request_buffering, scgi_request_buffering.
Maxim Dounin
2
-2
/
+44
2015-03-23
FastCGI: fastcgi_request_buffering.
Maxim Dounin
1
-18
/
+342
2015-03-23
Proxy: proxy_request_buffering chunked support.
Maxim Dounin
1
-6
/
+216
2015-03-23
Request body: unbuffered reading.
Maxim Dounin
8
-25
/
+306
2015-03-23
Request body: filters support.
Maxim Dounin
5
-8
/
+22
2015-03-23
Request body: moved request body writing to save filter.
Maxim Dounin
1
-14
/
+8
2015-03-23
Request body: free chain links in ngx_http_write_request_body().
Maxim Dounin
1
-2
/
+7
2015-03-23
Format specifier fixed for file size of buffers.
Maxim Dounin
2
-5
/
+5
2015-03-23
Proxy: fixed proxy_set_body with proxy_cache.
Maxim Dounin
1
-0
/
+1
2015-03-23
Removed stub implementation of win32 mutexes.
Ruslan Ermilov
1
-2
/
+0
2015-03-23
SSL: avoid SSL_CTX_set_tmp_rsa_callback() call with LibreSSL.
Maxim Dounin
1
-0
/
+2
2015-03-20
Removed busy locks.
Ruslan Ermilov
3
-362
/
+0
2015-03-20
Removed ngx_connection_t.lock.
Ruslan Ermilov
1
-3
/
+0
2015-03-15
SPDY: fixed format specifier in logging.
Xiaochen Wang
1
-1
/
+1
2015-03-14
Added support for offloading read() in thread pools.
Valentin Bartenev
4
-3
/
+159
2015-03-04
Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.
Ruslan Ermilov
1
-1
/
+1
2015-03-17
Overflow detection in ngx_http_parse_chunked().
Ruslan Ermilov
1
-4
/
+8
2015-03-17
Overflow detection in ngx_http_range_parse().
Ruslan Ermilov
1
-1
/
+12
2015-03-13
The "aio" directive parser made smarter.
Ruslan Ermilov
2
-27
/
+52
2015-03-12
Deprecated "aio sendfile".
Ruslan Ermilov
3
-9
/
+4
2015-03-04
Proxy: use an appropriate error on memory allocation failure.
Ruslan Ermilov
1
-1
/
+1
2015-03-04
Style: moved ngx_http_ephemeral() macro to ngx_http_request.h.
Ruslan Ermilov
2
-3
/
+3
2015-03-03
Upstream keepalive: drop ready flag on EAGAIN from recv(MSG_PEEK).
Valentin Bartenev
1
-1
/
+1
2015-03-03
Style.
Maxim Dounin
1
-2
/
+2
2015-03-02
Upstream: upstream argument in ngx_http_upstream_process_request().
Maxim Dounin
1
-6
/
+6
2015-03-02
Upstream: avoid duplicate finalization.
Maxim Dounin
1
-3
/
+7
2015-03-02
SSL: reset ready flag if recv(MSG_PEEK) found no bytes in socket.
Roman Arutyunyan
1
-0
/
+1
2015-03-02
Cache: do not inherit last_modified and etag from stale response.
Roman Arutyunyan
2
-2
/
+7
2015-03-02
Upstream hash: speedup consistent hash init.
Roman Arutyunyan
1
-21
/
+31
2015-02-17
Cache: reduced diffs to the plus version of nginx.
Ruslan Ermilov
1
-6
/
+4
2015-02-11
Refactored sendfile() AIO preload.
Valentin Bartenev
2
-66
/
+36
2015-01-22
Upstream: detect port absence in fastcgi_pass with IP literal.
Ruslan Ermilov
1
-1
/
+1
2015-01-21
Fixed try_files directory test to match only a directory.
Damien Tournoud
1
-1
/
+1
2015-02-02
Cache: added temp_path to file cache.
Roman Arutyunyan
3
-21
/
+51
2015-01-14
Upstream: $upstream_header_time variable.
Vladimir Homutov
2
-2
/
+24
2014-12-26
Upstream: use_temp_path parameter of proxy_cache_path and friends.
Valentin Bartenev
3
-1
/
+46
2014-12-26
Cache: update variant while setting header.
Valentin Bartenev
3
-37
/
+62
2014-12-22
Upstream: added variables support to proxy_cache and friends.
Valentin Bartenev
7
-36
/
+352
[next]