aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_random_index_module.c
Commit message (Collapse)AuthorAge
* Win32: removed NGX_DIR_MASK concept.Maxim Dounin2018-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 Kandaurov2016-03-31
|
* Fixed spelling in single-line comments.Ruslan Ermilov2012-02-28
|
* Copyright updated.Maxim Konovalov2012-01-18
|
* remove r->zero_in_uriIgor Sysoev2010-05-24
|
* update r3201: ngx_http_random_index_module should behave consistentlyIgor Sysoev2009-10-14
| | | | in spite of the dirent.d_type presence
* *) reset cached dirent.d_type after stat()Igor Sysoev2009-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 failureIgor Sysoev2009-06-02
|
* remove TODO commentsIgor Sysoev2009-04-18
|
* back out $random_index variableIgor Sysoev2008-09-30
|
* $random_index variableIgor Sysoev2008-09-27
|
* ngx_http_random_index_moduleIgor Sysoev2008-09-05