aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* nginx uses SSL mode for a listen socket with any option set,Igor Sysoev2010-09-28
| | | | the bug has been introduced in r3765
* bump versionIgor Sysoev2010-09-28
|
* allow duplicate listen ssl optionsIgor Sysoev2010-09-27
|
* decrease resolver errors level to errorIgor Sysoev2010-09-27
|
* worker_rlimit_core should be off_tIgor Sysoev2010-09-15
|
* fix typoIgor Sysoev2010-09-13
|
* discard "secure_link_expires on|off"Igor Sysoev2010-09-06
|
* bump versionIgor Sysoev2010-09-06
|
* new ngx_http_secure_link_module with secure_link, secure_link_md5, andIgor Sysoev2010-09-02
| | | | secure_link_expires
* fix race condition if during reconfiguration two cache managers tryIgor Sysoev2010-09-02
| | | | | | | 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
* gzip_disable msie6 ignored other patternsIgor Sysoev2010-09-02
|
* gzip_disable compiled always the first pattern onlyIgor Sysoev2010-09-02
|
* gzip_disable msie6 did not inherited if nginx was built without PCREIgor Sysoev2010-09-02
|
* add "Global\" prefix for signal eventsIgor Sysoev2010-09-02
|
* the -q switchIgor Sysoev2010-09-02
|
* if a location is specified by regex, then always compile an "alias",Igor Sysoev2010-08-26
| | | | | even into one static string script: this elimates testing this too specific case inside ngx_http_map_uri_to_path()
* bump versionIgor Sysoev2010-08-25
|
* image_filter_jpeg_quality supports variablesIgor Sysoev2010-08-06
|
* zero fcn->updating after node allocationIgor Sysoev2010-08-04
|
* error status codes could be cached for next request only,Igor Sysoev2010-08-04
| | | | the bug has been introduced in r3712
* we can free GeoIPRecord just after GeoIP_region_name_by_code(),Igor Sysoev2010-08-03
| | | | because it returns a statically allocated string
* fix segfault, the bug has been introduced in r3738Igor Sysoev2010-08-03
|
* bump versionIgor Sysoev2010-08-03
|
* $geoip_region_nameIgor Sysoev2010-08-03
|
* $geoip_dma_code and $geoip_area_codeIgor Sysoev2010-08-03
|
* fix fastcgi_split_path_info, if URI was not fully capturedIgor Sysoev2010-08-03
|
* *) make code consistent to fastcgi, etcIgor Sysoev2010-08-03
| | | | *) remove STUB comment
* use NULL instead of 0Igor Sysoev2010-08-03
|
* delete surplus assignmentIgor Sysoev2010-08-03
|
* inherit proxy_pass, fastcgi_pass, uwsgi_pass, scgi_pass insideIgor Sysoev2010-08-03
| | | | a limit_except block if no handler was defined for the block
* ngx_http_conf_get_module_srv_conf() and ngx_http_conf_get_module_loc_conf()Igor Sysoev2010-08-02
| | | | may be used at merge phase
* fix directive typeIgor Sysoev2010-08-02
|
* change logic slightlyIgor Sysoev2010-08-02
|
* change orderIgor Sysoev2010-08-02
|
* *) delete cache key node after a cache file removalIgor Sysoev2010-08-02
| | | | *) move fileless cache key node removal in ngx_http_file_cache_delete()
* escape ";" in argumentsIgor Sysoev2010-07-30
|
* count cache key node usage for cached error statusesIgor Sysoev2010-07-30
|
* do not free unused cache node if cache min_uses > 1,Igor Sysoev2010-07-30
| | | | the bug has been introduced in r3695, r3708, r3711
* return 415 on too big image in image filterIgor Sysoev2010-07-29
|
* change default server_name_in_redirect value to off,Igor Sysoev2010-07-29
| | | | since default server_name is empty
* use an empty name as default server_name instread of hostnameIgor Sysoev2010-07-29
|
* allow server_name "" as the first nameIgor Sysoev2010-07-29
|
* decrease SSL handshake error level to infoIgor Sysoev2010-07-29
|
* bump versionIgor Sysoev2010-07-29
|
* move debug logging inside ngx_http_file_cache_free()Igor Sysoev2010-07-28
|
* fix $request_time for subrequestsIgor Sysoev2010-07-28
|
* several changes in cache cleanup handling:Igor Sysoev2010-07-28
| | | | | | | | | *) 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
* fix r3708 and r3695: valid_sec is set only for caching error status codesIgor Sysoev2010-07-27
|
* fix r3707: cache node should be freed be a response is not cachedIgor Sysoev2010-07-27
|
* fix typoIgor Sysoev2010-07-27
|