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
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
Updated OpenSSL used for win32 builds.
Maxim Dounin
1
-1
/
+1
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
9
-802
/
+1
2015-03-20
Removed ngx_connection_t.lock.
Ruslan Ermilov
5
-27
/
+0
2015-03-20
Removed unix ngx_threaded and related ngx_process_changes.
Ruslan Ermilov
14
-100
/
+10
2015-03-20
Removed old pthread implementation.
Ruslan Ermilov
6
-636
/
+0
2015-03-20
Removed old FreeBSD rfork() thread implementation.
Ruslan Ermilov
6
-968
/
+0
2015-03-19
Thread pools: silence warning on process exit.
Ruslan Ermilov
1
-0
/
+7
2015-03-19
Thread pools: fixed the waiting tasks accounting.
Ruslan Ermilov
1
-7
/
+8
2015-03-19
Thread pools: keep waiting tasks counter in ngx_thread_pool_t.
Ruslan Ermilov
1
-9
/
+7
2015-03-15
SPDY: fixed format specifier in logging.
Xiaochen Wang
1
-1
/
+1
2015-03-14
Added support for offloading Linux sendfile() in thread pools.
Valentin Bartenev
2
-8
/
+187
2015-03-14
Added support for offloading read() in thread pools.
Valentin Bartenev
9
-13
/
+311
2015-03-14
Events: implemented eventport notification mechanism.
Ruslan Ermilov
1
-1
/
+34
2015-03-14
Events: implemented kqueue notification mechanism.
Valentin Bartenev
1
-0
/
+76
2015-03-14
Events: implemented epoll notification mechanism.
Valentin Bartenev
2
-2
/
+162
2015-03-14
Thread pools implementation.
Valentin Bartenev
26
-2
/
+1112
2015-03-13
Configure: removed obsolete threads bits.
Ruslan Ermilov
4
-52
/
+0
2015-03-04
Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.
Ruslan Ermilov
19
-35
/
+39
2015-03-18
Configure: fixed type max value detection.
Ruslan Ermilov
1
-12
/
+2
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-17
Overflow detection in ngx_inet_addr().
Ruslan Ermilov
1
-2
/
+6
2015-03-17
Core: overflow detection in ngx_parse_time() (ticket #732).
Ruslan Ermilov
1
-16
/
+37
2015-03-17
Refactored ngx_parse_time().
Ruslan Ermilov
1
-3
/
+1
2015-03-17
Core: overflow detection in number parsing functions.
Ruslan Ermilov
2
-52
/
+72
2015-03-17
Core: expose maximum values of time_t and ngx_int_t.
Ruslan Ermilov
3
-0
/
+6
2015-03-13
Configure: removed redundant auto/have call.
Ruslan Ermilov
1
-1
/
+0
2015-03-13
The "aio" directive parser made smarter.
Ruslan Ermilov
2
-27
/
+52
2015-03-12
Events: fixed typo in the error message.
Ruslan Ermilov
1
-1
/
+1
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-04
Style: use %*s format, as in 68d21fd1dc64.
Ruslan Ermilov
1
-8
/
+3
2015-03-04
Log: use ngx_cpymem() in a couple of places, no functional changes.
Valentin Bartenev
1
-6
/
+3
2015-03-03
Upstream keepalive: drop ready flag on EAGAIN from recv(MSG_PEEK).
Valentin Bartenev
1
-1
/
+1
2015-03-03
Events: simplified ngx_event_aio_t definition.
Ruslan Ermilov
1
-4
/
+2
2015-02-27
Refactored ngx_linux_sendfile_chain() even more.
Valentin Bartenev
1
-46
/
+60
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
[next]