summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-09-11account for partial delta files in download sizeDave Reisner
2011-09-11make compute_download_size consider .part filesDave Reisner
2011-09-11dload: provide optional netrc supportDave Reisner
2011-09-08diskspace: fix memory leak on root mount not foundDave Reisner
2011-09-07Use more correct integer types in diskspace checksDan McGee
2011-09-07Ensure PackageRequired works as expectedDan McGee
2011-09-06dload: use intmax_t when printing off_tDan McGee
2011-09-06dload: abstract dload_interrupted reasonsDave Reisner
2011-09-06dload: improve debug outputDave Reisner
2011-09-06avoid blowing out the filecache list when using tmpdirDave Reisner
2011-09-02More package operations cleanupDan McGee
2011-09-02Former transaction callback rename refactorDan McGee
2011-09-02Move all callbacks up to the handle levelDan McGee
2011-09-02Make delta validation/application more logicalDan McGee
2011-09-02Clean up handling of size fieldsDan McGee
2011-09-01_alpm_parsedate(): return time_t and not longDan McGee
2011-08-30Scale package integrity progress bar/percentage by package sizeDan McGee
2011-08-30Remove outdated comment for _alpm_outerconflictsAllan McRae
2011-08-29Parse > 2GiB file sizes correctlyDan McGee
2011-08-29lib/libalpm/handle.c: Removed redundant if conditionHelder Martins
2011-08-29Streamline alpm_splitdep() comparisonsDan McGee
2011-08-28_alpm_splitdep(): don't pass bogus length value to strndupDan McGee
2011-08-28Database read optimizationsDan McGee
2011-08-28Allow access to package origin dataDan McGee
2011-08-28Removed multiple definitions of pkgfrom_tDiogo Sousa
2011-08-28Better error handling out of package load methodDan McGee
2011-08-28Refactor some args out of pkg_load_internalDan McGee
2011-08-28Add more info to debug key displayDan McGee
2011-08-28Refactor signature result return formatDan McGee
2011-08-28lib/libalpm/signing.c: Fix memory leak in decode_signature() in case of error.Diogo Sousa
2011-08-28lib/libalpm/util.c: Fix two memory leaksLukas Fleischer
2011-08-28Check local database status flag in db_write sanity check blockDan McGee
2011-08-28be_sync.c: Fix memory leak in alpm_db_update()Lukas Fleischer
2011-08-28Fix possible mismatched type with several curl argumentsDan McGee
2011-08-25Always process validity value returned by gpgmeDan McGee
2011-08-25Fix small memory leak in sig check codeDan McGee
2011-08-25strtrim: don't move empty stringDan McGee
2011-08-25Remove argument from check_pgp_helperDan McGee
2011-08-25Remove trans is NULL check in QUESTION/EVENT/PROGRESS macrosDan McGee
2011-08-25Finish large file download attack preventionDan McGee
2011-08-25Use off_t rather than double where possibleDan McGee
2011-08-25Add new 'lt' and 'zh_TW' translations from transifexDan McGee
2011-08-25Update existing translations from TransifexDan McGee
2011-08-24Improved alpm_list_mmerge() performance (fixed coding style)Diogo Sousa
2011-08-23vercmp: ensure 2.0a and 2.0.a do not compare equalDan McGee
2011-08-23Style-match rpmvercmp code with upstreamDan McGee
2011-08-23sync: halt file discovery if repo has no serversDave Reisner
2011-08-22dload: prevent need to copy struct in mask_signal()Dan McGee
2011-08-22dload: extract tempfile creation to its own functionDave Reisner
2011-08-22dload: move (un)masking of signals to separate functionsDave Reisner