| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-06-08 | change variable names | Igor Sysoev | 2 | -38/+42 | |
| 2010-06-08 | install uwsgi_params | Igor Sysoev | 1 | -0/+5 | |
| 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-07 | release-0.8.40 tag | Igor Sysoev | 1 | -0/+1 | |
| 2010-06-07 | nginx-0.8.40-RELEASErelease-0.8.40 | Igor Sysoev | 1 | -0/+60 | |
| 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 | |||||
| 2010-06-01 | print default module temporary directory path in summary | Igor Sysoev | 1 | -4/+13 | |
| only if the module is enabled | |||||
| 2010-06-01 | style fix | Igor Sysoev | 1 | -0/+1 | |
| 2010-06-01 | improve uwsgi_string processing | Igor Sysoev | 1 | -7/+3 | |
| 2010-06-01 | delete unneeded declaration | Igor Sysoev | 1 | -3/+0 | |
| 2010-06-01 | delete unused ngx_http_uwsgi_add_variables() | Igor Sysoev | 1 | -27/+1 | |
| 2010-06-01 | improve uwsgi_modifierX processing: | Igor Sysoev | 1 | -52/+20 | |
| *) use ngx_conf_set_num_slot() *) check bounds *) check duplicates | |||||
| 2010-06-01 | remove LICENSE text | Igor Sysoev | 1 | -21/+0 | |
| 2010-06-01 | style fix | Igor Sysoev | 1 | -1/+1 | |
| 2010-06-01 | ./configure --http-uwsgi-temp-path=PATH | Igor Sysoev | 4 | -3/+7 | |
| 2010-06-01 | fix the previous commit when value is static string: remove the special | Igor Sysoev | 1 | -68/+26 | |
| static values processing, because it is anyway very seldom case | |||||
| 2010-06-01 | remove useless copy: key name should be just copied before value length | Igor Sysoev | 1 | -15/+7 | |
| 2010-06-01 | simplify binary little endian length processing | Igor Sysoev | 1 | -54/+25 | |
| 2010-06-01 | use ngx_str_set() and ngx_str_null() | Igor Sysoev | 1 | -11/+5 | |
| 2010-06-01 | fix copyrights | Igor Sysoev | 1 | -5/+2 | |
| 2010-06-01 | fix style, some names, and building by MSVC8 | Igor Sysoev | 1 | -589/+555 | |
| 2010-06-01 | style fix: remove tabs and trailing spaces | Igor Sysoev | 2 | -634/+634 | |
| 2010-06-01 | import original ngx_http_uwsgi_module version | Igor Sysoev | 5 | -0/+1680 | |
| 2010-06-01 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2010-05-31 | release-0.8.39 tag | Igor Sysoev | 1 | -0/+1 | |
| 2010-05-31 | nginx-0.8.39-RELEASErelease-0.8.39 | Igor Sysoev | 1 | -1/+36 | |
| 2010-05-31 | fix IPv6 and Unix domain sockets inheritance while online upgrade | Igor Sysoev | 1 | -4/+2 | |
| 2010-05-31 | fix building by ICC8, the bug had been introduced in r3476 | Igor Sysoev | 1 | -2/+0 | |
| 2010-05-31 | fix handling an inherited alias in inclusive location | Igor Sysoev | 2 | -8/+8 | |
| 2010-05-27 | fix a try_files/alias case when alias uses captures and | Igor Sysoev | 2 | -3/+12 | |
| try_files .html "" / =404; | |||||
| 2010-05-27 | do not add tested file to a location regex string, | Igor Sysoev | 1 | -0/+6 | |
| instead, set URI to the tested file, or keep URI unchanged, if the tested file is a directory, the later allows to handle a directory autoredirect | |||||
| 2010-05-27 | fix the previous commit | Igor Sysoev | 1 | -1/+1 | |
