summaryrefslogtreecommitdiff
path: root/src/libtidbit
AgeCommit message (Expand)AuthorFilesLines
2010-08-09Delete replaced records in the swlite databaseHEADmasterCharlie Brej1-32/+64
2010-08-09Mark database sqlite new as in main header fileCharlie Brej1-0/+2
2010-08-09Dont synchronise on sqlite inserts and increase the cacheCharlie Brej1-0/+2
2010-08-09Correctly check for element type when reading raw recordCharlie Brej1-5/+6
2010-08-09Add sqlite to available publicly visible library databasesCharlie Brej1-0/+1
2010-08-08Add a record query which directly constructs a record groupCharlie Brej2-0/+16
2010-08-08Remove overwritten records in memory database backendCharlie Brej1-0/+12
2010-08-08Add "record group" type and functionsCharlie Brej3-3/+72
2010-08-08Set record element type when adding an elementCharlie Brej1-0/+1
2010-08-08Remane guid_set to guid_groupCharlie Brej10-76/+76
2010-08-08Remove the _record at the end of insert and fetch operationsCharlie Brej4-11/+11
2010-08-08Add a function that creates a query which finds records that a record replacesCharlie Brej2-3/+15
2010-08-08Add key and value elements to recordsCharlie Brej3-22/+37
2010-08-08Correctly return the database from get default functionCharlie Brej1-0/+1
2010-08-08Add a get default database functionCharlie Brej2-0/+9
2010-08-07Use the central http database server on tidbit.brej.orgCharlie Brej1-3/+3
2010-08-07Add optional caching on fork backendsCharlie Brej3-4/+9
2010-08-07Dont ref the record on http insert.Charlie Brej1-1/+0
2010-08-07Create the sqlite file in .cache directory and make the dir if not thereCharlie Brej1-3/+12
2010-08-07Implrement the sqlite backend (all 4 functions)Charlie Brej2-3/+218
2010-08-07Use 64bit values for time in recordsCharlie Brej2-6/+13
2010-08-06Move some function declerations to tidbit.h so they are extrenally visibleCharlie Brej10-5/+52
2010-08-06Hide the get record element functionCharlie Brej1-1/+1
2010-08-06Add a g_type_init to database abckends that use g_typesCharlie Brej2-0/+2
2010-08-05Correct typo "TyPE"Charlie Brej1-6/+6
2010-08-05Implement http database backend query functionCharlie Brej1-4/+45
2010-08-05Implement dbus backend query functionCharlie Brej1-0/+35
2010-08-05Add a foreach fucntion for query expressionsCharlie Brej2-2/+12
2010-08-05Add GUID set get count functionCharlie Brej2-0/+6
2010-08-04Correct fork backend to search both prongsCharlie Brej1-1/+1
2010-08-04Fix fork backend from calling itself on sub-databasesCharlie Brej1-4/+6
2010-08-04Add GUID set foreach functionCharlie Brej2-0/+11
2010-08-04Implement query in form database backendCharlie Brej1-0/+11
2010-08-04Add GUID set find and merge functionsCharlie Brej2-1/+24
2010-08-04Implemente query function in memory database backendCharlie Brej1-1/+16
2010-08-04Add GUID set append fucntionCharlie Brej2-0/+8
2010-08-04Added a query test for a record to see if it matchesCharlie Brej2-0/+24
2010-08-04Added searching for record element by keyCharlie Brej2-7/+27
2010-08-04Move from sigature to GUID in records and fetchesCharlie Brej10-26/+37
2010-08-04Correct the GUID compare function to reply a resultCharlie Brej2-2/+2
2010-08-04Add GUID compare functionCharlie Brej2-0/+9
2010-08-04Add query function database support (not supported by any backends yet)Charlie Brej2-0/+12
2010-08-04Add GUID struct templatesCharlie Brej1-0/+2
2010-08-04Test formation of a queryCharlie Brej1-0/+1
2010-08-04Add GUID files to replace referencing by signaturesCharlie Brej3-0/+123
2010-08-04Remove status from query. The async replies will be handles seperately.Charlie Brej2-8/+0
2010-08-04Add a reply to insert commandCharlie Brej6-14/+17
2010-08-03Dont connect query to database until laterCharlie Brej2-7/+2
2010-08-03Add dbus includes to headers for compile correctnessCharlie Brej1-0/+2
2010-08-03Add user agent to tidbitsCharlie Brej3-9/+17