index
:
~cbrej/tidbit
master
A global database for exchanging signed tidbits of information.
cbrej
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-09
Delete replaced records in the swlite database
HEAD
master
Charlie Brej
1
-32
/
+64
2010-08-09
Mark database sqlite new as in main header file
Charlie Brej
1
-0
/
+2
2010-08-09
Dont synchronise on sqlite inserts and increase the cache
Charlie Brej
1
-0
/
+2
2010-08-09
Correctly check for element type when reading raw record
Charlie Brej
1
-5
/
+6
2010-08-09
Add sqlite to available publicly visible library databases
Charlie Brej
1
-0
/
+1
2010-08-08
Add a record query which directly constructs a record group
Charlie Brej
2
-0
/
+16
2010-08-08
Remove overwritten records in memory database backend
Charlie Brej
1
-0
/
+12
2010-08-08
Add "record group" type and functions
Charlie Brej
3
-3
/
+72
2010-08-08
Set record element type when adding an element
Charlie Brej
1
-0
/
+1
2010-08-08
Add an include to remove a warning
Charlie Brej
1
-0
/
+1
2010-08-08
Remane guid_set to guid_group
Charlie Brej
12
-85
/
+85
2010-08-08
Remove the _record at the end of insert and fetch operations
Charlie Brej
7
-22
/
+15
2010-08-08
Add a function that creates a query which finds records that a record replaces
Charlie Brej
2
-3
/
+15
2010-08-08
Add key and value elements to records
Charlie Brej
3
-22
/
+37
2010-08-08
Correctly return the database from get default function
Charlie Brej
1
-0
/
+1
2010-08-08
Add a get default database function
Charlie Brej
2
-0
/
+9
2010-08-07
Use the central http database server on tidbit.brej.org
Charlie Brej
1
-3
/
+3
2010-08-07
Remove test code from the main server
Charlie Brej
1
-38
/
+5
2010-08-07
Add optional caching on fork backends
Charlie Brej
3
-4
/
+9
2010-08-07
Use the sqllight backend as default
Charlie Brej
1
-4
/
+6
2010-08-07
Dont ref the record on http insert.
Charlie Brej
1
-1
/
+0
2010-08-07
Create the sqlite file in .cache directory and make the dir if not there
Charlie Brej
1
-3
/
+12
2010-08-07
Implrement the sqlite backend (all 4 functions)
Charlie Brej
2
-3
/
+218
2010-08-07
Use 64bit values for time in records
Charlie Brej
2
-6
/
+13
2010-08-07
Quit main loop on sigterm and sigint
Charlie Brej
1
-2
/
+8
2010-08-07
Create a single main quit function
Charlie Brej
4
-10
/
+41
2010-08-07
Quit correctly on dbus disconnections
Charlie Brej
3
-14
/
+21
2010-08-07
Typo in sqlite m4 file
Charlie Brej
1
-1
/
+1
2010-08-07
Add a few files to the .gitignore
Charlie Brej
1
-1
/
+13
2010-08-07
Error configure if sqlite is missing
Charlie Brej
1
-0
/
+4
2010-08-06
Correct sqlite m4 script
Charlie Brej
1
-0
/
+22
2010-08-06
Move some function declerations to tidbit.h so they are extrenally visible
Charlie Brej
10
-5
/
+52
2010-08-06
Hide the get record element function
Charlie Brej
1
-1
/
+1
2010-08-06
Add a g_type_init to database abckends that use g_types
Charlie Brej
2
-0
/
+2
2010-08-06
The Swig rename strip commands dont work well, so will live without them
Charlie Brej
1
-2
/
+5
2010-08-06
Strip the tidbit prefixes in python
Charlie Brej
1
-0
/
+2
2010-08-05
Autoload the library in python bindings
Charlie Brej
1
-0
/
+1
2010-08-05
Correct typo "TyPE"
Charlie Brej
1
-6
/
+6
2010-08-05
Implement http database backend query function
Charlie Brej
1
-4
/
+45
2010-08-05
Implement http fontend query response
Charlie Brej
2
-9
/
+52
2010-08-05
Remove unused structure
Charlie Brej
1
-6
/
+0
2010-08-05
Rebuild bindings when .h file has changed
Charlie Brej
1
-1
/
+1
2010-08-05
Implemented DBUS frontend query implementation
Charlie Brej
2
-8
/
+24
2010-08-05
Implement dbus backend query function
Charlie Brej
1
-0
/
+35
2010-08-05
Add a foreach fucntion for query expressions
Charlie Brej
2
-2
/
+12
2010-08-05
Add GUID set get count function
Charlie Brej
2
-0
/
+6
2010-08-05
Attempt to add the query interface to the dbus frontend
Charlie Brej
4
-2
/
+42
2010-08-04
Correct fork backend to search both prongs
Charlie Brej
1
-1
/
+1
2010-08-04
Add command line parsing
Charlie Brej
1
-8
/
+31
2010-08-04
Fix fork backend from calling itself on sub-databases
Charlie Brej
1
-4
/
+6
[next]