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
Make ioctl implementation BSD-friendly. More... almost 12 years ago
Add a word boundary match to MacFUSE compat hack. More... almost 12 years ago
Use __APPLE__ for OS X-specific sections. More... about 12 years ago
Remove #if's for pre-FUSE 2.6 API checks. More... about 12 years ago
Merge branch 'master' of github.com:dpavlin/perl-fuse More... about 12 years ago
Increment version number, to be ready for a new release. More... about 12 years ago
Get setsid() and provide absolute path for pidfile. More... about 12 years ago
s/MacFUSE/OSXFUSE/g; More... about 12 years ago
Fixing ioctl on 32bit arches. More... about 12 years ago
Documentation cleanups. More... about 12 years ago
Support more accurate timestamps for utimens(). More... about 12 years ago
Lion compat for -lfuse_ino64 hack. More... about 12 years ago
Don't override the include path if empty. More... about 12 years ago
Added a mention about sub-second times to getattr documentation. More... about 12 years ago
Rewrite timestamp handling to support different representations. More... about 12 years ago
Updated Changes and fixed a couple indents. More... about 12 years ago
Add fix for RT #71271. More... about 12 years ago
Code cleanups. More... about 12 years ago
Inline POD fixups, and change =head1 poll() to =head3. More... about 12 years ago
Fix a typo in documentation: Separeted -> Separated More... about 12 years ago
Fix a typo in documentation: trunctation -> truncation More... about 12 years ago
Added a daemonize() function to account for certain conditions where the forked process would still die (e.g. if mounted as a home directory and the user logs in multiple times). More... about 12 years ago
The current list of major changes to the code. More... over 12 years ago
Merge remote-tracking branch 'ktdreyer/master' More... over 12 years ago
Remove some print statements, and handle options for debug output and threads. More... over 12 years ago
set license metadata (LGPL)
ktdreyer
as Ken Dreyer
More... over 12 years ago
Appears that Filesys::Statvfs on OS X actually does return f_namelen. More... over 12 years ago
Update MANIFEST with new ioctl/poll test scripts. More... over 12 years ago
Okay, nevermind, can't do that that way at all... More... over 12 years ago
Fix a typo, and call fuse_version after 'bootstrap' is done. More... over 12 years ago