| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-06-25 | make logic more clear | Igor Sysoev | 1 | -1/+1 | |
| 2010-06-25 | delete stale comments | Igor Sysoev | 1 | -4/+0 | |
| 2010-06-24 | eliminate a number of ranges: about 18,000 /16 networks are empty, | Igor Sysoev | 1 | -27/+22 | |
| this change saves about 70K/140K on 32/64-bit platforms | |||||
| 2010-06-24 | fix a bug when ngx_cpymem() returns a cast type: | Igor Sysoev | 1 | -2/+2 | |
| p = (type *) ngx_cpymem(...) | |||||
| 2010-06-24 | break cycle early | Igor Sysoev | 1 | -2/+2 | |
| 2010-06-23 | style fix | Igor Sysoev | 13 | -21/+22 | |
| 2010-06-23 | change ngx_http_variable_value_node_t to more generic ngx_str_node_t | Igor Sysoev | 5 | -111/+116 | |
| 2010-06-23 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2010-06-18 | ngx_http_scgi_module | Igor Sysoev | 1 | -0/+1674 | |
| 2010-06-18 | Test regex location if URI matches exactly to non-exact location. | Igor Sysoev | 1 | -3/+8 | |
| Revert a feature introduced in r2028. The feature confuses mostly, the only gain was not to test regex for a frequent request such as "/" in "locaiton /". | |||||
| 2010-06-18 | use ngx_http_send_response() in empty_gif | Igor Sysoev | 1 | -35/+9 | |
| 2010-06-18 | add files missed in the previuos commit | Igor Sysoev | 2 | -1/+26 | |
| 2010-06-18 | return code text | Igor Sysoev | 4 | -14/+53 | |
| 2010-06-18 | ngx_http_send_response() | Igor Sysoev | 2 | -0/+75 | |
| 2010-06-18 | 303 See Other | Igor Sysoev | 3 | -2/+11 | |
| 2010-06-15 | style fix | Igor Sysoev | 1 | -1/+1 | |
| 2010-06-15 | fix r3628 | Igor Sysoev | 2 | -25/+11 | |
| 2010-06-15 | make code more obviuos | Igor Sysoev | 2 | -10/+12 | |
| 2010-06-15 | use ngx_http_parse_status_line() | Igor Sysoev | 2 | -449/+24 | |
| 2010-06-15 | ngx_http_parse_status_line() | Igor Sysoev | 2 | -0/+215 | |
| 2010-06-15 | update the previous commit | Igor Sysoev | 1 | -4/+0 | |
| 2010-06-15 | support CGI-style response | Igor Sysoev | 1 | -4/+45 | |
| 2010-06-15 | style fix | Igor Sysoev | 1 | -1/+2 | |
| 2010-06-15 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2010-06-15 | allow spaces in URI | Igor Sysoev | 5 | -10/+60 | |
| 2010-06-14 | do not free() stack allocated buffer | Igor Sysoev | 1 | -1/+0 | |
| 2010-06-10 | PATCH method | Igor Sysoev | 3 | -1/+7 | |
| 2010-06-10 | allow Destination URL without host | Igor Sysoev | 1 | -0/+7 | |
| 2010-06-08 | delete empty Server and Date header used only in proxy mode | Igor Sysoev | 1 | -32/+0 | |
| 2010-06-08 | change variable names | Igor Sysoev | 2 | -38/+42 | |
| 2010-06-08 | delete surplus flush | Igor Sysoev | 1 | -2/+0 | |
| 2010-06-08 | do not try to calculate procent sum if there was an error | Igor Sysoev | 1 | -0/+4 | |
| 2010-06-07 | delete useless code | Igor Sysoev | 1 | -6/+2 | |
| 2010-06-07 | fix rewritten Refresh header length | Igor Sysoev | 1 | -2/+2 | |
| 2010-06-07 | 202 Accepted status code | Igor Sysoev | 3 | -1/+4 | |
| 2010-06-07 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2010-06-04 | fix "/dir/%3F../" and "/dir/%23../" cases | Igor Sysoev | 1 | -6/+3 | |
| 2010-06-04 | test default NTFS stream "::$DATA" | Igor Sysoev | 1 | -4/+19 | |
| 2010-06-04 | *) delete no longer used unix domain sockets | Igor Sysoev | 1 | -0/+36 | |
| *) fix unix domain socket comparison | |||||
| 2010-06-04 | uwsgi cache | Igor Sysoev | 1 | -7/+326 | |
| 2010-06-04 | uwsgi_bind | Igor Sysoev | 1 | -0/+7 | |
| 2010-06-04 | allow uwsgi_param to override client headers using HTTP_ parameters | Igor Sysoev | 1 | -7/+105 | |
| 2010-06-04 | uwsgi_store | Igor Sysoev | 1 | -0/+62 | |
| 2010-06-04 | add uwsgi_param and client request headers debug logging | Igor Sysoev | 1 | -0/+10 | |
| 2010-06-04 | do not pass if-... headers for cacheable fastcgi responses | Igor Sysoev | 1 | -0/+63 | |
| 2010-06-03 | rename variable to conform to the next commit | Igor Sysoev | 1 | -5/+5 | |
| 2010-06-03 | use local headers_names array instead of stored in configuration | Igor Sysoev | 1 | -12/+6 | |
| and allocate its elements from temporary pool | |||||
| 2010-06-03 | allow fastcgi_param to override client headers using HTTP_ parameters | Igor Sysoev | 1 | -7/+110 | |
| 2010-06-03 | add client request headers debug logging in fastcgi | Igor Sysoev | 1 | -16/+20 | |
| 2010-06-02 | remove the special static fastcgi_param values processing, | Igor Sysoev | 1 | -70/+26 | |
| because it is anyway very seldom case | |||||
