summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-12-06bump versionIgor Sysoev1-1/+1
2010-12-06"If-Unmodified-Since" supportIgor Sysoev1-5/+40
2010-11-30bump versionIgor Sysoev1-1/+1
2010-11-29bump versionIgor Sysoev1-1/+1
2010-11-26fix building by icc8Igor Sysoev1-7/+0
2010-11-26allow variable as "map" valueIgor Sysoev1-6/+63
2010-11-25use "\" to escape "default", "include", and "hostnames" values instead of "!"Igor Sysoev1-1/+1
2010-11-25allow empty value as "map" parameterIgor Sysoev1-10/+0
2010-11-25allow expressions in the first "map" parameterIgor Sysoev1-31/+24
2010-11-24bump versionIgor Sysoev1-1/+1
2010-10-14change order of limit_req lookup result processingIgor Sysoev1-51/+48
2010-10-13an excess was logged as 0.000 if requests were limited without delay:Igor Sysoev1-18/+8
*) use a real excess value instead of non-updated limit_req rbtree node field, *) move inactivity queue handling inside ngx_http_limit_req_lookup() since the node is not required outside the lookup function; the bug has been introduced in r3184
2010-10-04gzip_disable degradationIgor Sysoev1-0/+12
2010-10-04ngx_http_degraded()Igor Sysoev1-11/+32
2010-10-04bump versionIgor Sysoev1-1/+1
2010-09-28bump versionIgor Sysoev1-1/+1
2010-09-13fix typoIgor Sysoev1-2/+2
2010-09-06discard "secure_link_expires on|off"Igor Sysoev1-25/+11
2010-09-06bump versionIgor Sysoev1-1/+1
2010-09-02new ngx_http_secure_link_module with secure_link, secure_link_md5, andIgor Sysoev1-12/+187
secure_link_expires
2010-08-25bump versionIgor Sysoev1-1/+1
2010-08-06image_filter_jpeg_quality supports variablesIgor Sysoev1-6/+67
2010-08-03we can free GeoIPRecord just after GeoIP_region_name_by_code(),Igor Sysoev1-10/+4
because it returns a statically allocated string
2010-08-03fix segfault, the bug has been introduced in r3738Igor Sysoev1-0/+7
2010-08-03bump versionIgor Sysoev1-1/+1
2010-08-03$geoip_region_nameIgor Sysoev1-0/+48
2010-08-03$geoip_dma_code and $geoip_area_codeIgor Sysoev1-0/+39
2010-08-03fix fastcgi_split_path_info, if URI was not fully capturedIgor Sysoev1-2/+2
2010-08-03*) make code consistent to fastcgi, etcIgor Sysoev1-6/+5
*) remove STUB comment
2010-08-03use NULL instead of 0Igor Sysoev1-1/+1
2010-08-03inherit proxy_pass, fastcgi_pass, uwsgi_pass, scgi_pass insideIgor Sysoev4-0/+32
a limit_except block if no handler was defined for the block
2010-08-02fix directive typeIgor Sysoev4-16/+16
2010-07-29return 415 on too big image in image filterIgor Sysoev1-1/+1
2010-07-29bump versionIgor Sysoev1-1/+1
2010-07-19bump versionIgor Sysoev1-1/+1
2010-07-19add warnings for proxy_no_cache and fastcgi_no_cacheIgor Sysoev2-0/+12
2010-07-19proxy_cache_pass, fastcgi_cache_bypass, uwsgi_cache_bypass, scgi_cache_bypassIgor Sysoev4-0/+44
2010-07-14fix scgi_no_cache and uwsgi_no_cache initializationIgor Sysoev2-0/+2
2010-07-14use ngx_http_test_predicates(), ngx_http_set_predicate_slot()Igor Sysoev4-4/+4
delete ngx_http_cache(), ngx_http_no_cache_set_slot()
2010-07-14bump versionIgor Sysoev1-1/+1
2010-07-12use xmlSAXHandler._private field to store xslt filter contextIgor Sysoev1-303/+19
2010-07-08fix building by msvc7Igor Sysoev1-1/+1
2010-07-07update r->buffered after processing SSI command,Igor Sysoev1-2/+12
the bug has been probably introduced in r2378
2010-07-07bump versionIgor Sysoev1-1/+1
2010-07-05fix case of partially matched patterns on buffer border in sub_filterIgor Sysoev1-17/+36
2010-07-02do not use a cache headers set to hideIgor Sysoev4-101/+4
2010-07-02update the previous commitIgor Sysoev1-9/+0
2010-07-02use shared ngx_http_upstream_ignore_headers_masks[]Igor Sysoev4-31/+4
2010-07-01bump versionIgor Sysoev1-1/+1
2010-06-30change logic introduced in r3649:Igor Sysoev1-37/+34
*) now $uid_set is cacheable again *) allow to see at any processing stage that uid cookie is remarked