Sat, 13 Dec 2008 04:20:56 +0200 Tero Marttila evsql: documentation improvements, fix consts, use bools new-evsql
Sat, 29 Nov 2008 01:50:32 +0200 Tero Marttila convert dbfs/link.c new-evsql
Sat, 29 Nov 2008 01:30:43 +0200 Tero Marttila modify stat-returning dbfs result functions to use new evsql new-evsql
Sat, 29 Nov 2008 01:12:00 +0200 Tero Marttila update dbfs code to work with new evsql new-evsql
Sat, 29 Nov 2008 00:43:35 +0200 Tero Marttila fix evsql_trans_commit (null arg) new-evsql
Sat, 29 Nov 2008 00:39:47 +0200 Tero Marttila moar testing new-evsql
Fri, 28 Nov 2008 23:46:11 +0200 Tero Marttila compiles + some basic evsql_test new-evsql
Thu, 20 Nov 2008 01:16:24 +0200 Tero Marttila more work on the new evsql interface new-evsql
Wed, 19 Nov 2008 19:06:10 +0200 Tero Marttila some new structs new-evsql
Tue, 18 Nov 2008 02:06:52 +0200 Tero Marttila defer fuse_reply_err using event_base_once, interrupt happens without deadlock now default
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:17:08 +0300 Tero Marttila remove unused dbfs/core.c
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
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
Mon, 13 Oct 2008 02:27:59 +0300 Tero Marttila working open/read/close -dir
Sun, 12 Oct 2008 21:59:52 +0300 Tero Marttila preliminary *dir implementation
Sun, 12 Oct 2008 20:10:47 +0300 Tero Marttila evsql transactions, it compiles...
Sun, 12 Oct 2008 14:57:06 +0300 Tero Marttila working dbfs.lookup
Sun, 12 Oct 2008 01:09:00 +0300 Tero Marttila evsql_query_params compiles...
Sun, 12 Oct 2008 00:18:30 +0300 Tero Marttila fix evpq/evpq_test compilation