src/dbfs/link.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
Wed, 22 Oct 2008 21:07:17 +0300 Tero Marttila add MODE param to makefile, fix INFO_DISABLED, add some constraints to the .sql, fix some -err's, EVSQL_PQ_ARBITRARY_TYPE_OID, and make read/write transactionless
Wed, 22 Oct 2008 18:14:24 +0300 Tero Marttila rework/hack parent to be a FOREIGN KEY (add a dir_ino col), implement dbfs_link
Tue, 21 Oct 2008 21:54:20 +0300 Tero Marttila update fuse_db.sql, just use dbfs_unlink for rmdir (no special handling)
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 20:12:20 +0300 Tero Marttila working mknod, mkdir, symlink
Fri, 17 Oct 2008 19:28:27 +0300 Tero Marttila fix readdir to use ORDER BY, rename
Fri, 17 Oct 2008 18:53:05 +0300 Tero Marttila working symlink
Fri, 17 Oct 2008 16:09:35 +0300 Tero Marttila working readlink