| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-08-31 | The "max_ranges" directive. | Igor Sysoev | 1 | -0/+10 |
| 2011-08-05 | fix gzip quantity: "q=0." and "q=1." are valid values according to RFC | Igor Sysoev | 1 | -1/+1 |
| 2011-08-04 | refactor gzip quantity introduced in r3981: it ignored "q=1.000" | Igor Sysoev | 1 | -27/+36 |
| 2011-08-02 | fix typo introduced in r3985 | Igor Sysoev | 1 | -1/+1 |
| 2011-08-01 | fix r3981 again for case "Accept-Encoding: gzip" | Igor Sysoev | 1 | -1/+1 |
| 2011-08-01 | lingering_close "off|on|always" | Igor Sysoev | 1 | -0/+18 |
| 2011-08-01 | fix r3981 for case "Accept-Encoding: gzip" | Igor Sysoev | 1 | -1/+1 |
| 2011-08-01 | Accept-Encoding refactoring: "gzip; q=0" support | Igor Sysoev | 1 | -15/+136 |
| 2011-07-30 | Accept-Encoding refactoring: test first the most common case "gzip," | Igor Sysoev | 1 | -7/+27 |
| 2011-07-30 | Accept-Encoding refactoring: remove ancient MSIE 4.x test for gzip | Igor Sysoev | 1 | -9/+1 |
| 2011-04-19 | fix r3713 | Igor Sysoev | 1 | -2/+2 |
| 2011-04-12 | use memmove() in appropriate places | Igor Sysoev | 1 | -1/+1 |
| 2011-04-11 | "satisfy any" disabled custom 401 error page | Igor Sysoev | 1 | -3/+7 |
| 2011-01-20 | server_name $hostname | Igor Sysoev | 1 | -1/+7 |
| 2011-01-20 | move setting conf->server_name in merge phase | Igor Sysoev | 1 | -25/+25 |
| 2010-12-15 | use boolean expression instead of "if" | Igor Sysoev | 1 | -12/+2 |
| 2010-11-29 | fix comment | Igor Sysoev | 1 | -1/+1 |
| 2010-11-29 | revert processing NGX_OK in rewrite phase changed in r3798, | Igor Sysoev | 1 | -5/+0 |
| 2010-11-29 | revert processing NGX_OK and NGX_DONE in rewrite phase changed in r3634 | Igor Sysoev | 1 | -1/+10 |
| 2010-11-26 | keepalive_disable | Igor Sysoev | 1 | -20/+41 |
| 2010-10-18 | allow override redirect status in error_page | Igor Sysoev | 1 | -6/+2 |
| 2010-10-11 | add default listen port at the end of server block parsing instead of | Igor Sysoev | 1 | -33/+33 |
| 2010-10-08 | fix testing, the bug has been introduced in r3218 | Igor Sysoev | 1 | -2/+2 |
| 2010-10-04 | gzip_disable degradation | Igor Sysoev | 1 | -8/+44 |
| 2010-09-27 | allow duplicate listen ssl options | Igor Sysoev | 1 | -1/+0 |
| 2010-09-02 | gzip_disable msie6 ignored other patterns | Igor Sysoev | 1 | -1/+1 |
| 2010-09-02 | gzip_disable compiled always the first pattern only | Igor Sysoev | 1 | -1/+1 |
| 2010-09-02 | gzip_disable msie6 did not inherited if nginx was built without PCRE | Igor Sysoev | 1 | -1/+1 |
| 2010-08-26 | if a location is specified by regex, then always compile an "alias", | Igor Sysoev | 1 | -1/+7 |
| 2010-08-03 | inherit proxy_pass, fastcgi_pass, uwsgi_pass, scgi_pass inside | Igor Sysoev | 1 | -0/+1 |
| 2010-07-29 | change default server_name_in_redirect value to off, | Igor Sysoev | 1 | -1/+1 |
| 2010-07-29 | use an empty name as default server_name instread of hostname | Igor Sysoev | 1 | -3/+2 |
| 2010-07-29 | allow server_name "" as the first name | Igor Sysoev | 1 | -15/+8 |
| 2010-07-28 | fix $request_time for subrequests | Igor Sysoev | 1 | -0/+5 |
| 2010-07-13 | allow setfib=0 | Igor Sysoev | 1 | -1/+1 |
| 2010-07-05 | listen setfib=X | Igor Sysoev | 1 | -0/+19 |
| 2010-06-30 | Fix processing | Igor Sysoev | 1 | -0/+1 |
| 2010-06-18 | Test regex location if URI matches exactly to non-exact location. | Igor Sysoev | 1 | -3/+8 |
| 2010-06-18 | add files missed in the previuos commit | Igor Sysoev | 1 | -1/+24 |
| 2010-06-18 | ngx_http_send_response() | Igor Sysoev | 1 | -0/+73 |
| 2010-06-15 | allow spaces in URI | Igor Sysoev | 1 | -4/+0 |
| 2010-06-10 | PATCH method | Igor Sysoev | 1 | -0/+1 |
| 2010-05-31 | fix handling an inherited alias in inclusive location | Igor Sysoev | 1 | -7/+6 |
| 2010-05-27 | fix a try_files/alias case when alias uses captures and | Igor Sysoev | 1 | -3/+11 |
| 2010-05-27 | do not add tested file to a location regex string, | Igor Sysoev | 1 | -0/+6 |
| 2010-05-27 | fix the previous commit | Igor Sysoev | 1 | -1/+1 |
| 2010-05-27 | improve debug logging: "try to use file/dir" | Igor Sysoev | 1 | -1/+2 |
| 2010-05-24 | remove r->zero_in_uri | Igor Sysoev | 1 | -2/+1 |
| 2010-05-14 | ngx_str_set() and ngx_str_null() | Igor Sysoev | 1 | -8/+4 |
| 2010-04-01 | chunked_transfer_encoding | Igor Sysoev | 1 | -0/+10 |