This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
Log of /fuse-couchdb/DBI.pm
Parent Directory
|
Revision Log
Revision
68 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 24 23:43:18 2009 UTC
(14 years, 7 months ago)
by
dpavlin
File length: 15014 byte(s)
Diff to
previous 65
Make a branch for Fuse::CouchDB experiment
Revision
62 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 2 21:53:30 2006 UTC
(17 years, 4 months ago)
by
dpavlin
Original Path:
trunk/DBI.pm
File length: 14812 byte(s)
Diff to
previous 61
old changes from 2006-03-25 16:07 to support alternative code-ref parametars for
filenames, read and update which enable query generation on the fly
Revision
52 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Nov 27 15:08:10 2004 UTC
(19 years ago)
by
dpavlin
Original Path:
trunk/DBI.pm
File length: 13429 byte(s)
Diff to
previous 51
really remove all output from fusermount, define constant BLOCK to 1024
(used in various places)
Revision
51 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Nov 27 14:02:18 2004 UTC
(19 years ago)
by
dpavlin
Original Path:
trunk/DBI.pm
File length: 13365 byte(s)
Diff to
previous 47
Improvements in getattr and statfs: du will not return meaningful values and
df will return something which is not as wrong as it was (but, still not
correct).
Fuse::DBI will not try to load kernel module using sudo, and try to umount
using sudo umount if fusermount -u fails (as it happends with current CVS
version of fuse).
New webgui test target in Makefile which work as test on my local machine
(and hopefully on any with webgui default installation).
Revision
47 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 23 23:54:58 2004 UTC
(19 years ago)
by
dpavlin
Original Path:
trunk/DBI.pm
File length: 12865 byte(s)
Diff to
previous 40
API 0.07:
- added is_mounted
- mount will now block until filesystem is mounted
(this might take up to 2 sec in intervals of 0.5 sec)
Revision
40 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 19 21:56:12 2004 UTC
(19 years ago)
by
dpavlin
Original Path:
trunk/DBI.pm
File length: 12509 byte(s)
Diff to
previous 36
fixed mounted mess. This will probably fix fusermount errors users are
seeing once and forever. Added $SIG{'QUIT'} handler, documented bug in
upstream Fuse module.
Revision
33 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 15 20:55:10 2004 UTC
(19 years ago)
by
dpavlin
Original Path:
trunk/DBI.pm
File length: 12003 byte(s)
Diff to
previous 32
SQLite test is finally working,
bumped version to 0.05,
you can really umount filesystem when using fork (which is still very
experimental and useful only for tests anyway)
Revision
32 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 15 20:45:03 2004 UTC
(19 years ago)
by
dpavlin
Original Path:
trunk/DBI.pm
File length: 11942 byte(s)
Diff to
previous 31
fix quoting of characters in regex: Fuse::DBI will now work correctly with
parens and other characters which have special meaning in regexps
Revision
31 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 10 19:33:23 2004 UTC
(19 years, 1 month ago)
by
dpavlin
Original Path:
trunk/DBI.pm
File length: 11942 byte(s)
Diff to
previous 30
modify ctime only when writing to file, prevents message "file has changed"
Revision
26 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 8 22:55:36 2004 UTC
(19 years, 1 month ago)
by
dpavlin
Original Path:
trunk/DBI.pm
File length: 10412 byte(s)
Diff to
previous 24
added invalidation of file list with rmdir,
prevent multiple umounts by keeping mounted flag
Revision
24 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 8 20:07:12 2004 UTC
(19 years, 1 month ago)
by
dpavlin
Original Path:
trunk/DBI.pm
File length: 9933 byte(s)
Diff to
previous 23
call umount on DESTROY, support for optional 'invalidate' code ref which
erase templates from disk (user running fuse must have permissions on
template directory for this to work)
Revision
21 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Oct 2 15:29:02 2004 UTC
(19 years, 2 months ago)
by
dpavlin
Original Path:
trunk/DBI.pm
File length: 9514 byte(s)
Diff to
previous 18
a lot of changes (0.03 API):
- added unlink (rm) method to invalidate in-memory cache
- added fuse_module_loaded method to check if fuse module is loaded
- fixed short read of last block
- removed Proc::Simple usage and replaced with simplier forking mechanism
This is first working version, but it's not binary-safe yet. NULL bytes
are still problem.
Revision
8 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Aug 7 15:16:50 2004 UTC
(19 years, 4 months ago)
by
dpavlin
Original Path:
trunk/fuse_dbi.pl
File length: 6105 byte(s)
Diff to
previous 7
better output, read fixes, ctime preserved (so that vi won't complain that
your file changed if you save changes and try that again)
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.