| Age | Commit message (Expand) | Author | Files | Lines |
| 2007-09-14 | move event handling to protocol specific code, | Igor Sysoev | 4 | -9/+21 |
| 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 | bump version | Igor Sysoev | 2 | -2/+2 |
| 2007-09-11 | decrement active connection counter in mail proxy | Igor Sysoev | 1 | -0/+4 |
| 2007-09-11 | response to the HEAD request should be a header only | Igor Sysoev | 1 | -5/+1 |
| 2007-09-10 | 64-bit update lost in r1355 | Igor Sysoev | 1 | -1/+1 |
| 2007-09-09 | connection error should be logged with "connecting to upstream" action, | Igor Sysoev | 1 | -0/+2 |
| 2007-09-09 | read EOF of header only responses in non-buffered proxying | Igor Sysoev | 1 | -0/+5 |
| 2007-09-09 | there may be several "Connection" header lines and each may have several tokens | Igor Sysoev | 1 | -21/+23 |
| 2007-09-09 | escape internal request URI in proxy_pass | Igor Sysoev | 1 | -1/+1 |
| 2007-09-09 | balance more fair when there are several servers with equal weights, | Igor Sysoev | 1 | -1/+1 |
| 2007-09-07 | style fix | Igor Sysoev | 1 | -1/+1 |
| 2007-09-05 | fix case when server was marked as down after one failure | Igor Sysoev | 1 | -1/+1 |
| 2007-09-05 | backout r1426: return dynamic weights | Igor Sysoev | 1 | -1/+1 |
| 2007-09-03 | bump version | Igor Sysoev | 2 | -2/+2 |
| 2007-09-03 | test the most relevant condition first | Igor Sysoev | 1 | -2/+2 |
| 2007-09-03 | open_file_cache_events | Igor Sysoev | 9 | -2/+22 |
| 2007-09-01 | fix unlikely socket leak | Igor Sysoev | 1 | -0/+1 |
| 2007-09-01 | fix socket leak introduced in r1374 when request header and body was | Igor Sysoev | 1 | -2/+2 |
| 2007-09-01 | open_file_cache in HTTP | Igor Sysoev | 7 | -295/+302 |
| 2007-09-01 | open file cache | Igor Sysoev | 3 | -0/+832 |
| 2007-09-01 | change ngx_conf_merge_ptr_value() and update fastcgi_catch_stderr | Igor Sysoev | 2 | -3/+4 |
| 2007-09-01 | NGX_USE_VNODE_EVENT and NGX_FLUSH_EVENT | Igor Sysoev | 2 | -10/+40 |
| 2007-09-01 | add comment | Igor Sysoev | 1 | -1/+5 |
| 2007-09-01 | update comments | Igor Sysoev | 1 | -8/+12 |
| 2007-08-31 | allow to append charset to the "Content-Type" header | Igor Sysoev | 1 | -0/+2 |
| 2007-08-31 | style fix | Igor Sysoev | 1 | -4/+4 |
| 2007-08-31 | update comment | Igor Sysoev | 1 | -1/+1 |
| 2007-08-31 | style fix | Igor Sysoev | 1 | -1/+1 |
| 2007-08-31 | use ev->log, because ev->data may be connection stub only | Igor Sysoev | 1 | -1/+1 |
| 2007-08-31 | style fix | Igor Sysoev | 1 | -1/+1 |
| 2007-08-31 | fix typo | Igor Sysoev | 1 | -1/+1 |
| 2007-08-30 | destroy ngx_cycle->pool on exit | Igor Sysoev | 1 | -8/+31 |
| 2007-08-30 | win32 ngx_is_exec() stub | Igor Sysoev | 1 | -0/+1 |
| 2007-08-29 | log socket number | Igor Sysoev | 1 | -1/+1 |
| 2007-08-29 | If-Modified-Since should be unique header line | Igor Sysoev | 1 | -1/+1 |
| 2007-08-29 | add guard code | Igor Sysoev | 1 | -13/+59 |
| 2007-08-29 | fix comment | Igor Sysoev | 1 | -1/+1 |
| 2007-08-29 | disable pair event on POLLREMOVE | Igor Sysoev | 1 | -0/+6 |
| 2007-08-28 | bump version | Igor Sysoev | 2 | -2/+2 |
| 2007-08-27 | return 400 response | Igor Sysoev | 1 | -2/+2 |
| 2007-08-27 | do not set read->eof, ready, and error prematurely | Igor Sysoev | 1 | -13/+25 |
| 2007-08-27 | cancel dynamic weights, | Igor Sysoev | 1 | -1/+1 |
| 2007-08-27 | optimize r->connection in ngx_http_finalize_request() | Igor Sysoev | 1 | -25/+25 |
| 2007-08-27 | cancel keep-alive and lingering close on EOF | Igor Sysoev | 1 | -0/+5 |
| 2007-08-27 | cancel discarding body on EOF | Igor Sysoev | 1 | -0/+4 |
| 2007-08-27 | mark connection as not ready, this fixes endless loop introduced in r1368 | Igor Sysoev | 1 | -0/+1 |