summaryrefslogtreecommitdiffhomepage
path: root/src/event (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-30Removed mistaken setting of NGX_SSL_BUFFERED flag in ngx_ssl_send_chain()Valentin Bartenev1-1/+0
2012-05-14Update c->sent in ngx_ssl_send_chain() even if SSL buffer is not used.Valentin Bartenev1-0/+1
2012-05-11Accept moderation in case of EMFILE/ENFILE.Maxim Dounin1-6/+44
2012-04-29debug_connection: added the IPv6 and UNIX-domain socket support.Ruslan Ermilov3-34/+64
2012-04-18Fixed master exit if there is no events section (ticket #150).Maxim Dounin1-14/+21
2012-04-12Fixed grammar in error messages.Ruslan Ermilov1-2/+2
2012-04-06Fixed signed integer overflows in timer code (ticket #145).Maxim Dounin1-3/+2
2012-04-03Fixed spelling in multiline C comments.Ruslan Ermilov4-5/+5
2012-03-05Whitespace fixes.Maxim Dounin1-0/+2
2012-02-28Fixed spelling in single-line comments.Ruslan Ermilov3-3/+3
2012-02-27Fix of rbtree lookup on hash collisions.Maxim Dounin1-41/+31
2012-02-22Event pipe: fixed buffer loss in p->length case.Maxim Dounin1-1/+2
2012-01-30Fixed error handling in ngx_event_connect_peer().Maxim Dounin1-6/+5
2012-01-30Removed ENGINE_load_builtin_engines() call.Maxim Dounin1-2/+0
2012-01-18Copyright updated.Maxim Konovalov29-0/+29
2012-01-11Added support for TLSv1.1, TLSv1.2 in ssl_protocols directive.Maxim Dounin2-17/+23
2011-11-29Fixed AIO on Linux, broken in r4306.Maxim Dounin1-10/+10
2011-11-23Added shmtx interface to forcibly unlock mutexes.Maxim Dounin1-1/+2
2011-11-22Protection from stale write events in epoll.Maxim Dounin1-0/+12
2011-10-31Silently ignoring a stale global SSL error left after disabled renegotiation.Igor Sysoev1-0/+7
2011-10-31Event pipe: reduced number of file buffers used.Maxim Dounin2-22/+55
2011-10-31Event pipe: fixes for complex protocols.Maxim Dounin1-63/+20
2011-10-25Decrease of log level of some SSL handshake errors.Igor Sysoev1-1/+19
2011-10-07Releasing memory of idle SSL connection. This saves about 34K per SSLIgor Sysoev1-0/+4
2011-10-07Disabling SSL compression. This saves about 300K per SSL connection.Igor Sysoev1-0/+4
2011-09-20Fixed loss of chain links in ngx_event_pipe_read_upstream().Maxim Dounin1-0/+1
2011-09-20Fix of cpu hog in event pipe.Maxim Dounin1-2/+2
2011-09-20The "worker_aio_requests" directive.Igor Sysoev1-3/+13
2011-09-19Replaced "can not" with "cannot" and "could not" in a bunch of places.Ruslan Ermilov2-6/+6
2011-09-16Fixing Linux AIO initiatialization: AIO operations are disabled if kernelIgor Sysoev1-47/+82
2011-09-16Fixing Linux AIO syscalls return value handling:Igor Sysoev1-10/+11
2011-09-15Upstream: pipe length and input_filter_init in buffered mode.Maxim Dounin2-0/+30
2011-09-15API change: ngx_chain_update_chains() now requires pool.Maxim Dounin1-1/+1
2011-09-01Proper setting of read->eof in pipe code.Maxim Dounin1-1/+1
2011-09-01Proper SSL shutdown handling.Maxim Dounin1-0/+5
2011-08-04A new fix for the case when ssl_session_cache defined, but ssl is notIgor Sysoev2-5/+3
2011-07-22fix SSL connection issues on platforms with 32-bit off_tIgor Sysoev1-3/+3
2011-07-22fix build by gcc46 with -Wunused-value optionIgor Sysoev1-3/+7
2011-07-20ECDHE supportIgor Sysoev2-0/+40
2011-07-20MSIE export versions are rare now, so RSA 512 key is generated on demandIgor Sysoev2-19/+9
2011-05-10use POSIX semaphores in shmtx instead of sched_yield()Igor Sysoev1-0/+1
2011-04-23fix building by gcc 4.6 without --with-debugIgor Sysoev1-10/+3
2011-01-20fix building on Fedora 14Igor Sysoev1-1/+1
2010-12-06remove SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG becuase of CVE-2010-4180Igor Sysoev1-1/+0
2010-12-02fix building by msvc8 introduced by the previous commitIgor Sysoev1-3/+5
2010-12-02fallback to accept() if accept4() is not implemented,Igor Sysoev1-2/+21
2010-11-25Linux accept4() supportIgor Sysoev1-0/+4
2010-07-29decrease SSL handshake error level to infoIgor Sysoev1-1/+2
2010-05-14ngx_str_set() and ngx_str_null()Igor Sysoev1-7/+3
2010-04-01MSVC8 compatibility with OpenSSL 1.0.0Igor Sysoev1-0/+3