| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-11-13 | Merge of r4896: event pipe: fixed handling of buf_to_file data. | Maxim Dounin | 1 | -2/+9 |
| 2012-11-13 | Merge of r4885: ssl_verify_client optional_no_ca. | Maxim Dounin | 1 | -0/+7 |
| 2012-11-12 | Merge of r4868, r4869: SSL minor fixes. | Maxim Dounin | 1 | -3/+5 |
| 2012-09-24 | Merge of r4785, r4795, r4811, r4812, r4816, r4822: coverity. | Maxim Dounin | 1 | -1/+1 |
| 2012-08-06 | Merge of r4764: debug_connection with a domain name change. | Maxim Dounin | 1 | -25/+66 |
| 2012-08-06 | Merge of r4760, r4761: -Wmissing-prototypes. | Maxim Dounin | 4 | -6/+53 |
| 2012-07-02 | Merge of r4697: disabled gzip in OpenSSL prior to 1.0.0. | Maxim Dounin | 1 | -0/+18 |
| 2012-07-02 | Merge of r4652: ssl without buffer should not set c->buffered. | Maxim Dounin | 1 | -1/+0 |
| 2012-06-04 | Merge of r4630: fixed c->sent with unbuffered ssl. | Maxim Dounin | 1 | -0/+1 |
| 2012-06-04 | Merge of r4614, r4624-r4629, r4631: proxy recursive changes. | Maxim Dounin | 3 | -34/+64 |
| 2012-06-04 | Merge of r4619: accept moderation on EMFILE/ENFILE. | Maxim Dounin | 1 | -6/+44 |
| 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 |
| 2011-09-15 | Upstream: pipe length and input_filter_init in buffered mode. | Maxim Dounin | 2 | -0/+30 |
| 2011-09-15 | API change: ngx_chain_update_chains() now requires pool. | Maxim Dounin | 1 | -1/+1 |
| 2011-09-01 | Proper setting of read->eof in pipe code. | Maxim Dounin | 1 | -1/+1 |
| 2011-09-01 | Proper SSL shutdown handling. | Maxim Dounin | 1 | -0/+5 |
| 2011-08-04 | A new fix for the case when ssl_session_cache defined, but ssl is not | Igor Sysoev | 2 | -5/+3 |
| 2011-07-22 | fix SSL connection issues on platforms with 32-bit off_t | Igor Sysoev | 1 | -3/+3 |
| 2011-07-22 | fix build by gcc46 with -Wunused-value option | Igor Sysoev | 1 | -3/+7 |
| 2011-07-20 | ECDHE support | Igor Sysoev | 2 | -0/+40 |
| 2011-07-20 | MSIE export versions are rare now, so RSA 512 key is generated on demand | Igor Sysoev | 2 | -19/+9 |
| 2011-05-10 | use POSIX semaphores in shmtx instead of sched_yield() | Igor Sysoev | 1 | -0/+1 |
| 2011-04-23 | fix building by gcc 4.6 without --with-debug | Igor Sysoev | 1 | -10/+3 |
| 2011-01-20 | fix building on Fedora 14 | Igor Sysoev | 1 | -1/+1 |