aboutsummaryrefslogtreecommitdiffstats
path: root/src/db.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-19[db] Introduce a VLR database hereHolger Freyther1-0/+7
2009-04-19[db] Make the db connection staticHolger Freyther1-1/+1
2009-04-19[db] Keep track of the current gsm_networkHolger Freyther1-1/+3
2009-04-19[db] Remove FIXME as it is fixed...Holger Freyther1-1/+0
2009-03-30Store incoming SMS into SQL databaseHarald Welte1-85/+122
2009-02-23[db] Introduce a table for SMSHolger Freyther1-0/+18
2009-02-22[db] Print the type and id of the not found providerHolger Freyther1-1/+2
2009-02-09introduce lookup of subscribers based on their extension numberHolger Freyther1-0/+10
2009-01-04Make gcc happy and remove a couple of warningsHolger Freyther1-1/+1
2009-01-01Change the subscriber and database backendHolger Freyther1-35/+46
2008-12-30update the timestamp in the dbHarald Welte1-0/+8
2008-12-28make it optional where the hlr database is storedHolger Freyther1-3/+16
2008-12-28fix typo in debug messageJan Luebbe1-1/+1
2008-12-27add extension field to subscriber struct and name column to dbJan Luebbe1-17/+62
2008-12-27* add database handlingHarald Welte1-3/+12
2008-12-27also track creation and update time for subscriber and equipmentJan Luebbe1-7/+11
2008-12-27add a equipment tableJan Luebbe1-20/+93
2008-12-27add authorized state to subscribers in dbJan Luebbe1-8/+7
2008-12-27remove db debug outputJan Luebbe1-7/+0
2008-12-27rewrite db backendJan Luebbe1-167/+187
2008-12-27db: add GPL headers and integrate with autofooJan Luebbe1-1/+20
2008-12-27add first sketch of a DB backendJan Luebbe1-0/+198