Address
:
[go:
up one dir
,
main page
]
Remove Scripts
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · master
fuseadf
Browse files
Sep 30, 2025
gitlab ci conf.: update version.
· 6956da5d
t-m
authored
Sep 30, 2025
View commits for tag 0.8
0.8
6956da5d
README: update the name of an util. from ADFlib.
· 851f6f26
t-m
authored
Sep 30, 2025
851f6f26
test data prep: download ffdisk49 from ADFlib's repo.
· ad06e590
t-m
authored
Sep 30, 2025
ad06e590
Update versions (including dependencies) in build systems.
· cbb2aadb
t-m
authored
Sep 30, 2025
cbb2aadb
Update README.
· 9b2111d1
t-m
authored
Sep 30, 2025
9b2111d1
Update changelogs.
· 975a39cf
t-m
authored
Sep 30, 2025
975a39cf
Sep 29, 2025
deb. packaing: update dependencies.
· 19c75ca7
t-m
authored
Sep 29, 2025
19c75ca7
Sep 22, 2025
Add util_path.
· 245b670c
t-m
authored
Sep 22, 2025
245b670c
Sep 20, 2025
adfimage_dentry: change type of adflib_entry to pointer.
· d2c847e8
t-m
authored
Sep 20, 2025
d2c847e8
adffs: add an initial implementation of access().
· 92b0418e
t-m
authored
Sep 20, 2025
92b0418e
Sep 19, 2025
adfimage_file_open: check permissions when opening files via links.
· 67c44c23
t-m
authored
Sep 20, 2025
67c44c23
adfimage_file_open: fix opening file through links.
· e12b99a6
t-m
authored
Sep 19, 2025
e12b99a6
adfimage_file_open: ensure working in the root directory (of the volume).
· d0a18122
t-m
authored
Sep 19, 2025
d0a18122
adfimage_file_open: more detailed error info (some optional, for debugging).
· 318d8c14
t-m
authored
Sep 19, 2025
318d8c14
adfimage_chdir: fix error type.
· f7eb37d9
t-m
authored
Sep 19, 2025
f7eb37d9
adfimage_getdentry: improve error info.
· 0ec592ce
t-m
authored
Sep 19, 2025
0ec592ce
adfimage_getdentry: fix a memory leak.
· 72d4849a
t-m
authored
Sep 19, 2025
72d4849a
test_adfimage: minor improvements.
· 4715d657
t-m
authored
Sep 19, 2025
4715d657
Sep 18, 2025
adffs: remove going back to root dir. after operations.
· 1ebc98ea
t-m
authored
Sep 18, 2025
1ebc98ea
adffs_readdir: clean-up (removed not used, commented-out code).
· 73de1085
t-m
authored
Sep 18, 2025
73de1085
adffs_open: make read mode work, #11, #8
· bd411fd8
t-m
authored
Sep 18, 2025
bd411fd8
adffs_open: use flags from FUSE to set proper mode, #8, #11
· f8a5069e
t-m
authored
Sep 18, 2025
f8a5069e
adfimage_file_open: add checking permissions for requested mode, #8, #11
· 4302fa7d
t-m
authored
Sep 18, 2025
4302fa7d
adffs_write: refactor (improve and cleanup).
· d32c768b
t-m
authored
Sep 18, 2025
d32c768b
test_util_path: clean-up (remove not needed headers).
· 98343602
t-m
authored
Sep 18, 2025
98343602
adffs: remove path normalization, #9
· 8a82be9c
t-m
authored
Sep 18, 2025
8a82be9c
adf_util: move path normalization function to a separated module, #9
· 261929f3
t-m
authored
Sep 18, 2025
261929f3
adfimage_get/setperm: use an unsigned type for storing permissions.
· 6fb9089a
t-m
authored
Sep 18, 2025
6fb9089a
adffs_chmod: return more proper error codes, #8
· 4aa4211d
t-m
authored
Sep 18, 2025
4aa4211d
adfimage: whitespaces (no semantic changes).
· 896a622e
t-m
authored
Sep 18, 2025
896a622e
fuseadf: make const parameters const.
· abd138d9
t-m
authored
Sep 18, 2025
abd138d9
fuseadf: whitespaces (no semantic changes).
· a77461a7
t-m
authored
Sep 18, 2025
a77461a7
test_time_to_time_t: whitespaces (no semantic changes).
· 4df5f0f8
t-m
authored
Sep 18, 2025
4df5f0f8
test_time_to_time_t: minor refactoring.
· 39303c50
t-m
authored
Sep 18, 2025
39303c50
Sep 17, 2025
adffs_write: return EIO on error if disk not full, #10
· c7ff4de0
t-m
authored
Sep 18, 2025
c7ff4de0
adffs_write: return a proper error code if disk full, #10
· 2bb3bad3
t-m
authored
Sep 17, 2025
2bb3bad3
adfimage_readlink: ensure starting in the root dir. ("/").
· 7f21f9ed
t-m
authored
Sep 17, 2025
7f21f9ed
adfimage_readlink: cleanup (remove unnecesary code).
· c958d6f2
t-m
authored
Sep 17, 2025
c958d6f2
adfimage_create: return a proper error on disk full, #8
· 7d4667e9
t-m
authored
Sep 17, 2025
7d4667e9
adfimage / get_adflib..version/date: return const char *.
· 6840da39
t-m
authored
Sep 17, 2025
6840da39
Loading