summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-04Test the fork database backend in mainCharlie Brej1-1/+1
2010-08-04Add GUID set foreach functionCharlie Brej3-2/+25
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 Brej13-41/+46
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 Brej2-4/+8
2010-08-04Update the service file t have the correct capitalisationCharlie Brej1-2/+2
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 headers to main for compile correctnessCharlie Brej1-0/+3
2010-08-03Add dbus includes to headers for compile correctnessCharlie Brej1-0/+2
2010-08-03Remove unneeded ping functionCharlie Brej1-1/+0
2010-08-03Only start services on serverCharlie Brej1-6/+7
2010-08-03Add user agent to tidbitsCharlie Brej3-9/+17
2010-08-03Implement dbus database backend insert and fetch functionsCharlie Brej3-2/+46
2010-08-02Implement the fetch and insert function of the dbus frontendCharlie Brej2-1/+20
2010-08-02Add a header to raw records with a version numberCharlie Brej1-0/+8
2010-08-02Add fetch and insert to the dbus frontendCharlie Brej3-7/+17
2010-08-02Use PUT to insert records over http connectionsCharlie Brej1-4/+7
2010-08-02Change the record key value pair separator to a ": " like in HTTPCharlie Brej1-7/+13
2010-08-02Interface the http frontend with the databaseCharlie Brej1-16/+20
2010-08-02Work with just http backend on the client sideCharlie Brej1-1/+1
2010-08-02Duplicate the rawstring when generating record from rawCharlie Brej1-1/+1
2010-08-02Use the word "insert" and not "push"Charlie Brej2-5/+6
2010-08-02Use a simple test as a base server applicationCharlie Brej1-2/+37
2010-08-02React to http requestsCharlie Brej1-0/+42
2010-08-02Pass database to the dbus frontendCharlie Brej2-1/+3
2010-08-02Support http database backendCharlie Brej3-1/+31
2010-08-02Check for gthreadCharlie Brej2-2/+6
2010-08-02Check for libtoolCharlie Brej1-1/+2
2010-08-01Add memory database backend push and fetch functionsCharlie Brej2-1/+40
2010-08-01Implement push and fetch in the fork database backendCharlie Brej2-3/+34
2010-08-01Add database push and fetch functionsCharlie Brej2-1/+26
2010-08-01Add http server frontend templateCharlie Brej3-1/+56
2010-07-31Keep the record sigature as a seperate field so we can use it for searchingCharlie Brej2-4/+7
2010-07-30User a capital T in Tidbit in dbus elementsCharlie Brej2-4/+4
2010-07-30Add status to query structureCharlie Brej2-0/+8
2010-07-30Free database structure memory on freeCharlie Brej5-0/+5
2010-07-30Add http database backend templateCharlie Brej4-7/+84
2010-07-30Add autoconf search for libsqliteCharlie Brej3-2/+139