summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-12-13Remove AC_TYPE_SIGNAL usageDan McGee1-1/+1
2010-12-13dirent usage cleanupDan McGee4-4/+1
2010-12-13Move MAX_DELTA_RATIO definitionAllan McRae2-3/+3
2010-12-13Combine reading from depends and desc in sync dbAllan McRae1-7/+2
2010-12-13alpm/remove.c : respect --dbonly during remove-upgradeXavier Chantry1-0/+5
2010-12-13alpm: don't expose alpm_depcmpXavier Chantry5-9/+9
2010-12-13alpm: kill alpm_deptestXavier Chantry2-26/+0
2010-12-13alpm: add new alpm_find_satisfier functionXavier Chantry2-0/+15
2010-12-13Fix a few problems reported by clang-analyzerXavier Chantry2-9/+6
2010-12-13Merge branch 'maint'Dan McGee1-1/+1
2010-12-13be_files: write EPOCH instead of FORCEXavier Chantry1-3/+4
2010-12-11Fix possible null pointer deref in check_archDan McGee1-1/+1
2010-10-18Merge branch 'maint'Dan McGee2-1/+7
2010-10-18alpm/sync: very small memleak fixXavier Chantry1-1/+3
2010-10-18libalpm/remove: fix funny progress bar problem with empty packagesXavier Chantry1-0/+4
2010-10-15be_package: read force entry and convert to epochXavier Chantry1-0/+5
2010-10-14Add epoch support to pacman/libalpmDan McGee6-22/+47
2010-10-14Small tweaks after backend mergeDan McGee3-19/+4
2010-10-14Only write to local reposAllan McRae1-53/+38
2010-10-14Clean-up parsing sync databaseAllan McRae1-26/+1
2010-10-14Clean-up parsing local databaseAllan McRae1-24/+3
2010-10-14Remove lazy loading of deltasAllan McRae2-26/+3
2010-10-14Move and rename splitnameAllan McRae6-50/+49
2010-10-14Restrict visibility of checkdbdir and get_pkgpathAllan McRae3-39/+34
2010-10-14Only download sync databasesAllan McRae1-163/+2
2010-10-14Parse sync databaseAllan McRae2-414/+132
2010-10-14Populate sync db from archiveAllan McRae3-27/+42
2010-10-14Completely separate local and sync db handlingAllan McRae6-77/+81
2010-10-14Separate be_files into be_sync and be_localAllan McRae8-325/+943
2010-10-13Move db cache handling functionsAllan McRae2-242/+243
2010-10-13Move database handling utility functionsAllan McRae3-74/+81
2010-10-13Fix documentation syntax and typoAllan McRae2-2/+2
2010-10-13Initial hack at a DB operations structDan McGee3-7/+29
2010-10-13Move the cache stuff where it should beDan McGee13-335/+259
2010-10-13Move changelog functions to callback structDan McGee3-75/+175
2010-10-13Complete rework of package accessor logicDan McGee5-92/+398
2010-10-13Allow local and sync db to be treated separatelyDan McGee5-34/+37
2010-10-13Unify caching concerns in package accessorsDan McGee1-181/+30
2010-10-12Read 'force' entry from packagesDan McGee1-0/+2
2010-10-11Avoid stat call to determine is_directory if possibleDan McGee1-10/+19
2010-09-27Set pm_errno on libarchive errors while readingSebastian Nowicki1-3/+13
2010-09-23Update gettext Makefiles to 0.18Dan McGee1-39/+128
2010-09-15Merge branch 'maint'Dan McGee2-14/+12
2010-09-15Update Kazakh translationBaurzhan Muftakhidinov1-9/+9
2010-09-06Fix libfetch configure checkingDan McGee3-8/+8
2010-09-04Minor translation file updates after `make distcheck`Dan McGee1-5/+3
2010-09-04Merge branch 'maint'Dan McGee1-12/+12
2010-09-04libalpm Swedish translation updatev3.4.1Tobias Eriksson1-12/+12
2010-09-02Clean up libfetch checking in configureDan McGee3-8/+8
2010-09-02Use OpenSSL MD5 crypto functions if availableDan McGee2-2/+48