aboutsummaryrefslogtreecommitdiffstats
path: root/src/db.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-11add db_subscr_get_by_msisdn() and db_subscr_get_by_id()Neels Hofmeyr1-1/+18
2017-10-11less noise: simplify db_remove_reset()Neels Hofmeyr1-13/+3
2017-10-11add db_subscr_create(), db_subscr_delete(), db_subscr_update_msisdn_by_imsi()Neels Hofmeyr1-0/+3
2017-10-11add db_bind_int() and db_bind_int64()Neels Hofmeyr1-0/+44
2017-10-11cosmetic: don't log about missing SQLite log cbNeels Hofmeyr1-3/+11
2017-10-11cosmetic: log: "SQLite" with capital LNeels Hofmeyr1-4/+4
2017-10-10cosmetic: multi-line DB_STMT_AUC_BY_IMSINeels Hofmeyr1-1/+6
2017-10-10cosmetic: refactor db_bind_imsi() as db_bind_text()Neels Hofmeyr1-5/+14
2017-10-10cosmetic: prepend DB_STMT_ to enum stmt_idx entriesNeels Hofmeyr1-9/+9
2017-03-16UMTS AKA: implement SQN increment according to SEQ and INDNeels Hofmeyr1-1/+1
2017-02-21Add routines to update nam_psMax1-0/+2
2017-02-20Fix compiler's warning about printf securityMax1-1/+1
2017-02-20db: move duplicated code into helper functionsMax1-0/+31
2017-02-01main: add option parsing with db file and default optionsNeels Hofmeyr1-0/+1
2016-06-10fix PURGE_MS sqlite3 accessHarald Welte1-0/+2
2016-05-03db: Use Write-Ahead Logging mode of SQLite3Harald Welte1-0/+6
2016-05-03Major update; Code now supports SAI, LU and ISD transactionsHarald Welte1-2/+3
2016-04-28initial import of osmo-gsup-hlr code so farHarald Welte1-0/+121