src/dbfs/common.c
Sat, 29 Nov 2008 01:12:00 +0200 Tero Marttila update dbfs code to work with new evsql new-evsql
Tue, 18 Nov 2008 01:55:13 +0200 Tero Marttila touch up the Makefile, define err_t as unsigned int in error.h, and add some preliminary interrupt support, although it will always deadlock due to a bug in libfuse
Tue, 21 Oct 2008 21:42:17 +0300 Tero Marttila tweak debug/info output, implement dbfs_unlink with slightly improved error macros handling
Fri, 17 Oct 2008 19:28:27 +0300 Tero Marttila fix readdir to use ORDER BY, rename
Fri, 17 Oct 2008 16:09:35 +0300 Tero Marttila working readlink
Fri, 17 Oct 2008 02:04:03 +0300 Tero Marttila write+setattr
Thu, 16 Oct 2008 22:56:29 +0300 Tero Marttila working open+read+flush+release
Thu, 16 Oct 2008 22:04:53 +0300 Tero Marttila reorganize evsql into a separate dir, rename dbfs slightly, and split dbfs_op out from dirop (in prep for fileop)
Wed, 15 Oct 2008 01:14:22 +0300 Tero Marttila split off dbfs components into a separate dir, improve dirop docs, error handling, etc