summaryrefslogtreecommitdiff
path: root/lib/libalpm/db.c
AgeCommit message (Expand)Author
2011-02-28Check local DB version before continuing transactionDan McGee
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner
2011-02-25alpm: remove public visibility of pmpkghash_tDave Reisner
2011-02-04Actually remove packages from pkghash on removalAllan McRae
2011-02-04Read pkgcache into hashAllan McRae
2011-01-29Remove need to explicitly register the local DBDan McGee
2011-01-07Fix some more simple conversion "errors"Dan McGee
2011-01-07Update copyright years for 2011Allan McRae
2010-12-13Correctly force load of package reasonDan McGee
2010-12-12dirent usage cleanupDan McGee
2010-10-14Move and rename splitnameAllan McRae
2010-10-14Restrict visibility of checkdbdir and get_pkgpathAllan McRae
2010-10-14Populate sync db from archiveAllan McRae
2010-10-14Completely separate local and sync db handlingAllan McRae
2010-10-14Separate be_files into be_sync and be_localAllan McRae
2010-10-13Move db cache handling functionsAllan McRae
2010-10-13Move database handling utility functionsAllan McRae
2010-10-13Fix documentation syntax and typoAllan McRae
2010-10-13Initial hack at a DB operations structDan McGee
2010-10-13Move the cache stuff where it should beDan McGee
2010-05-05Introduce -D, --databaseNagy Gabor
2010-03-14Bump copyright dates to 2010Dan McGee
2009-10-11int typing: s/unsigned short/int/ in libalpmDan McGee
2009-09-20Fully implement database lazy loadingDan McGee
2009-07-01Update copyright headers and messagesDan McGee
2009-06-23Search package groups when searching a DBDan McGee
2009-06-08Give sensible feedback when a repo has no configured serversDan McGee
2009-01-20Delay the creation of local and sync db dir.Xavier Chantry
2009-01-20Remove some db abstraction crap.Xavier Chantry
2008-10-12Merge branch 'maint'Dan McGee
2008-10-12Remove unnecessary unistd.h header inclusionDan McGee
2008-08-25Rename alpm_db_get{pkg,grp}cache to alpm_db_get_{pkg,grp}cacheXavier Chantry
2008-08-08Fix variable naming issues in _alpm_db_cmpDan McGee
2008-08-05Avoid double slashes in URLs given to libdownload.Xavier Chantry
2008-07-24Implement AND based package searching.Xavier Chantry
2008-06-04Use correct C type for file sizesDan McGee
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier
2008-05-11Remove some useless abstraction and start db cleanupDan McGee
2008-04-06Remove a bit more download.h pollutionDan McGee
2008-04-06Remove unnecessary header file, move one macro to util.cDan McGee
2008-03-26Make db->treename a pointerDan McGee
2008-03-23Update database mtime after it has been extractedDan McGee
2008-02-24Remove pmserver_t abstractionDan McGee
2008-02-24Add new stub download functions for use throughout the codeDan McGee
2008-02-24Move download code out of server.cDan McGee
2008-01-14Merge branch 'maint'Dan McGee
2008-01-14Change the versioned provision format.Chantry Xavier
2008-01-11Use dynamic string allocation in package structuresDan McGee
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-11-25Additionally search for non-regex strings on a db search operationAaron Griffin