aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_uwsgi_module.c
Commit message (Collapse)AuthorAge
...
* use ngx_http_test_predicates(), ngx_http_set_predicate_slot()Igor Sysoev2010-07-14
| | | | delete ngx_http_cache(), ngx_http_no_cache_set_slot()
* do not use a cache headers set to hideIgor Sysoev2010-07-02
|
* use shared ngx_http_upstream_ignore_headers_masks[]Igor Sysoev2010-07-02
|
* style fixIgor Sysoev2010-06-15
|
* fix r3628Igor Sysoev2010-06-15
|
* make code more obviuosIgor Sysoev2010-06-15
|
* use ngx_http_parse_status_line()Igor Sysoev2010-06-15
|
* update the previous commitIgor Sysoev2010-06-15
|
* support CGI-style responseIgor Sysoev2010-06-15
|
* style fixIgor Sysoev2010-06-15
|
* delete empty Server and Date header used only in proxy modeIgor Sysoev2010-06-08
|
* change variable namesIgor Sysoev2010-06-08
|
* delete surplus flushIgor Sysoev2010-06-08
|
* uwsgi cacheIgor Sysoev2010-06-04
|
* uwsgi_bindIgor Sysoev2010-06-04
|
* allow uwsgi_param to override client headers using HTTP_ parametersIgor Sysoev2010-06-04
|
* uwsgi_storeIgor Sysoev2010-06-04
|
* add uwsgi_param and client request headers debug loggingIgor Sysoev2010-06-04
|
* style fixIgor Sysoev2010-06-01
|
* improve uwsgi_string processingIgor Sysoev2010-06-01
|
* delete unneeded declarationIgor Sysoev2010-06-01
|
* delete unused ngx_http_uwsgi_add_variables()Igor Sysoev2010-06-01
|
* improve uwsgi_modifierX processing:Igor Sysoev2010-06-01
| | | | | | *) use ngx_conf_set_num_slot() *) check bounds *) check duplicates
* remove LICENSE textIgor Sysoev2010-06-01
|
* style fixIgor Sysoev2010-06-01
|
* ./configure --http-uwsgi-temp-path=PATHIgor Sysoev2010-06-01
|
* fix the previous commit when value is static string: remove the specialIgor Sysoev2010-06-01
| | | | static values processing, because it is anyway very seldom case
* remove useless copy: key name should be just copied before value lengthIgor Sysoev2010-06-01
|
* simplify binary little endian length processingIgor Sysoev2010-06-01
|
* use ngx_str_set() and ngx_str_null()Igor Sysoev2010-06-01
|
* fix copyrightsIgor Sysoev2010-06-01
|
* fix style, some names, and building by MSVC8Igor Sysoev2010-06-01
|
* style fix: remove tabs and trailing spacesIgor Sysoev2010-06-01
|
* import original ngx_http_uwsgi_module versionIgor Sysoev2010-06-01