| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-06-23 | change useless ngx_pcalloc() to ngx_pnalloc() | Igor Sysoev | 1 | -1/+1 | |
| 2008-06-17 | *) back out r2040 | Igor Sysoev | 10 | -46/+48 | |
| *) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header | |||||
| 2008-06-16 | DH parameters, ssl_dhparam | Igor Sysoev | 2 | -4/+17 | |
| 2008-05-26 | ssl_session_cache none | Igor Sysoev | 1 | -1/+6 | |
| 2008-05-16 | $hostname variable | Igor Sysoev | 1 | -14/+1 | |
| 2008-04-29 | reset message | Igor Sysoev | 1 | -0/+2 | |
| 2008-03-24 | use ngx_int_t in ngx_sort() callback | Igor Sysoev | 1 | -2/+2 | |
| 2008-03-06 | check duplicate resolver | Igor Sysoev | 1 | -0/+4 | |
| 2008-03-04 | use cf->cycle->new_log because at merge stage cf->pool->log is old log | Igor Sysoev | 1 | -1/+1 | |
| 2008-02-28 | cleanup resolver | Igor Sysoev | 1 | -1/+1 | |
| 2008-02-16 | do not resolve SMTP clients by default | Igor Sysoev | 3 | -16/+17 | |
| 2008-02-13 | resolver in smtp proxy module | Igor Sysoev | 5 | -11/+244 | |
| 2007-12-26 | ssl_session_cache off | Igor Sysoev | 1 | -4/+8 | |
| 2007-12-21 | fix STARTTLS prompt in SMTP | Igor Sysoev | 1 | -0/+3 | |
| 2007-12-10 | move condition declarations inside blocks where they are used | Igor Sysoev | 4 | -16/+11 | |
| 2007-11-30 | fix typo | Igor Sysoev | 1 | -1/+1 | |
| 2007-11-15 | 64-bit time_t compatibility | Igor Sysoev | 1 | -2/+2 | |
| 2007-10-08 | use pool instead of ngx_conf_t | Igor Sysoev | 2 | -2/+2 | |
| 2007-09-21 | fix "AUTH PLAIN [initial-response]" bug introduced in r1477 | Igor Sysoev | 1 | -1/+1 | |
| 2007-09-21 | use "_" instead of " " as new line substitute, do not delete trailing new line | Igor Sysoev | 1 | -9/+1 | |
| 2007-09-20 | log starttls | Igor Sysoev | 1 | -1/+3 | |
| 2007-09-15 | ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_module | Igor Sysoev | 16 | -715/+1144 | |
| 2007-09-14 | style fix: remove trailing spaces | Igor Sysoev | 3 | -6/+6 | |
| 2007-09-14 | create salt just before it will be used | Igor Sysoev | 2 | -14/+12 | |
| 2007-09-14 | fix r1482 | Igor Sysoev | 1 | -0/+2 | |
| 2007-09-14 | ngx_mail_smtp_create_buffer() | Igor Sysoev | 1 | -15/+36 | |
| 2007-09-14 | optimizations | Igor Sysoev | 5 | -18/+17 | |
| 2007-09-14 | smtp_client_buffer and smtp_greeting_delay | Igor Sysoev | 3 | -60/+193 | |
| 2007-09-14 | move event handling to protocol specific code, | Igor Sysoev | 4 | -9/+21 | |
| it is required to support SMTP greeting delay | |||||
| 2007-09-13 | optimizations | Igor Sysoev | 6 | -217/+185 | |
| 2007-09-13 | small optimizations | Igor Sysoev | 1 | -6/+6 | |
| 2007-09-13 | style fix and optimizations | Igor Sysoev | 7 | -45/+47 | |
| 2007-09-13 | split pop3, imap, and smtp handlers | Igor Sysoev | 5 | -1667/+1721 | |
| 2007-09-11 | decrement active connection counter in mail proxy | Igor Sysoev | 1 | -0/+4 | |
| 2007-08-20 | escape " ", "%", and %00-%1F in login and password | Igor Sysoev | 2 | -31/+9 | |
| 2007-08-14 | test http_auth absence | Igor Sysoev | 1 | -0/+14 | |
| 2007-08-14 | allow "http://" in auth_http URL | Igor Sysoev | 1 | -0/+5 | |
| 2007-08-14 | stop configuration on error | Igor Sysoev | 1 | -0/+2 | |
| 2007-08-09 | set default listen() backlog to 511 on all platforms except FreeBSD | Igor Sysoev | 1 | -1/+1 | |
| 2007-07-24 | fix case when client has closed connection but upstream buffer is not empty | Igor Sysoev | 1 | -3/+5 | |
| 2007-07-20 | IMAP AUTHENTICATE | Igor Sysoev | 4 | -112/+435 | |
| patch by Maxim Dounin | |||||
| 2007-07-20 | SMTP STARTTLS | Igor Sysoev | 4 | -1/+149 | |
| patch by Maxim Dounin | |||||
| 2007-07-11 | fix segfault when CRAM-MD5 is not enabled but client tries it | Igor Sysoev | 1 | -2/+11 | |
| 2007-07-10 | fix memory allocation for auth_http_header | Igor Sysoev | 1 | -0/+1 | |
| 2007-05-21 | use stable search where it is required | Igor Sysoev | 1 | -5/+4 | |
| 2007-04-19 | style fix: remove trailing spaces | Igor Sysoev | 1 | -1/+1 | |
| 2007-04-18 | style fix: remove tabs | Igor Sysoev | 3 | -46/+46 | |
| 2007-03-19 | Many changes: | Igor Sysoev | 9 | -0/+6971 | |
| *) rename imap to mail, sort pop3/imap functions *) smtp auth support *) pop3 starttls only *) fix segfault if cram-md5 was used without apop | |||||
