nginx/src
Maxim Dounin 4f6f653f48 Mail: smtp pipelining support.
Basically, this does the following two changes (and corresponding
modifications of related code):

1. Does not reset session buffer unless it's reached it's end, and always
wait for LF to terminate command (even if we detected invalid command).

2. Record command name to make it available for handlers (since now we
can't assume that command starts from s->buffer->start).
2013-09-30 22:09:57 +04:00
..
core Added ngx_filename_cmp() with "/" sorted to the left. 2013-09-23 19:37:13 +04:00
event SSL: adjust buffer used by OpenSSL during handshake (ticket #413). 2013-09-27 19:39:33 +04:00
http FastCGI: non-buffered mode support. 2013-09-27 16:50:40 +04:00
mail Mail: smtp pipelining support. 2013-09-30 22:09:57 +04:00
misc Fixed compilation with -Wmissing-prototypes. 2012-07-24 15:09:54 +00:00
mysql Copyright updated. 2012-01-18 15:07:43 +00:00
os Added ngx_filename_cmp() with "/" sorted to the left. 2013-09-23 19:37:13 +04:00