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-04-16
Events: backout eventport changes (r5172) for now.
Maxim Dounin
1
-8
/
+0
2013-04-12
Events: fixed typos in two previous commits.
Valentin Bartenev
2
-2
/
+2
2013-04-12
Events: handle only active events in eventport.
Valentin Bartenev
1
-0
/
+8
2013-04-12
Events: protection from stale events in eventport and devpoll.
Valentin Bartenev
2
-2
/
+8
2013-03-27
Event connect: don't penalize AF_INET6 connections.
Maxim Dounin
1
-1
/
+1
2013-03-15
Status: introduced the "ngx_stat_waiting" counter.
Valentin Bartenev
2
-1
/
+6
2013-02-23
SSL: retry "sess_id" and "id" allocations.
Maxim Dounin
1
-2
/
+22
2013-02-01
SSL: fixed ngx_ssl_handshake() with level-triggered event methods.
Maxim Dounin
1
-0
/
+8
2013-01-28
SSL: take into account data in the buffer while limiting output.
Valentin Bartenev
1
-1
/
+1
2013-01-28
SSL: avoid calling SSL_write() with zero data size.
Valentin Bartenev
1
-0
/
+6
2013-01-28
SSL: calculation of buffer size moved closer to its usage.
Valentin Bartenev
1
-2
/
+2
2013-01-28
SSL: preservation of flush flag for buffered data.
Valentin Bartenev
1
-5
/
+5
2013-01-28
SSL: resetting of flush flag after the data was written.
Valentin Bartenev
1
-0
/
+2
2013-01-28
SSL: removed conditions that always hold true.
Valentin Bartenev
1
-5
/
+3
2013-01-25
Events: fixed null pointer dereference with resolver and poll.
Ruslan Ermilov
1
-2
/
+2
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
[next]