summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/db.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-15Merge branch 'maint'Dan McGee1-53/+12
2011-04-09Move documentation of public database functions to alpm.hRémy Oudompheng1-53/+12
2011-04-05Merge branch 'maint'Dan McGee1-1/+1
2011-04-04db.c: set pm_errno appropriately in alpm_db_set_pkgreason()Rémy Oudompheng1-1/+1
2011-03-29Merge branch 'maint'Dan McGee1-4/+1
2011-03-29Fix an outdated commentDan McGee1-4/+1
2011-03-27Temporary fix for new warnings from gcc 4.6Dan McGee1-0/+1
2011-03-24Merge branch 'maint'Dan McGee1-6/+2
2011-03-24alpm/db: do not close local DB in alpm_db_unregister_allDave Reisner1-6/+2
2011-03-23Refactor signature loading code into common functionDan McGee1-50/+14
2011-03-23Add functions for verifying database signatureAllan McRae1-0/+65
2011-03-23Added gpg verification options per repo to the config file.Xavier Chantry1-0/+18
2011-03-23Remove unnecessary sanity check on db->setserverDan McGee1-12/+0
2011-03-20Style change: return(x) --> return xDan McGee1-60/+60
2011-02-28Check local DB version before continuing transactionDan McGee1-0/+8
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner1-6/+6
2011-02-25alpm: remove public visibility of pmpkghash_tDave Reisner1-18/+3
2011-02-04Actually remove packages from pkghash on removalAllan McRae1-1/+1
2011-02-04Read pkgcache into hashAllan McRae1-14/+41
2011-01-29Remove need to explicitly register the local DBDan McGee1-15/+0
2011-01-07Fix some more simple conversion "errors"Dan McGee1-1/+1
2011-01-07Update copyright years for 2011Allan McRae1-1/+1
2010-12-13Correctly force load of package reasonDan McGee1-5/+1
2010-12-12dirent usage cleanupDan McGee1-1/+0
2010-10-14Move and rename splitnameAllan McRae1-46/+0
2010-10-14Restrict visibility of checkdbdir and get_pkgpathAllan McRae1-37/+0
2010-10-14Populate sync db from archiveAllan McRae1-2/+8
2010-10-14Completely separate local and sync db handlingAllan McRae1-7/+1
2010-10-14Separate be_files into be_sync and be_localAllan McRae1-52/+3
2010-10-13Move db cache handling functionsAllan McRae1-0/+243
2010-10-13Move database handling utility functionsAllan McRae1-0/+77
2010-10-13Fix documentation syntax and typoAllan McRae1-1/+1
2010-10-13Initial hack at a DB operations structDan McGee1-6/+17
2010-10-13Move the cache stuff where it should beDan McGee1-1/+1
2010-05-05Introduce -D, --databaseNagy Gabor1-0/+38
2010-03-14Bump copyright dates to 2010Dan McGee1-1/+1
2009-10-11int typing: s/unsigned short/int/ in libalpmDan McGee1-1/+1
2009-09-20Fully implement database lazy loadingDan McGee1-25/+36
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-06-23Search package groups when searching a DBDan McGee1-2/+11
2009-06-08Give sensible feedback when a repo has no configured serversDan McGee1-0/+1
2009-01-20Delay the creation of local and sync db dir.Xavier Chantry1-26/+0
2009-01-20Remove some db abstraction crap.Xavier Chantry1-15/+0
2008-10-12Merge branch 'maint'Dan McGee1-1/+0
2008-10-12Remove unnecessary unistd.h header inclusionDan McGee1-1/+0
2008-08-25Rename alpm_db_get{pkg,grp}cache to alpm_db_get_{pkg,grp}cacheXavier Chantry1-2/+2
2008-08-08Fix variable naming issues in _alpm_db_cmpDan McGee1-2/+2
2008-08-05Avoid double slashes in URLs given to libdownload.Xavier Chantry1-3/+13
2008-07-24Implement AND based package searching.Xavier Chantry1-1/+8
2008-06-04Use correct C type for file sizesDan McGee1-1/+0