Makefile
Sat, 13 Dec 2008 18:55:01 +0200 Tero Marttila improved evsql docs and added a doxygen config file 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
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
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
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
Sat, 11 Oct 2008 21:35:48 +0300 Tero Marttila fix build deps for subdirs of src
Sat, 11 Oct 2008 21:23:03 +0300 Tero Marttila fix the all target
Wed, 08 Oct 2008 22:05:13 +0300 Tero Marttila look ma, it compiles\!
Sat, 04 Oct 2008 17:52:11 +0300 Tero Marttila Makefile fixes, build/deps
Fri, 26 Sep 2008 20:39:51 +0300 Tero Marttila split off the dirbuf stuff into its own module
Fri, 26 Sep 2008 20:11:22 +0300 Tero Marttila new 'simple' module, plus hello_simple
Thu, 25 Sep 2008 22:16:22 +0300 Tero Marttila signal handling
Thu, 25 Sep 2008 15:03:09 +0300 Tero Marttila a working hello
Fri, 19 Sep 2008 01:04:41 +0300 Tero Marttila initial untested code...