perl-fuse.git
18 years ago0.07_1 0.07_1
Dobrica Pavlinusic [Mon, 2 Jan 2006 21:03:43 +0000 (21:03 +0000)]
0.07_1

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl-llin@24 6e4b0b00-1209-0410-87b2-b275959b5705

18 years agoadded blib, create /tmp/fusetest-$ENV{LOGNAME} (from directory for loopback) if it...
Dobrica Pavlinusic [Mon, 2 Jan 2006 20:31:19 +0000 (20:31 +0000)]
added blib, create /tmp/fusetest-$ENV{LOGNAME} (from directory for loopback) if it doesn't
exist. mounted directory will be empty when mounted.

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl-llin@23 6e4b0b00-1209-0410-87b2-b275959b5705

18 years agodiag output
Dobrica Pavlinusic [Mon, 2 Jan 2006 20:29:57 +0000 (20:29 +0000)]
diag output

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl-llin@22 6e4b0b00-1209-0410-87b2-b275959b5705

18 years agoworking copy
Dobrica Pavlinusic [Mon, 2 Jan 2006 19:50:33 +0000 (19:50 +0000)]
working copy

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl-llin@21 6e4b0b00-1209-0410-87b2-b275959b5705

18 years agoadded missing example, 0.07_1
Dobrica Pavlinusic [Tue, 27 Dec 2005 14:49:31 +0000 (14:49 +0000)]
added missing example, 0.07_1

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl/trunk@20 6e4b0b00-1209-0410-87b2-b275959b5705

18 years agoChanges from Mark Glines in preparation for 0.07
Dobrica Pavlinusic [Tue, 27 Dec 2005 12:47:00 +0000 (12:47 +0000)]
Changes from Mark Glines in preparation for 0.07
- Remove the FUSE_DEBUG constant; we never actually implemented
  it to begin with.
- "make test" now uses the version of Fuse you've just built,
  not the one installed in /usr/lib/perl5.
- getattr test now allows blksize to vary between host and fuse
  fs, as this is not a bug.
- Add experimental support for threading.  The following minor
  API changes accommodate this:
- The nonexistent (yet documented) "unthreaded=>1" attribute
  has been replaced with the "threaded=>1" attribute, and this
  time it actually exists.
- Symbolic refs like "main::e_getattr" are now allowed for
  callbacks, because threaded mode needs to share() the
  callbacks, yet perl 5.8.7 does not allow share()ing code
  refs yet.  Direct code-refs are still supported as much
  as possible (currently, non-threaded mode).
- testsuite uses a multithreaded loopback.pl, when available.
- Update docs accordingly.  Update examples accordingly.

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl/trunk@19 6e4b0b00-1209-0410-87b2-b275959b5705

18 years agoMark Glines changes to add ithreads support:
Dobrica Pavlinusic [Wed, 21 Dec 2005 15:33:37 +0000 (15:33 +0000)]
Mark Glines changes to add ithreads support:
* Support threading
* Fix the DEBUGf stuff, it seems to segfault these days
* Update the docs
* scrub off some bitrot

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl/trunk@18 6e4b0b00-1209-0410-87b2-b275959b5705

18 years agoupdated for release 0.06 0.06
Dobrica Pavlinusic [Wed, 22 Jun 2005 16:20:33 +0000 (16:20 +0000)]
updated for release 0.06

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl/trunk@17 6e4b0b00-1209-0410-87b2-b275959b5705

18 years agoadded changes from Mark Wilkinson to support mount options, list all
Dobrica Pavlinusic [Wed, 22 Jun 2005 16:15:17 +0000 (16:15 +0000)]
added changes from Mark Wilkinson to support mount options, list all
contributors in AUTHORS, added pod tests

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl/trunk@16 6e4b0b00-1209-0410-87b2-b275959b5705

18 years agoupdated README file
Dobrica Pavlinusic [Wed, 22 Jun 2005 15:22:02 +0000 (15:22 +0000)]
updated README file

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl/trunk@15 6e4b0b00-1209-0410-87b2-b275959b5705

19 years agoAdd support for operations supported by FUSE 2.2.1 (flush, release, fsync, extended...
Richard Dawe [Sun, 10 Apr 2005 13:30:11 +0000 (13:30 +0000)]
Add support for operations supported by FUSE 2.2.1 (flush, release, fsync, extended attributes); bump version to 0.06.

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl/trunk@14 6e4b0b00-1209-0410-87b2-b275959b5705

19 years agoadded missing META.yml, include tests and examples in distribution
Dobrica Pavlinusic [Tue, 22 Mar 2005 10:21:12 +0000 (10:21 +0000)]
added missing META.yml, include tests and examples in distribution

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl/trunk@13 6e4b0b00-1209-0410-87b2-b275959b5705

19 years agobump version 0.05
Dobrica Pavlinusic [Sun, 20 Mar 2005 00:41:27 +0000 (00:41 +0000)]
bump version

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl/trunk@12 6e4b0b00-1209-0410-87b2-b275959b5705

19 years agoRichard Dawe <rich(at)phekda(dot)gotadsl(dot)co(dot)uk>
Dobrica Pavlinusic [Sun, 20 Mar 2005 00:37:31 +0000 (00:37 +0000)]
Richard Dawe <rich(at)phekda(dot)gotadsl(dot)co(dot)uk>

Please find attached a patch that makes statfs.t pass on the x86_64
architecture. With Linux on x86_64 statfs returns 64-bit fields by default, so
the unpack format returns junk.

I also found that I would get a glibc warning about memory corruption. This is
because the statfs structure returned by the kernel includes some padding for
future expansion. So the statfs buffer also needed to be made bigger.

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl/trunk@11 6e4b0b00-1209-0410-87b2-b275959b5705

19 years agoFrom: Richard Dawe <rich(at)phekda(dot)gotadsl(dot)co(dot)uk>
Dobrica Pavlinusic [Sun, 20 Mar 2005 00:36:05 +0000 (00:36 +0000)]
From: Richard Dawe <rich(at)phekda(dot)gotadsl(dot)co(dot)uk>

Please find attached a patch that allows Fuse.pm's test suite to run as a
non-root user. It will skip all the tests that require root priveleges (giving
away ownership using chown, mknod of character and block devices). The patch
creates a test root and mount point per user.

The patch also uses POSIX::WEXITSTATUS instead of the less portable "$? >> 8"
idiom.

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl/trunk@10 6e4b0b00-1209-0410-87b2-b275959b5705

19 years agocompilation fix
Dobrica Pavlinusic [Fri, 7 Jan 2005 23:38:41 +0000 (23:38 +0000)]
compilation fix

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl/trunk@9 6e4b0b00-1209-0410-87b2-b275959b5705

19 years agoIt seems that blockcount isn't last argument any longer. Fixed.
Dobrica Pavlinusic [Fri, 26 Nov 2004 20:38:56 +0000 (20:38 +0000)]
It seems that blockcount isn't last argument any longer. Fixed.

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl/trunk@8 6e4b0b00-1209-0410-87b2-b275959b5705

19 years agofix compilation problems 0.04
Dobrica Pavlinusic [Thu, 18 Nov 2004 12:09:10 +0000 (12:09 +0000)]
fix compilation problems

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl/trunk@7 6e4b0b00-1209-0410-87b2-b275959b5705

19 years agoInitial revision
Miklos Szeredi [Thu, 11 Nov 2004 14:44:15 +0000 (14:44 +0000)]
Initial revision

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl/trunk@4 6e4b0b00-1209-0410-87b2-b275959b5705

18 years ago[vcp] select <> as trunk
Dobrica Pavlinusic [Thu, 29 Dec 2005 16:19:29 +0000 (16:19 +0000)]
[vcp] select <> as trunk

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl/trunk@3 6e4b0b00-1209-0410-87b2-b275959b5705

18 years agoVCP: initializing layout
nobody [Thu, 29 Dec 2005 16:19:23 +0000 (16:19 +0000)]
VCP: initializing layout

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl/trunk@2 6e4b0b00-1209-0410-87b2-b275959b5705