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
2015-03-26
Removed ngx_threaded and related code.
Ruslan Ermilov
3
-39
/
+0
2015-04-16
Upstream: get rid of questionable micro-optimization in ip_hash.
Ruslan Ermilov
1
-7
/
+2
2015-04-16
Core: ensure that ngx_config.h is always included first.
Sergey Kandaurov
1
-0
/
+3
2015-04-16
Version bump.
Maxim Dounin
1
-2
/
+2
2015-04-14
Upstream: the "zone" directive.
Ruslan Ermilov
7
-7
/
+392
2015-04-14
Upstreams: locking.
Ruslan Ermilov
5
-29
/
+50
2015-03-21
Core: read/write locks.
Ruslan Ermilov
3
-0
/
+134
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-16
Fixed build, broken by 8b7f062a3fe6.
Ruslan Ermilov
1
-1
/
+2
2015-04-16
Core: added OpenSSL version information to "nginx -V" output.
Vladimir Homutov
1
-5
/
+16
2015-04-16
Version bump.
Vladimir Homutov
1
-2
/
+2
2015-03-26
Core: guard against spinlock usage without atomic ops.
Ruslan Ermilov
1
-1
/
+1
2015-04-07
Core: limited levels of subdirectory hierarchy used for temp files.
Sergey Kandaurov
1
-0
/
+4
2015-04-07
Core: removed excessive initialization in ngx_conf_set_path_slot().
Sergey Kandaurov
1
-4
/
+0
2015-04-07
Core: fixed error handling on ngx_conf_full_name() failure.
Sergey Kandaurov
1
-1
/
+1
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-06
Used the correct type for the AIO preload handler return value.
Valentin Bartenev
1
-2
/
+2
2015-04-01
OCSP stapling: missing free calls.
Filipe da Silva
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-27
Events: fixed possible crash on start or reload.
Valentin Bartenev
1
-2
/
+2
2015-03-27
Events: made posted events macros safe.
Valentin Bartenev
1
-8
/
+8
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
Version bump.
Maxim Dounin
1
-2
/
+2
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
Output chain: free chain links in ngx_chain_writer().
Maxim Dounin
1
-4
/
+12
2015-03-23
Output chain: zero size buf alerts in ngx_chain_writer().
Maxim Dounin
1
-1
/
+32
2015-03-23
Format specifier fixed for file size of buffers.
Maxim Dounin
3
-9
/
+9
2015-03-23
Proxy: fixed proxy_set_body with proxy_cache.
Maxim Dounin
1
-0
/
+1
2015-03-23
Thread pools: implemented graceful exiting of threads.
Valentin Bartenev
1
-3
/
+34
2015-03-23
Thread pools: removed unused pointer to memory pool.
Valentin Bartenev
1
-2
/
+0
2015-03-23
Thread pools: keep waiting tasks mutex in ngx_thread_pool_t.
Valentin Bartenev
1
-45
/
+20
2015-03-23
Thread pools: replaced completed tasks queue mutex with spinlock.
Valentin Bartenev
1
-16
/
+5
2015-03-23
Removed stub implementation of win32 mutexes.
Ruslan Ermilov
4
-74
/
+0
2015-03-23
SSL: use of SSL_MODE_NO_AUTO_CHAIN.
Maxim Dounin
1
-0
/
+4
2015-03-23
SSL: avoid SSL_CTX_set_tmp_rsa_callback() call with LibreSSL.
Maxim Dounin
2
-0
/
+4
2015-03-23
SSL: clear protocol options.
Maxim Dounin
1
-0
/
+8
2015-03-19
Core: added cyclic memory buffer support for error_log.
Valentin Bartenev
1
-0
/
+120
2015-03-20
Removed busy locks.
Ruslan Ermilov
8
-795
/
+0
2015-03-20
Removed ngx_connection_t.lock.
Ruslan Ermilov
5
-27
/
+0
[next]