aboutsummaryrefslogtreecommitdiffstats
path: root/ll-database-binding/src/ll-database-binding.c
AgeCommit message (Expand)AuthorFilesLines
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é Bollo1-13/+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-24fix use of make event in preinitLoïc Collignon1-24/+9
2017-10-24replaced store binding with a database binding based on a berkeley dbLoïc Collignon1-0/+389