summaryrefslogtreecommitdiff
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-08Add an include to remove a warningCharlie Brej1-0/+1
2010-08-08Remane guid_set to guid_groupCharlie Brej12-85/+85
2010-08-08Remove the _record at the end of insert and fetch operationsCharlie Brej7-22/+15
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-07Remove test code from the main serverCharlie Brej1-38/+5
2010-08-07Add optional caching on fork backendsCharlie Brej3-4/+9
2010-08-07Use the sqllight backend as defaultCharlie Brej1-4/+6
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-07Quit main loop on sigterm and sigintCharlie Brej1-2/+8
2010-08-07Create a single main quit functionCharlie Brej4-10/+41
2010-08-07Quit correctly on dbus disconnectionsCharlie Brej3-14/+21
2010-08-07Typo in sqlite m4 fileCharlie Brej1-1/+1
2010-08-07Add a few files to the .gitignoreCharlie Brej1-1/+13
2010-08-07Error configure if sqlite is missingCharlie Brej1-0/+4
2010-08-06Correct sqlite m4 scriptCharlie Brej1-0/+22
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-06The Swig rename strip commands dont work well, so will live without themCharlie Brej1-2/+5
2010-08-06Strip the tidbit prefixes in pythonCharlie Brej1-0/+2
2010-08-05Autoload the library in python bindingsCharlie Brej1-0/+1
2010-08-05Correct typo "TyPE"Charlie Brej1-6/+6
2010-08-05Implement http database backend query functionCharlie Brej1-4/+45
2010-08-05Implement http fontend query responseCharlie Brej2-9/+52
2010-08-05Remove unused structureCharlie Brej1-6/+0
2010-08-05Rebuild bindings when .h file has changedCharlie Brej1-1/+1
2010-08-05Implemented DBUS frontend query implementationCharlie Brej2-8/+24
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-05Attempt to add the query interface to the dbus frontendCharlie Brej4-2/+42
2010-08-04Correct fork backend to search both prongsCharlie Brej1-1/+1
2010-08-04Add command line parsingCharlie Brej1-8/+31
2010-08-04Fix fork backend from calling itself on sub-databasesCharlie Brej1-4/+6