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
/
event
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-27
Events: made posted events macros safe.
Valentin Bartenev
1
-8
/
+8
2015-03-23
Format specifier fixed for file size of buffers.
Maxim Dounin
1
-4
/
+4
2015-03-23
SSL: use of SSL_MODE_NO_AUTO_CHAIN.
Maxim Dounin
1
-0
/
+4
2015-03-23
SSL: clear protocol options.
Maxim Dounin
1
-0
/
+8
2015-03-20
Removed busy locks.
Ruslan Ermilov
4
-430
/
+0
2015-03-20
Removed ngx_connection_t.lock.
Ruslan Ermilov
2
-8
/
+0
2015-03-20
Removed unix ngx_threaded and related ngx_process_changes.
Ruslan Ermilov
12
-98
/
+10
2015-03-20
Removed old pthread implementation.
Ruslan Ermilov
1
-50
/
+0
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
12
-1
/
+15
2015-03-04
Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.
Ruslan Ermilov
7
-10
/
+10
2015-03-12
Events: fixed typo in the error message.
Ruslan Ermilov
1
-1
/
+1
2015-03-03
Events: simplified ngx_event_aio_t definition.
Ruslan Ermilov
1
-4
/
+2
2015-02-24
SSL: account sent bytes in ngx_ssl_write().
Ruslan Ermilov
1
-2
/
+2
2015-02-11
Refactored sendfile() AIO preload.
Valentin Bartenev
1
-4
/
+4
2014-12-17
SSL: safeguard use of SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS.
Lukas Tribus
1
-0
/
+4
2014-08-04
SSL: loading certificate keys via ENGINE_load_private_key().
Dmitrii Pichulin
1
-0
/
+61
2014-11-17
SSL: logging level of "inappropriate fallback" (ticket #662).
Maxim Dounin
1
-0
/
+3
2014-08-13
Events: introduced cancelable timers.
Valentin Bartenev
3
-0
/
+45
2014-08-25
Events: simplified cycle in ngx_event_expire_timers().
Valentin Bartenev
1
-18
/
+16
2014-08-25
Events: removed broken thread support from event timers.
Valentin Bartenev
2
-46
/
+3
2014-10-24
SSL: simplified ssl_password_file error handling.
Sergey Kandaurov
1
-14
/
+3
2014-10-28
Upstream: proxy_limit_rate and friends.
Roman Arutyunyan
2
-5
/
+39
2014-10-28
Core: added limit to recv_chain().
Roman Arutyunyan
3
-5
/
+16
2014-10-11
Win32: fixed wrong type cast.
Kouhei Sutou
1
-1
/
+1
2014-09-15
SSL: session id context now includes certificate hash.
Maxim Dounin
1
-2
/
+96
2014-09-12
Upstream: limited next_upstream time and tries (ticket #544).
Roman Arutyunyan
1
-0
/
+1
2014-09-03
SSL: guard use of all SSL options for bug workarounds.
Piotr Sikora
1
-0
/
+17
2014-09-01
Events: processing of posted events changed from LIFO to FIFO.
Valentin Bartenev
12
-49
/
+44
2014-09-01
Events: removed broken thread support from posted events.
Valentin Bartenev
16
-411
/
+59
2014-08-10
Events: removed unused variable in ngx_poll_process_events().
Maxim Dounin
1
-4
/
+1
2014-08-07
Events: format specifier fixes.
Yves Crespin
2
-6
/
+6
2014-08-07
Events: changed nevents type to unsigned in poll module.
Yves Crespin
1
-6
/
+6
2014-07-30
SSL: let it build against LibreSSL.
Piotr Sikora
1
-3
/
+3
2014-07-30
SSL: let it build against BoringSSL.
Piotr Sikora
1
-0
/
+10
2014-07-28
SSL: fix build with OPENSSL_NO_ENGINE and/or OPENSSL_NO_OCSP.
Piotr Sikora
3
-1
/
+15
2014-07-28
SSL: misplaced space in debug message.
Maxim Dounin
1
-1
/
+1
2014-07-09
SSL: fix build with recent OpenSSL.
Piotr Sikora
1
-4
/
+4
2014-07-08
Style: use ngx_memcpy() instead of memcpy().
Piotr Sikora
1
-1
/
+1
2014-07-06
SSL: stop accessing SSL_SESSION's fields directly.
Piotr Sikora
1
-14
/
+42
2014-07-09
SSL: fixed build with OPENSSL_NO_DEPRECATED defined.
Maxim Dounin
1
-0
/
+4
2014-07-06
SSL: return temporary RSA key only when the key length matches.
Piotr Sikora
1
-4
/
+6
2014-07-06
SSL: include correct OpenSSL headers.
Piotr Sikora
1
-0
/
+7
2014-07-04
SSL: logging level of "peer closed connection in SSL handshake".
Maxim Dounin
1
-2
/
+2
2014-07-04
Upstream: p->downstream_error instead of closing connection.
Maxim Dounin
1
-10
/
+5
2014-06-16
SSL: the "ssl_password_file" directive.
Valentin Bartenev
2
-9
/
+217
2014-05-23
Events: use eventfd() instead of syscall(SYS_eventfd) if possible.
Ruslan Ermilov
1
-4
/
+4
2014-05-22
Core: output client port number when logging accept event.
Ruslan Ermilov
1
-3
/
+11
[next]