Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

propfind invalidates filecache #496

Draft
wants to merge 22 commits into
base: dev
Choose a base branch
from

check updated children time for parent dir

7c24280
Select commit
Loading
Failed to load commit list.
Draft

propfind invalidates filecache #496

check updated children time for parent dir
7c24280
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Dec 6, 2024 in 0s

6 new issues (0 max.) of at least minor severity.

Annotations

Check warning on line 74 in scripts/docker-inner.sh

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

scripts/docker-inner.sh#L74

Double quote to prevent globbing and word splitting.

Check warning on line 84 in scripts/docker-inner.sh

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

scripts/docker-inner.sh#L84

Double quote to prevent globbing and word splitting.

Check warning on line 109 in scripts/docker-inner.sh

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

scripts/docker-inner.sh#L109

Double quote to prevent globbing and word splitting.

Check notice on line 1132 in src/filecache.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/filecache.c#L1132

Variable 'num_read' is assigned a value that is never used.

Check notice on line 1139 in src/filecache.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/filecache.c#L1139

Variable 'is_ferror' is assigned a value that is never used.

Check warning on line 296 in src/fusedav_config.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/fusedav_config.c#L296

Assigning an integer to a pointer is not portable.