summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2010-09-02nginx-0.8.50-RELEASErelease-0.8.50Igor Sysoev1-1/+63
2010-09-02new ngx_http_secure_link_module with secure_link, secure_link_md5, andIgor Sysoev5-20/+272
secure_link_expires
2010-09-02fix race condition if during reconfiguration two cache managers tryIgor Sysoev2-1/+10
to delete old inactive entries: one of them removes a entry just locked by other manager from the queue and the rbtree as long inactive entry, causes the latter manager to segfault leaving cache mutex locked, the bug has been introduced in r3727
2010-09-02gzip_disable msie6 ignored other patternsIgor Sysoev1-1/+1
2010-09-02gzip_disable compiled always the first pattern onlyIgor Sysoev1-1/+1
2010-09-02gzip_disable msie6 did not inherited if nginx was built without PCREIgor Sysoev1-1/+1
2010-09-02add "Global\" prefix for signal eventsIgor Sysoev1-9/+11
2010-09-02the -q switchIgor Sysoev3-4/+15
2010-08-26if a location is specified by regex, then always compile an "alias",Igor Sysoev1-1/+7
even into one static string script: this elimates testing this too specific case inside ngx_http_map_uri_to_path()
2010-08-25bump versionIgor Sysoev2-3/+3
2010-08-09release-0.8.49 tagIgor Sysoev1-0/+1
2010-08-09nginx-0.8.49-RELEASErelease-0.8.49Igor Sysoev1-0/+38
2010-08-06image_filter_jpeg_quality supports variablesIgor Sysoev1-6/+67
2010-08-04zero fcn->updating after node allocationIgor Sysoev1-0/+2
2010-08-04error status codes could be cached for next request only,Igor Sysoev1-2/+5
the bug has been introduced in r3712
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 Sysoev2-3/+3
2010-08-03release-0.8.48 tagIgor Sysoev1-0/+1
2010-08-03nginx-0.8.48-RELEASErelease-0.8.48Igor Sysoev1-3/+100
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-03delete surplus assignmentIgor Sysoev1-2/+0
2010-08-03inherit proxy_pass, fastcgi_pass, uwsgi_pass, scgi_pass insideIgor Sysoev6-0/+34
a limit_except block if no handler was defined for the block
2010-08-02ngx_http_conf_get_module_srv_conf() and ngx_http_conf_get_module_loc_conf()Igor Sysoev2-37/+75
may be used at merge phase
2010-08-02fix directive typeIgor Sysoev4-16/+16
2010-08-02change logic slightlyIgor Sysoev1-2/+2
2010-08-02change orderIgor Sysoev1-27/+22
2010-08-02*) delete cache key node after a cache file removalIgor Sysoev1-41/+26
*) move fileless cache key node removal in ngx_http_file_cache_delete()
2010-07-30escape ";" in argumentsIgor Sysoev1-1/+1
2010-07-30count cache key node usage for cached error statusesIgor Sysoev1-5/+6
2010-07-30do not free unused cache node if cache min_uses > 1,Igor Sysoev1-1/+1
the bug has been introduced in r3695, r3708, r3711
2010-07-29return 415 on too big image in image filterIgor Sysoev1-1/+1
2010-07-29change default server_name_in_redirect value to off,Igor Sysoev1-1/+1
since default server_name is empty
2010-07-29use an empty name as default server_name instread of hostnameIgor Sysoev1-3/+2
2010-07-29allow server_name "" as the first nameIgor Sysoev1-15/+8
2010-07-29decrease SSL handshake error level to infoIgor Sysoev1-1/+2
2010-07-29copy OpenSSL-0.9.8o LICENSE for nginx/Windows zipIgor Sysoev1-1/+1
2010-07-29bump versionIgor Sysoev2-3/+3
2010-07-28release-0.8.47 tagIgor Sysoev1-0/+1
2010-07-28nginx-0.8.47-RELEASErelease-0.8.47Igor Sysoev1-4/+39
2010-07-28move debug logging inside ngx_http_file_cache_free()Igor Sysoev2-8/+2
2010-07-28fix $request_time for subrequestsIgor Sysoev1-0/+5
2010-07-28several changes in cache cleanup handling:Igor Sysoev3-28/+23
*) now ngx_http_file_cache_cleanup() uses ngx_http_file_cache_free() *) ngx_http_file_cache_free() interface has been changed to accept r->cache ngx_http_file_cache_cleanup() must use r->cache, but not r, because there can be several r->cache's during request processing, r->cache may be NULL at request finalising, etc. *) test if updating request does not complete correctly
2010-07-27fix r3708 and r3695: valid_sec is set only for caching error status codesIgor Sysoev1-1/+1
2010-07-27fix r3707: cache node should be freed be a response is not cachedIgor Sysoev1-1/+1
2010-07-27fix typoIgor Sysoev1-1/+1