| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
The 'typ' argument to all other functions is the actual file extension,
but not here for some reason.
May need this for iterating over the .bin files created by
mod_http_file_share in the future.
|
|
|
|
|
|
|
| |
(thanks semgrep)
Passing error messages as format string could lead to errors, although
not a problem anymore since util.format sanitizes this.
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The 'store' path componend used to be unescaped until 756a2a00e7e7 added
escaping to address issues with characters like '/' used in PEP, but
with a special case for '_' which was already in common use in 'store'
path components.
Missed adding this escaping here.
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
| |
iteration
|
| |
|
| |
|
| |
|
|
|
|
| |
that already
|
| |
|
| |
|
|
|
|
| |
a list
|
| |
|
| |
|
| |
|
|
|
|
| |
never encode to
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
to close it again (fixes #632)
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
may fail (eg the implied flush)
|
| | |
|
| | |
|
|/
|
|
| |
return them in a table at the end
|
|
|
|
| |
or otherwise unaccessible (fixes #496)
|
| |
|
|
|
|
| |
(fixes nil indexing in use outside of prosody)
|
|
|
|
| |
and retry
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
data in a store
|
|
|
|
| |
list_stores() with an iterator version
|
| |
|