Wed, 01 May 2013 00:11:39 +0300MIT license default tip
Tero Marttila <terom@fixme.fi> [Wed, 01 May 2013 00:11:39 +0300] rev 66
MIT license

Thu, 02 Apr 2009 02:13:49 +0300fix a memory leak with evsql_query::params.item_vals
Tero Marttila <terom@fixme.fi> [Thu, 02 Apr 2009 02:13:49 +0300] rev 65
fix a memory leak with evsql_query::params.item_vals

Mon, 16 Mar 2009 23:33:38 +0200implement evsql_destroy, although it's still not callable from any callbacks
Tero Marttila <terom@fixme.fi> [Mon, 16 Mar 2009 23:33:38 +0200] rev 64
implement evsql_destroy, although it's still not callable from any callbacks

Mon, 16 Mar 2009 21:48:13 +0200replace use of err_t in evsql.h with evsql_err_t, fix some warnings with EVSQL_TYPE initializer, and update .hgignore for doxygen output
Tero Marttila <terom@fixme.fi> [Mon, 16 Mar 2009 21:48:13 +0200] rev 63
replace use of err_t in evsql.h with evsql_err_t, fix some warnings with EVSQL_TYPE initializer, and update .hgignore for doxygen output

Sun, 08 Mar 2009 02:48:29 +0200`make doc` support
Tero Marttila <terom@fixme.fi> [Sun, 08 Mar 2009 02:48:29 +0200] rev 62
`make doc` support

Sun, 08 Mar 2009 02:35:50 +0200wrangle evsql_test to work
Tero Marttila <terom@fixme.fi> [Sun, 08 Mar 2009 02:35:50 +0200] rev 61
wrangle evsql_test to work

Sun, 08 Mar 2009 02:00:06 +0200add library install target
Tero Marttila <terom@fixme.fi> [Sun, 08 Mar 2009 02:00:06 +0200] rev 60
add library install target

Sun, 08 Mar 2009 01:40:26 +0200move include to src/include
Tero Marttila <terom@fixme.fi> [Sun, 08 Mar 2009 01:40:26 +0200] rev 59
move include to src/include

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)