nginx/src
Maxim Dounin aa741f8727 Win32: removed NGX_DIR_MASK concept.
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.
2018-12-24 21:07:05 +03:00
..
core Win32: removed NGX_DIR_MASK concept. 2018-12-24 21:07:05 +03:00
event SSL: avoid reading on pending SSL_write_early_data(). 2018-12-18 15:15:15 +03:00
http Win32: removed NGX_DIR_MASK concept. 2018-12-24 21:07:05 +03:00
mail SSL: deprecated the "ssl" directive. 2018-04-25 14:57:24 +03:00
misc Style: aligned ngx_null_command. 2017-07-12 11:34:04 +03:00
os Win32: removed NGX_DIR_MASK concept. 2018-12-24 21:07:05 +03:00
stream Geo: fixed handling of AF_UNIX client addresses (ticket #1684). 2018-12-14 18:11:06 +03:00