| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-12-24 | Win32: removed NGX_DIR_MASK concept. | Maxim Dounin | 1 | -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-31 | Fixed logging in close error handling. | Sergey Kandaurov | 1 | -1/+1 | |
| 2012-02-28 | Fixed spelling in single-line comments. | Ruslan Ermilov | 1 | -2/+2 | |
| 2012-01-18 | Copyright updated. | Maxim Konovalov | 1 | -0/+1 | |
| 2010-05-24 | remove r->zero_in_uri | Igor Sysoev | 1 | -4/+0 | |
| 2009-10-14 | update r3201: ngx_http_random_index_module should behave consistently | Igor Sysoev | 1 | -1/+1 | |
| in spite of the dirent.d_type presence | |||||
| 2009-10-14 | *) reset cached dirent.d_type after stat() | Igor Sysoev | 1 | -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-02 | return NULL instead of NGX_CONF_ERROR on a create conf failure | Igor Sysoev | 1 | -1/+1 | |
| 2009-04-18 | remove TODO comments | Igor Sysoev | 1 | -1/+0 | |
| 2008-09-30 | back out $random_index variable | Igor Sysoev | 1 | -57/+2 | |
| 2008-09-27 | $random_index variable | Igor Sysoev | 1 | -2/+57 | |
| 2008-09-05 | ngx_http_random_index_module | Igor Sysoev | 1 | -0/+321 | |
