summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_random_index_module.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-12-24Win32: removed NGX_DIR_MASK concept.Maxim Dounin1-1/+1
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.
2016-03-31Fixed logging in close error handling.Sergey Kandaurov1-1/+1
2012-02-28Fixed spelling in single-line comments.Ruslan Ermilov1-2/+2
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2010-05-24remove r->zero_in_uriIgor Sysoev1-4/+0
2009-10-14update r3201: ngx_http_random_index_module should behave consistentlyIgor Sysoev1-1/+1
in spite of the dirent.d_type presence
2009-10-14*) reset cached dirent.d_type after stat()Igor Sysoev1-1/+1
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
2009-06-02return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev1-1/+1
2009-04-18remove TODO commentsIgor Sysoev1-1/+0
2008-09-30back out $random_index variableIgor Sysoev1-57/+2
2008-09-27$random_index variableIgor Sysoev1-2/+57
2008-09-05ngx_http_random_index_moduleIgor Sysoev1-0/+321