summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-09-20Split package validation and load loopsDan McGee2-12/+51
2011-09-20Extract an _alpm_pkg_validate_internal() methodDan McGee3-37/+68
2011-09-20Remove all usages of alpm_list_getdata() from the libraryDan McGee4-5/+6
2011-09-20_alpm_runscriptlet(): remove clean_tmpdir variableDan McGee1-7/+4
2011-09-20Access db->pkgcache directly in db_free_pkgcache()Dan McGee1-2/+4
2011-09-19Use more efficient way of restoring working directoryDan McGee3-24/+37
2011-09-19Reduce path allocation on the stack in local databaseDan McGee1-32/+35
2011-09-19Be smarter about running ldconfig during removal transactionsDan McGee4-9/+11
2011-09-19Search for non-prefixed paths in skip_remove listDan McGee1-3/+3
2011-09-18be_local: cope with a desc file without trailing newlineDan McGee1-2/+6
2011-09-18Remove const specifier from changelog_read() void parameterDan McGee6-8/+8
2011-09-18Remove dead changelog_feof() codeDan McGee2-9/+0
2011-09-18dload: avoid using memrchrDave Reisner1-3/+9
2011-09-18Ensure entire struct is zeroed in _alpm_parsedate()Dan McGee1-1/+2
2011-09-18dload: remove user:pass@ definition from hostnameDave Reisner1-1/+9
2011-09-18Fix build without gpgmeDan McGee1-1/+3
2011-09-11account for partial delta files in download sizeDave Reisner1-5/+21
2011-09-11make compute_download_size consider .part filesDave Reisner1-3/+24
2011-09-11dload: provide optional netrc supportDave Reisner1-0/+1
2011-09-08diskspace: fix memory leak on root mount not foundDave Reisner1-1/+3
2011-09-07Use more correct integer types in diskspace checksDan McGee2-16/+20
2011-09-07Ensure PackageRequired works as expectedDan McGee1-6/+7
2011-09-06dload: use intmax_t when printing off_tDan McGee1-2/+4
2011-09-06dload: abstract dload_interrupted reasonsDave Reisner1-3/+9
2011-09-06dload: improve debug outputDave Reisner1-2/+13
2011-09-06avoid blowing out the filecache list when using tmpdirDave Reisner1-4/+2
2011-09-02More package operations cleanupDan McGee6-45/+12
2011-09-02Former transaction callback rename refactorDan McGee10-182/+182
2011-09-02Move all callbacks up to the handle levelDan McGee12-109/+145
2011-09-02Make delta validation/application more logicalDan McGee1-11/+19
2011-09-02Clean up handling of size fieldsDan McGee7-40/+13
2011-09-01_alpm_parsedate(): return time_t and not longDan McGee2-3/+3
2011-08-30Scale package integrity progress bar/percentage by package sizeDan McGee1-2/+17
2011-08-30Remove outdated comment for _alpm_outerconflictsAllan McRae1-4/+1
2011-08-29Parse > 2GiB file sizes correctlyDan McGee6-6/+32
2011-08-29lib/libalpm/handle.c: Removed redundant if conditionHelder Martins1-4/+3
2011-08-29Streamline alpm_splitdep() comparisonsDan McGee1-13/+19
2011-08-28_alpm_splitdep(): don't pass bogus length value to strndupDan McGee1-1/+5
2011-08-28Database read optimizationsDan McGee2-2/+11
2011-08-28Allow access to package origin dataDan McGee2-0/+12
2011-08-28Removed multiple definitions of pkgfrom_tDiogo Sousa2-6/+6
2011-08-28Better error handling out of package load methodDan McGee1-1/+1
2011-08-28Refactor some args out of pkg_load_internalDan McGee3-36/+36
2011-08-28Add more info to debug key displayDan McGee1-1/+2
2011-08-28Refactor signature result return formatDan McGee3-56/+69
2011-08-28lib/libalpm/signing.c: Fix memory leak in decode_signature() in case of error.Diogo Sousa1-0/+1
2011-08-28lib/libalpm/util.c: Fix two memory leaksLukas Fleischer1-0/+2
2011-08-28Check local database status flag in db_write sanity check blockDan McGee1-5/+1
2011-08-28be_sync.c: Fix memory leak in alpm_db_update()Lukas Fleischer1-0/+2
2011-08-28Fix possible mismatched type with several curl argumentsDan McGee1-2/+4