Show last: 20 , 50 , 100 , All
Next page

Date File Revision Author Diff Revision Log
2006/11/26 22:30:58 65 65 dpavlin HTML | TEXT
hush debug output
2006/11/26 22:29:23 64 64 dpavlin HTML | TEXT
first try at cleaning up the code. sleep after fusermount -u
2006/08/02 21:53:30 62 62 dpavlin HTML | TEXT
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
2006/01/03 14:56:35 61 61 dpavlin HTML | TEXT
change %files -> $files
2005/04/26 20:12:55 55 55 dpavlin HTML | TEXT
0.08: support for filenames which are null (it will ne named NULL-id)
2005/04/26 19:57:51 54 54 dpavlin HTML | TEXT
better support for zero-sized files
2004/11/28 20:20:36 53 53 dpavlin HTML | TEXT
fixed work-around for non-working fusermount, removed some debugging output
2004/11/27 15:08:10 52 52 dpavlin HTML | TEXT
really remove all output from fusermount, define constant BLOCK to 1024
(used in various places)
2004/11/27 14:02:18 51 51 dpavlin HTML | TEXT
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).
2004/11/23 23:54:58 47 47 dpavlin HTML | TEXT
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)
2004/11/19 21:56:12 40 40 dpavlin HTML | TEXT
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.
2004/11/16 15:34:25 36 36 dpavlin HTML | TEXT
update URL to fuse web site
2004/11/15 20:55:10 33 33 dpavlin HTML | TEXT
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)
2004/11/15 20:45:03 32 32 dpavlin HTML | TEXT
fix quoting of characters in regex: Fuse::DBI will now work correctly with
parens and other characters which have special meaning in regexps
2004/10/10 19:33:23 31 31 dpavlin HTML | TEXT
modify ctime only when writing to file, prevents message "file has changed"
2004/10/09 00:03:42 30 30 dpavlin HTML | TEXT
fix for pod2html
2004/10/08 23:43:06 28 28 dpavlin HTML | TEXT
documentation improvements, API 0.04
2004/10/08 22:55:36 26 26 dpavlin HTML | TEXT
added invalidation of file list with rmdir,
prevent multiple umounts by keeping mounted flag
2004/10/08 20:07:12 24 24 dpavlin HTML | TEXT
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)
2004/10/02 16:54:42 23 23 dpavlin correct links in pod to that pod2html doesn't choke