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
2013-01-09
SSL: speedup loading of configs with many ssl servers.
Maxim Dounin
1
-2
/
+2
2013-01-08
Events: added check for duplicate "events" directive.
Valentin Bartenev
1
-0
/
+4
2012-10-30
Event pipe: fixed handling of buf_to_file data.
Maxim Dounin
1
-2
/
+9
2012-10-03
SSL: the "ssl_verify_client" directive parameter "optional_no_ca".
Maxim Dounin
1
-0
/
+7
2012-10-01
OCSP stapling: build fixes.
Maxim Dounin
1
-5
/
+5
2012-10-01
OCSP stapling: ssl_stapling_verify directive.
Maxim Dounin
2
-5
/
+10
2012-10-01
OCSP stapling: OCSP_basic_verify() OCSP_TRUSTOTHER flag now used.
Maxim Dounin
1
-1
/
+1
2012-10-01
OCSP stapling: log error data in ngx_ssl_error().
Maxim Dounin
1
-6
/
+17
2012-10-01
OCSP stapling: check Content-Type.
Maxim Dounin
1
-0
/
+28
2012-10-01
OCSP stapling: loading OCSP responses.
Maxim Dounin
3
-34
/
+1703
2012-10-01
OCSP stapling: the ngx_event_openssl_stapling.c file.
Maxim Dounin
1
-0
/
+140
2012-10-01
OCSP stapling: ssl_stapling_file support.
Maxim Dounin
1
-0
/
+2
2012-10-01
OCSP stapling: ssl_trusted_certificate directive.
Maxim Dounin
2
-0
/
+29
2012-09-27
SSL: added version checks for ssl compression workaround.
Maxim Dounin
1
-0
/
+2
2012-09-27
SSL: fixed compression workaround to remove all methods.
Maxim Dounin
1
-3
/
+3
2012-08-07
Explicitly ignore returned value from close() in ngx_event_core_init_conf().
Andrey Belov
1
-1
/
+1
2012-07-24
When "debug_connection" is configured with a domain name, only the first
Ruslan Ermilov
1
-25
/
+66
2012-07-24
Fixed compilation with -Wmissing-prototypes.
Ruslan Ermilov
4
-6
/
+53
2012-06-20
Disabled gzip compression in OpenSSL prior to 1.0.0 version.
Igor Sysoev
1
-0
/
+18
2012-05-30
Removed mistaken setting of NGX_SSL_BUFFERED flag in ngx_ssl_send_chain()
Valentin Bartenev
1
-1
/
+0
2012-05-14
Update c->sent in ngx_ssl_send_chain() even if SSL buffer is not used.
Valentin Bartenev
1
-0
/
+1
2012-05-11
Accept moderation in case of EMFILE/ENFILE.
Maxim Dounin
1
-6
/
+44
2012-04-29
debug_connection: added the IPv6 and UNIX-domain socket support.
Ruslan Ermilov
3
-34
/
+64
2012-04-18
Fixed master exit if there is no events section (ticket #150).
Maxim Dounin
1
-14
/
+21
2012-04-12
Fixed grammar in error messages.
Ruslan Ermilov
1
-2
/
+2
2012-04-06
Fixed signed integer overflows in timer code (ticket #145).
Maxim Dounin
1
-3
/
+2
2012-04-03
Fixed spelling in multiline C comments.
Ruslan Ermilov
4
-5
/
+5
2012-03-05
Whitespace fixes.
Maxim Dounin
1
-0
/
+2
2012-02-28
Fixed spelling in single-line comments.
Ruslan Ermilov
3
-3
/
+3
2012-02-27
Fix of rbtree lookup on hash collisions.
Maxim Dounin
1
-41
/
+31
2012-02-22
Event pipe: fixed buffer loss in p->length case.
Maxim Dounin
1
-1
/
+2
2012-01-30
Fixed error handling in ngx_event_connect_peer().
Maxim Dounin
1
-6
/
+5
2012-01-30
Removed ENGINE_load_builtin_engines() call.
Maxim Dounin
1
-2
/
+0
2012-01-18
Copyright updated.
Maxim Konovalov
29
-0
/
+29
2012-01-11
Added support for TLSv1.1, TLSv1.2 in ssl_protocols directive.
Maxim Dounin
2
-17
/
+23
2011-11-29
Fixed AIO on Linux, broken in r4306.
Maxim Dounin
1
-10
/
+10
2011-11-23
Added shmtx interface to forcibly unlock mutexes.
Maxim Dounin
1
-1
/
+2
2011-11-22
Protection from stale write events in epoll.
Maxim Dounin
1
-0
/
+12
2011-10-31
Silently ignoring a stale global SSL error left after disabled renegotiation.
Igor Sysoev
1
-0
/
+7
2011-10-31
Event pipe: reduced number of file buffers used.
Maxim Dounin
2
-22
/
+55
2011-10-31
Event pipe: fixes for complex protocols.
Maxim Dounin
1
-63
/
+20
2011-10-25
Decrease of log level of some SSL handshake errors.
Igor Sysoev
1
-1
/
+19
2011-10-07
Releasing memory of idle SSL connection. This saves about 34K per SSL
Igor Sysoev
1
-0
/
+4
2011-10-07
Disabling SSL compression. This saves about 300K per SSL connection.
Igor Sysoev
1
-0
/
+4
2011-09-20
Fixed loss of chain links in ngx_event_pipe_read_upstream().
Maxim Dounin
1
-0
/
+1
2011-09-20
Fix of cpu hog in event pipe.
Maxim Dounin
1
-2
/
+2
2011-09-20
The "worker_aio_requests" directive.
Igor Sysoev
1
-3
/
+13
2011-09-19
Replaced "can not" with "cannot" and "could not" in a bunch of places.
Ruslan Ermilov
2
-6
/
+6
2011-09-16
Fixing Linux AIO initiatialization: AIO operations are disabled if kernel
Igor Sysoev
1
-47
/
+82
2011-09-16
Fixing Linux AIO syscalls return value handling:
Igor Sysoev
1
-10
/
+11
[next]