Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Win32: removed NGX_DIR_MASK concept. | Maxim Dounin | 2018-12-24 |
| | | | | | | | | | | | | Previous interface of ngx_open_dir() assumed that passed directory name has a room for NGX_DIR_MASK at the end (NGX_DIR_MASK_LEN bytes). While all direct users of ngx_dir_open() followed this interface, this also implied similar requirements for indirect uses - in particular, via ngx_walk_tree(). Currently none of ngx_walk_tree() uses provides appropriate space, and fixing this does not look like a right way to go. Instead, ngx_dir_open() interface was changed to not require any additional space and use appropriate allocations instead. | ||
* | Fixed logging in close error handling. | Sergey Kandaurov | 2016-03-31 |
| | |||
* | Fixed spelling in single-line comments. | Ruslan Ermilov | 2012-02-28 |
| | |||
* | Copyright updated. | Maxim Konovalov | 2012-01-18 |
| | |||
* | remove r->zero_in_uri | Igor Sysoev | 2010-05-24 |
| | |||
* | update r3201: ngx_http_random_index_module should behave consistently | Igor Sysoev | 2009-10-14 |
| | | | | in spite of the dirent.d_type presence | ||
* | *) reset cached dirent.d_type after stat() | Igor Sysoev | 2009-10-14 |
| | | | | | | | this fixes slash after link to a directory in ngx_http_autoindex_module; *) use cached dirent.d_type as hint on all systems the issues has been introduced in r2235 | ||
* | return NULL instead of NGX_CONF_ERROR on a create conf failure | Igor Sysoev | 2009-06-02 |
| | |||
* | remove TODO comments | Igor Sysoev | 2009-04-18 |
| | |||
* | back out $random_index variable | Igor Sysoev | 2008-09-30 |
| | |||
* | $random_index variable | Igor Sysoev | 2008-09-27 |
| | |||
* | ngx_http_random_index_module | Igor Sysoev | 2008-09-05 |