aboutsummaryrefslogtreecommitdiffstats
path: root/ll-database-binding
AgeCommit message (Expand)AuthorFilesLines
2017-12-21Fix entry pointLoïc Collignon1-1/+1
2017-12-19renamed api to match better the repo name and the feature provided.Loïc Collignon4-8/+13
2017-10-26database: export correct nameJosé Bollo1-1/+1
2017-10-25database: setup permissionsJosé Bollo2-2/+21
2017-10-25database: compatibility with gdbm 1.12José Bollo1-9/+16
2017-10-25database: fill widget dataJosé Bollo1-10/+4
2017-10-25Revert "database: update the name of the API to 'lludb'"José Bollo1-1/+1
2017-10-25database: update the name of the API to 'lludb'José Bollo1-1/+1
2017-10-25database: switch to use gdbm by defaultJosé Bollo3-92/+288
2017-10-25database: call getuid only onceJosé Bollo1-2/+3
2017-10-25database: use PATH_MAX of systemJosé Bollo1-6/+2
2017-10-25database: simplifyJosé Bollo2-85/+20
2017-10-25database: fix regression bugJosé Bollo1-0/+3
2017-10-25database: include null and improve readabilityJosé Bollo1-4/+7
2017-10-25database: fix bugsJosé Bollo1-2/+2
2017-10-25database: Handle UNKNOWN-APP!José Bollo1-0/+4
2017-10-24database: refactor path compute of databaseJosé Bollo1-21/+39
2017-10-24database: remove unused variablesJosé Bollo1-2/+0
2017-10-24database: factorize insert and replaceJosé Bollo1-47/+30
2017-10-24database: generalize use of get_keyJosé Bollo1-103/+13
2017-10-24database: Add get_key functionJosé Bollo1-32/+60
2017-10-24database: remove tailing tabsJosé Bollo1-51/+51
2017-10-24database: don't bother linker with localsJosé Bollo1-12/+12
2017-10-24database: return -1 when init failsJosé Bollo1-3/+3
2017-10-24database: fix warningsJosé Bollo1-7/+8
2017-10-24database: remove duplited linesJosé Bollo1-4/+0
2017-10-24cleanup swap fileJosé Bollo1-0/+0
2017-10-24fix use of make event in preinitLoïc Collignon57-3722/+11
2017-10-24replaced store binding with a database binding based on a berkeley dbLoïc Collignon64-0/+4487