/[fuse.before_github]/perl-llin/Fuse.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /perl-llin/Fuse.pm

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 123 - (view) (annotate) - [select for diffs]
Modified Wed Mar 19 19:40:20 2008 UTC (16 years ago) by dpavlin
File length: 13622 byte(s)
Diff to previous 120 , to selected 90
another try to fix files larger than 2Gb: for this we pop
float from stack since long is limited to 4Gb

Revision 120 - (view) (annotate) - [select for diffs]
Modified Sun Mar 16 13:40:44 2008 UTC (16 years ago) by dpavlin
File length: 13622 byte(s)
Diff to previous 118 , to selected 90
version bump [0.09_2]

Revision 118 - (view) (annotate) - [select for diffs]
Modified Mon Jan 21 16:36:57 2008 UTC (16 years, 2 months ago) by dpavlin
File length: 13620 byte(s)
Diff to previous 113 , to selected 90
fuse_get_context documentation patch from jaslong

Revision 113 - (view) (annotate) - [select for diffs]
Modified Thu Nov 15 09:33:07 2007 UTC (16 years, 4 months ago) by dpavlin
File length: 13352 byte(s)
Diff to previous 108 , to selected 90
added Chris, bump version to 0.09

Revision 108 - (view) (annotate) - [select for diffs]
Modified Sat Jan 20 12:21:12 2007 UTC (17 years, 2 months ago) by dpavlin
File length: 13354 byte(s)
Diff to previous 106 , to selected 90
Changes from Marc to implement fuse_get_context(): 
* an XS function to get the data
* a mention of it in Fuse.pm so it can be exported properly
* a pretty ugly hack to example.pl, which is how I tested it.

Revision 106 - (view) (annotate) - [select for diffs]
Modified Wed Nov 29 13:27:59 2006 UTC (17 years, 4 months ago) by dpavlin
File length: 13335 byte(s)
Diff to previous 95 , to selected 90
bump version to 0.08, added Changes for this version

Revision 95 - (view) (annotate) - [select for diffs]
Modified Tue Jun 6 14:23:44 2006 UTC (17 years, 9 months ago) by dpavlin
File length: 13335 byte(s)
Diff to previous 91 , to selected 90
CPAN release 0.07

Revision 91 - (view) (annotate) - [select for diffs]
Modified Tue May 23 15:38:12 2006 UTC (17 years, 10 months ago) by dpavlin
File length: 13337 byte(s)
Diff to previous 90
bump version

Revision 90 - (view) (annotate) - [selected]
Modified Tue May 23 14:48:59 2006 UTC (17 years, 10 months ago) by dpavlin
File length: 13337 byte(s)
Diff to previous 89
added nonempty as suggested by David Danier <david.danier@team23.de>

Revision 89 - (view) (annotate) - [select for diffs]
Modified Tue May 23 14:45:53 2006 UTC (17 years, 10 months ago) by dpavlin
File length: 13328 byte(s)
Diff to previous 69 , to selected 90
Vladimir V. Kolpakov contributed cleanup patch

Revision 69 - (view) (annotate) - [select for diffs]
Modified Tue Jan 3 16:42:06 2006 UTC (18 years, 2 months ago) by dpavlin
File length: 13448 byte(s)
Diff to previous 26 , to selected 90
0.07_3 which works on FreeBSD (tests are still broken)

Revision 26 - (view) (annotate) - [select for diffs]
Modified Mon Jan 2 22:24:03 2006 UTC (18 years, 2 months ago) by dpavlin
File length: 13448 byte(s)
Diff to previous 21 , to selected 90
partial fix for statfs (namelen is still broken) [0.07_2]

Revision 21 - (view) (annotate) - [select for diffs]
Modified Mon Jan 2 19:50:33 2006 UTC (18 years, 2 months ago) by dpavlin
File length: 13448 byte(s)
Diff to previous 20 , to selected 90
working copy

Revision 20 - (view) (annotate) - [select for diffs]
Modified Tue Dec 27 14:49:31 2005 UTC (18 years, 3 months ago) by dpavlin
Original Path: perl/trunk/Fuse.pm
File length: 13448 byte(s)
Diff to previous 19 , to selected 90
added missing example, 0.07_1


Revision 19 - (view) (annotate) - [select for diffs]
Modified Tue Dec 27 12:47:00 2005 UTC (18 years, 3 months ago) by dpavlin
Original Path: perl/trunk/Fuse.pm
File length: 13446 byte(s)
Diff to previous 18 , to selected 90
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.


Revision 18 - (view) (annotate) - [select for diffs]
Modified Wed Dec 21 15:33:37 2005 UTC (18 years, 3 months ago) by dpavlin
Original Path: perl/trunk/Fuse.pm
File length: 12792 byte(s)
Diff to previous 16 , to selected 90
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


Revision 16 - (view) (annotate) - [select for diffs]
Modified Wed Jun 22 16:15:17 2005 UTC (18 years, 9 months ago) by dpavlin
Original Path: perl/trunk/Fuse.pm
File length: 12583 byte(s)
Diff to previous 14 , to selected 90
added changes from Mark Wilkinson to support mount options, list all
contributors in AUTHORS, added pod tests


Revision 14 - (view) (annotate) - [select for diffs]
Modified Sun Apr 10 13:30:11 2005 UTC (18 years, 11 months ago) by richdawe
Original Path: perl/trunk/Fuse.pm
File length: 11902 byte(s)
Diff to previous 12 , to selected 90
Add support for operations supported by FUSE 2.2.1 (flush, release, fsync, extended attributes); bump version to 0.06.


Revision 12 - (view) (annotate) - [select for diffs]
Modified Sun Mar 20 00:41:27 2005 UTC (19 years ago) by dpavlin
Original Path: perl/trunk/Fuse.pm
File length: 9389 byte(s)
Diff to previous 7 , to selected 90
bump version


Revision 7 - (view) (annotate) - [select for diffs]
Modified Thu Nov 18 12:09:10 2004 UTC (19 years, 4 months ago) by dpavlin
Original Path: perl/trunk/Fuse.pm
File length: 9389 byte(s)
Diff to previous 4 , to selected 90
fix compilation problems


Revision 4 - (view) (annotate) - [select for diffs]
Added Thu Nov 11 14:44:15 2004 UTC (19 years, 4 months ago) by mszeredi
Original Path: perl/trunk/Fuse.pm
File length: 9389 byte(s)
Diff to selected 90
Initial revision


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26