| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-10-18 | allow override redirect status in error_page | Igor Sysoev | 2 | -9/+7 | |
| 2010-10-14 | change order of limit_req lookup result processing | Igor Sysoev | 1 | -51/+48 | |
| 2010-10-13 | an excess was logged as 0.000 if requests were limited without delay: | Igor Sysoev | 1 | -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-12 | always update an aio_senfile connection flag accodring to a current | Igor Sysoev | 1 | -2/+4 | |
| location configuration, this clears the flag for requests passed via a keep-alive connection | |||||
| 2010-10-12 | update event flags after successful io_submit() | Igor Sysoev | 1 | -0/+4 | |
| 2010-10-12 | file AIO read may be posted inside loop | Igor Sysoev | 2 | -6/+7 | |
| 2010-10-11 | add default listen port at the end of server block parsing instead of | Igor Sysoev | 1 | -33/+33 | |
| merge phase: otherwise the first server without an listen directive did not become the default server if there was no explicit default server; the bug has been introduced in r3218 | |||||
| 2010-10-08 | fix testing, the bug has been introduced in r3218 | Igor Sysoev | 1 | -2/+2 | |
| 2010-10-04 | gzip_disable degradation | Igor Sysoev | 3 | -8/+59 | |
| 2010-10-04 | ngx_http_degraded() | Igor Sysoev | 2 | -11/+36 | |
| 2010-10-04 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2010-09-28 | nginx uses SSL mode for a listen socket with any option set, | Igor Sysoev | 1 | -1/+1 | |
| the bug has been introduced in r3765 | |||||
| 2010-09-28 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2010-09-27 | allow duplicate listen ssl options | Igor Sysoev | 2 | -1/+10 | |
| 2010-09-27 | decrease resolver errors level to error | Igor Sysoev | 1 | -1/+1 | |
| 2010-09-15 | worker_rlimit_core should be off_t | Igor Sysoev | 3 | -5/+5 | |
| 2010-09-13 | fix typo | Igor Sysoev | 3 | -4/+4 | |
| 2010-09-06 | discard "secure_link_expires on|off" | Igor Sysoev | 1 | -25/+11 | |
| 2010-09-06 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2010-09-02 | new ngx_http_secure_link_module with secure_link, secure_link_md5, and | Igor Sysoev | 5 | -20/+272 | |
| secure_link_expires | |||||
| 2010-09-02 | fix race condition if during reconfiguration two cache managers try | Igor Sysoev | 2 | -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-02 | gzip_disable msie6 ignored other patterns | Igor Sysoev | 1 | -1/+1 | |
| 2010-09-02 | gzip_disable compiled always the first pattern only | Igor Sysoev | 1 | -1/+1 | |
| 2010-09-02 | gzip_disable msie6 did not inherited if nginx was built without PCRE | Igor Sysoev | 1 | -1/+1 | |
| 2010-09-02 | add "Global\" prefix for signal events | Igor Sysoev | 1 | -9/+11 | |
| 2010-09-02 | the -q switch | Igor Sysoev | 3 | -4/+15 | |
| 2010-08-26 | if a location is specified by regex, then always compile an "alias", | Igor Sysoev | 1 | -1/+7 | |
| even into one static string script: this elimates testing this too specific case inside ngx_http_map_uri_to_path() | |||||
| 2010-08-25 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2010-08-06 | image_filter_jpeg_quality supports variables | Igor Sysoev | 1 | -6/+67 | |
| 2010-08-04 | zero fcn->updating after node allocation | Igor Sysoev | 1 | -0/+2 | |
| 2010-08-04 | error status codes could be cached for next request only, | Igor Sysoev | 1 | -2/+5 | |
| the bug has been introduced in r3712 | |||||
| 2010-08-03 | we can free GeoIPRecord just after GeoIP_region_name_by_code(), | Igor Sysoev | 1 | -10/+4 | |
| because it returns a statically allocated string | |||||
| 2010-08-03 | fix segfault, the bug has been introduced in r3738 | Igor Sysoev | 1 | -0/+7 | |
| 2010-08-03 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2010-08-03 | $geoip_region_name | Igor Sysoev | 1 | -0/+48 | |
| 2010-08-03 | $geoip_dma_code and $geoip_area_code | Igor Sysoev | 1 | -0/+39 | |
| 2010-08-03 | fix fastcgi_split_path_info, if URI was not fully captured | Igor Sysoev | 1 | -2/+2 | |
| 2010-08-03 | *) make code consistent to fastcgi, etc | Igor Sysoev | 1 | -6/+5 | |
| *) remove STUB comment | |||||
| 2010-08-03 | use NULL instead of 0 | Igor Sysoev | 1 | -1/+1 | |
| 2010-08-03 | delete surplus assignment | Igor Sysoev | 1 | -2/+0 | |
| 2010-08-03 | inherit proxy_pass, fastcgi_pass, uwsgi_pass, scgi_pass inside | Igor Sysoev | 6 | -0/+34 | |
| a limit_except block if no handler was defined for the block | |||||
| 2010-08-02 | ngx_http_conf_get_module_srv_conf() and ngx_http_conf_get_module_loc_conf() | Igor Sysoev | 2 | -37/+75 | |
| may be used at merge phase | |||||
| 2010-08-02 | fix directive type | Igor Sysoev | 4 | -16/+16 | |
| 2010-08-02 | change logic slightly | Igor Sysoev | 1 | -2/+2 | |
| 2010-08-02 | change order | Igor Sysoev | 1 | -27/+22 | |
| 2010-08-02 | *) delete cache key node after a cache file removal | Igor Sysoev | 1 | -41/+26 | |
| *) move fileless cache key node removal in ngx_http_file_cache_delete() | |||||
| 2010-07-30 | escape ";" in arguments | Igor Sysoev | 1 | -1/+1 | |
| 2010-07-30 | count cache key node usage for cached error statuses | Igor Sysoev | 1 | -5/+6 | |
| 2010-07-30 | do not free unused cache node if cache min_uses > 1, | Igor Sysoev | 1 | -1/+1 | |
| the bug has been introduced in r3695, r3708, r3711 | |||||
| 2010-07-29 | return 415 on too big image in image filter | Igor Sysoev | 1 | -1/+1 | |
