Sun, 08 Mar 2009 01:33:45 +0200merge new-evsql into new structure
Tero Marttila <terom@fixme.fi> [Sun, 08 Mar 2009 01:33:45 +0200] rev 58
merge new-evsql into new structure

Sun, 08 Mar 2009 01:16:54 +0200move to CMake from old crufty Makefile
Tero Marttila <terom@fixme.fi> [Sun, 08 Mar 2009 01:16:54 +0200] rev 57
move to CMake from old crufty Makefile

Sun, 08 Mar 2009 00:19:12 +0200strip dbfs code away, and wrangle the code a bit
Tero Marttila <terom@fixme.fi> [Sun, 08 Mar 2009 00:19:12 +0200] rev 56
strip dbfs code away, and wrangle the code a bit

Sat, 13 Dec 2008 20:58:27 +0200evsql: more improvements new-evsql
Tero Marttila <terom@fixme.fi> [Sat, 13 Dec 2008 20:58:27 +0200] rev 55
evsql: more improvements

Sat, 13 Dec 2008 20:32:17 +0200evsql documentation further improved new-evsql
Tero Marttila <terom@fixme.fi> [Sat, 13 Dec 2008 20:32:17 +0200] rev 54
evsql documentation further improved

Sat, 13 Dec 2008 19:55:50 +0200separate evsql documentation new-evsql
Tero Marttila <terom@fixme.fi> [Sat, 13 Dec 2008 19:55:50 +0200] rev 53
separate evsql documentation

Sat, 13 Dec 2008 18:55:01 +0200improved evsql docs and added a doxygen config file new-evsql
Tero Marttila <terom@fixme.fi> [Sat, 13 Dec 2008 18:55:01 +0200] rev 52
improved evsql docs and added a doxygen config file

Sat, 13 Dec 2008 04:20:56 +0200evsql: documentation improvements, fix consts, use bools new-evsql
Tero Marttila <terom@fixme.fi> [Sat, 13 Dec 2008 04:20:56 +0200] rev 51
evsql: documentation improvements, fix consts, use bools

Sat, 29 Nov 2008 01:50:32 +0200convert dbfs/link.c new-evsql
Tero Marttila <terom@fixme.fi> [Sat, 29 Nov 2008 01:50:32 +0200] rev 50
convert dbfs/link.c

Sat, 29 Nov 2008 01:30:43 +0200modify stat-returning dbfs result functions to use new evsql new-evsql
Tero Marttila <terom@fixme.fi> [Sat, 29 Nov 2008 01:30:43 +0200] rev 49
modify stat-returning dbfs result functions to use new evsql

Sat, 29 Nov 2008 01:12:00 +0200update dbfs code to work with new evsql new-evsql
Tero Marttila <terom@fixme.fi> [Sat, 29 Nov 2008 01:12:00 +0200] rev 48
update dbfs code to work with new evsql

Sat, 29 Nov 2008 00:43:35 +0200fix evsql_trans_commit (null arg) new-evsql
Tero Marttila <terom@fixme.fi> [Sat, 29 Nov 2008 00:43:35 +0200] rev 47
fix evsql_trans_commit (null arg)

Sat, 29 Nov 2008 00:39:47 +0200moar testing new-evsql
Tero Marttila <terom@fixme.fi> [Sat, 29 Nov 2008 00:39:47 +0200] rev 46
moar testing

Fri, 28 Nov 2008 23:46:11 +0200compiles + some basic evsql_test new-evsql
Tero Marttila <terom@fixme.fi> [Fri, 28 Nov 2008 23:46:11 +0200] rev 45
compiles + some basic evsql_test

Thu, 20 Nov 2008 01:16:24 +0200more work on the new evsql interface new-evsql
Tero Marttila <terom@fixme.fi> [Thu, 20 Nov 2008 01:16:24 +0200] rev 44
more work on the new evsql interface

Wed, 19 Nov 2008 19:06:10 +0200some new structs new-evsql
Tero Marttila <terom@fixme.fi> [Wed, 19 Nov 2008 19:06:10 +0200] rev 43
some new structs

Tue, 18 Nov 2008 02:06:52 +0200defer fuse_reply_err using event_base_once, interrupt happens without deadlock now
Tero Marttila <terom@fixme.fi> [Tue, 18 Nov 2008 02:06:52 +0200] rev 42
defer fuse_reply_err using event_base_once, interrupt happens without deadlock now

Tue, 18 Nov 2008 01:55:13 +0200touch 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
Tero Marttila <terom@fixme.fi> [Tue, 18 Nov 2008 01:55:13 +0200] rev 41
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 +0300add 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
Tero Marttila <terom@fixme.fi> [Wed, 22 Oct 2008 21:07:17 +0300] rev 40
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 +0300remove unused dbfs/core.c
Tero Marttila <terom@fixme.fi> [Wed, 22 Oct 2008 18:17:08 +0300] rev 39
remove unused dbfs/core.c

Wed, 22 Oct 2008 18:14:24 +0300rework/hack parent to be a FOREIGN KEY (add a dir_ino col), implement dbfs_link
Tero Marttila <terom@fixme.fi> [Wed, 22 Oct 2008 18:14:24 +0300] rev 38
rework/hack parent to be a FOREIGN KEY (add a dir_ino col), implement dbfs_link

Tue, 21 Oct 2008 21:54:20 +0300update fuse_db.sql, just use dbfs_unlink for rmdir (no special handling)
Tero Marttila <terom@fixme.fi> [Tue, 21 Oct 2008 21:54:20 +0300] rev 37
update fuse_db.sql, just use dbfs_unlink for rmdir (no special handling)

Tue, 21 Oct 2008 21:42:17 +0300tweak debug/info output, implement dbfs_unlink with slightly improved error macros handling
Tero Marttila <terom@fixme.fi> [Tue, 21 Oct 2008 21:42:17 +0300] rev 36
tweak debug/info output, implement dbfs_unlink with slightly improved error macros handling

Fri, 17 Oct 2008 20:12:20 +0300working mknod, mkdir, symlink
Tero Marttila <terom@fixme.fi> [Fri, 17 Oct 2008 20:12:20 +0300] rev 35
working mknod, mkdir, symlink

Fri, 17 Oct 2008 19:28:27 +0300fix readdir to use ORDER BY, rename
Tero Marttila <terom@fixme.fi> [Fri, 17 Oct 2008 19:28:27 +0300] rev 34
fix readdir to use ORDER BY, rename

Fri, 17 Oct 2008 18:53:05 +0300working symlink
Tero Marttila <terom@fixme.fi> [Fri, 17 Oct 2008 18:53:05 +0300] rev 33
working symlink

Fri, 17 Oct 2008 16:09:35 +0300working readlink
Tero Marttila <terom@fixme.fi> [Fri, 17 Oct 2008 16:09:35 +0300] rev 32
working readlink

Fri, 17 Oct 2008 02:04:03 +0300write+setattr
Tero Marttila <terom@fixme.fi> [Fri, 17 Oct 2008 02:04:03 +0300] rev 31
write+setattr

Thu, 16 Oct 2008 22:56:29 +0300working open+read+flush+release
Tero Marttila <terom@fixme.fi> [Thu, 16 Oct 2008 22:56:29 +0300] rev 30
working open+read+flush+release

Thu, 16 Oct 2008 22:04:53 +0300reorganize evsql into a separate dir, rename dbfs slightly, and split dbfs_op out from dirop (in prep for fileop)
Tero Marttila <terom@fixme.fi> [Thu, 16 Oct 2008 22:04:53 +0300] rev 29
reorganize evsql into a separate dir, rename dbfs slightly, and split dbfs_op out from dirop (in prep for fileop)