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-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
1
-2
/
+139
2015-03-14
Thread pools implementation.
Valentin Bartenev
20
-2
/
+1070
2015-03-04
Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.
Ruslan Ermilov
19
-35
/
+39
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
2
-0
/
+5
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
2015-02-27
Mail: don't emit Auth-SSL-Verify with disabled ssl_verify_client.
Sergey Kandaurov
1
-5
/
+9
2015-02-25
Mail: client SSL certificates support.
Maxim Dounin
8
-4
/
+294
2015-02-25
Mail: added Auth-SSL header to indicate SSL.
Maxim Dounin
1
-0
/
+12
2015-02-25
Mail: fixed buffer allocation for CRLF after Auth-SMTP-* headers.
Maxim Dounin
1
-3
/
+3
2015-02-24
SSL: account sent bytes in ngx_ssl_write().
Ruslan Ermilov
1
-2
/
+2
2015-02-24
Core: fixed potential buffer overrun when initializing hash.
Maxim Dounin
1
-1
/
+1
2015-02-17
Cache: reduced diffs to the plus version of nginx.
Ruslan Ermilov
1
-6
/
+4
2015-02-17
Core: make ngx_connection_local_sockaddr() always assign address.
Roman Arutyunyan
1
-17
/
+17
2015-02-11
Unbreak building on FreeBSD without file AIO.
Valentin Bartenev
1
-1
/
+1
2015-02-11
Refactored sendfile() AIO preload.
Valentin Bartenev
10
-119
/
+187
2015-01-23
Mail: fixed the duplicate listen address detection.
Ruslan Ermilov
1
-2
/
+2
2015-01-23
Mail: fixed a comment.
Ruslan Ermilov
1
-1
/
+1
2015-01-22
Upstream: detect port absence in fastcgi_pass with IP literal.
Ruslan Ermilov
1
-1
/
+1
2015-02-11
Version bump.
Ruslan Ermilov
1
-2
/
+2
2015-02-10
Core: fixed build on Tru64 UNIX.
Sergey Kandaurov
1
-1
/
+1
2015-01-21
Fixed try_files directory test to match only a directory.
Damien Tournoud
1
-1
/
+1
2015-02-04
Core: fixed a race resulting in extra sem_post()'s.
Roman Arutyunyan
1
-1
/
+2
[next]