summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/db.c
AgeCommit message (Expand)AuthorFilesLines
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-15Bump 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-24Search package groups when searching a DBDan McGee1-2/+11
2009-06-09Give 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-13Merge branch 'maint'Dan McGee1-1/+0
2008-10-13Remove unnecessary unistd.h header inclusionDan McGee1-1/+0
2008-08-26Rename 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-06Avoid double slashes in URLs given to libdownload.Xavier Chantry1-3/+13
2008-07-25Implement AND based package searching.Xavier Chantry1-1/+8
2008-06-04Use correct C type for file sizesDan McGee1-1/+0
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier1-63/+4
2008-05-12Remove some useless abstraction and start db cleanupDan McGee1-90/+0
2008-04-07Remove a bit more download.h pollutionDan McGee1-7/+3
2008-04-07Remove unnecessary header file, move one macro to util.cDan McGee1-1/+0
2008-03-27Make db->treename a pointerDan McGee1-2/+2
2008-03-23Update database mtime after it has been extractedDan McGee1-8/+12
2008-02-25Remove pmserver_t abstractionDan McGee1-20/+7
2008-02-25Add new stub download functions for use throughout the codeDan McGee1-6/+2
2008-02-25Move download code out of server.cDan McGee1-0/+2
2008-01-15Merge branch 'maint'Dan McGee1-1/+1
2008-01-15Change the versioned provision format.Chantry Xavier1-1/+1
2008-01-11Use dynamic string allocation in package structuresDan McGee1-9/+7
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-11-25Additionally search for non-regex strings on a db search operationAaron Griffin1-0/+4
2007-11-21Remove duplicated get_upgrades function, use sysupgrade instead.Chantry Xavier1-144/+0
2007-11-19Versioned provisions.Nagy Gabor1-1/+20
2007-11-18Remove the IgnorePkg handling from alpm_pkg_compare_version.Chantry Xavier1-1/+5
2007-11-17Remove provide.c and provide.h .Chantry Xavier1-1/+24
2007-11-17Generalized alpm_list_find.Nagy Gabor1-1/+1
2007-11-17War on whitespaceDan McGee1-4/+4
2007-11-16libalpm: simplify sync db lastupdateDan McGee1-9/+11
2007-11-15Remove REQUIREDBY usage from libalpmDan McGee1-1/+0
2007-11-11Implement TotalDownload option.Nathan Jones1-1/+2
2007-11-11Implement IgnoreGroup.Nathan Jones1-1/+1