1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
When testing, check if '/proc/mounts' exists. More... almost 13 years ago
Do not include 'xattr.h' on FreeBSD. More... almost 13 years ago
document changes for version 0.12
Dobrica Pavlinušić
as Dobrica Pavlinusic
More... almost 13 years ago
Check that the option string is not an empty string. If it is, don't add "-o" and an empty mountopts to the argument list. More... almost 13 years ago
Screwed up parentheses balance with last commit. Oops. Fixed. More... almost 13 years ago
Found an error message that was using the old offset value; fixed to use the new, correct one. More... almost 13 years ago
Make sure the first element in the args list is an empty string always; didn't think about the fact that if no "mountopts" is given, but "debug" is true, there won't be one. More... almost 13 years ago
Update the readdir example to use the new syntax, so it'll actually work. More... almost 13 years ago
Remove inclusion of Data::Dumper. Remove incorrect duplicate documentation for readdir(). More... almost 13 years ago
Move XATTR_{CREATE,REPLACE} into the XS code, so we can get the definitions of the constants from sys/xattr.h instead of setting them to arbitrary platform-specific constant values. More... almost 13 years ago
Remove a couple of unnecessary '#if FUSE_VERSION >= 24' blocks in the _PLfuse_create implementation. If the create() wrapper is supported (as of FUSE 2.5), we know those lines necessarily have to work, so the conditional is pointless. More... almost 13 years ago
Align groups of hv_{fetch,store} calls. Compare to NULL, instead of assuming NULL is 0 (most arches it is, but it's not necessary a universal constant). Also make the hash building code in _PLfuse_create() consistent with the code in _PLfuse_open(). More... almost 13 years ago
Assorted minor cleanups. Restore 'symlink' fops member. Better handle NULL file arguments for functions that can operate on file/directory handles. More... almost 13 years ago
Add return checking to several asprintf()s used for non 64-bit architectures. Also, abbreviate several unnecessary 4-line 'if (rv) ...' blocks to a single line with a ternary operator, as it's cleaner and (IMO) easier to read. More... almost 13 years ago
Void cast some hv_store calls to get rid of warnings. More... almost 13 years ago
Export the 'private_data' member of the fuse_context struct as 'private', if any is set (via the init() function). Also, export the 'umask' member if built against FUSE 2.8 or later. More... almost 13 years ago
Implement additional FUSE operations. More... almost 13 years ago
Fold margs and fargs together into args; this fixes the handling of the '-o big_writes' mount option, which previously did not work at all. More... almost 13 years ago
Handle getdir entries in order passed. Currently they are handed to the filler call in reverse order; this is kind of a pain in the butt. More... almost 13 years ago
Added support for 'nullpath_ok' option to fuse_main(). More... almost 13 years ago
Add the fuse_version() static method. This is the basis of version checking required for later changes. More... almost 13 years ago
a couple more file handle bugfixes More... about 13 years ago
a couple file handle bugfixes More... about 13 years ago
flags are the 3rd parameter, not the 4th for hv_delete_ent More... about 13 years ago
cleanup example
Dobrica Pavlinušić
as Dobrica Pavlinusic
More... about 13 years ago
document readdir
Dobrica Pavlinušić
as Dobrica Pavlinusic
More... about 13 years ago
close RT #55953 - readdir
Dobrica Pavlinušić
as Dobrica Pavlinusic
More... about 13 years ago
Merge branch 'frett-readdir'
Dobrica Pavlinušić
as Dobrica Pavlinusic
More... about 13 years ago
added build files to the .gitignore file More... about 13 years ago
Merge branch 'rt-55953-readdir' into master More... about 13 years ago