summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-09-08Use more correct integer types in diskspace checksDan McGee2-16/+20
2011-09-08Ensure 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-03More package operations cleanupDan McGee6-45/+12
2011-09-03Former transaction callback rename refactorDan McGee10-182/+182
2011-09-03Move all callbacks up to the handle levelDan McGee12-109/+145
2011-09-03Make delta validation/application more logicalDan McGee1-11/+19
2011-09-03Clean 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-30Parse > 2GiB file sizes correctlyDan McGee6-6/+32
2011-08-30lib/libalpm/handle.c: Removed redundant if conditionHelder Martins1-4/+3
2011-08-30Streamline alpm_splitdep() comparisonsDan McGee1-13/+19
2011-08-29_alpm_splitdep(): don't pass bogus length value to strndupDan McGee1-1/+5
2011-08-29Database read optimizationsDan McGee2-2/+11
2011-08-29Allow access to package origin dataDan McGee2-0/+12
2011-08-29Removed multiple definitions of pkgfrom_tDiogo Sousa2-6/+6
2011-08-29Better error handling out of package load methodDan McGee1-1/+1
2011-08-29Refactor some args out of pkg_load_internalDan McGee3-36/+36
2011-08-29Add more info to debug key displayDan McGee1-1/+2
2011-08-29Refactor signature result return formatDan McGee3-56/+69
2011-08-29lib/libalpm/signing.c: Fix memory leak in decode_signature() in case of error.Diogo Sousa1-0/+1
2011-08-29lib/libalpm/util.c: Fix two memory leaksLukas Fleischer1-0/+2
2011-08-29Check local database status flag in db_write sanity check blockDan McGee1-5/+1
2011-08-29be_sync.c: Fix memory leak in alpm_db_update()Lukas Fleischer1-0/+2
2011-08-29Fix possible mismatched type with several curl argumentsDan McGee1-2/+4
2011-08-26Always process validity value returned by gpgmeDan McGee1-21/+16
2011-08-26Fix small memory leak in sig check codeDan McGee1-0/+1
2011-08-26strtrim: don't move empty stringDan McGee1-1/+6
2011-08-25Remove argument from check_pgp_helperDan McGee4-10/+6
2011-08-25Remove trans is NULL check in QUESTION/EVENT/PROGRESS macrosDan McGee1-3/+3
2011-08-25Finish large file download attack preventionDan McGee1-3/+20
2011-08-25Use off_t rather than double where possibleDan McGee2-11/+11
2011-08-25Add new 'lt' and 'zh_TW' translations from transifexDan McGee3-0/+1141
2011-08-25Update existing translations from TransifexDan McGee2-97/+100
2011-08-24Improved alpm_list_mmerge() performance (fixed coding style)Diogo Sousa1-10/+15
2011-08-23vercmp: ensure 2.0a and 2.0.a do not compare equalDan McGee1-2/+7
2011-08-23Style-match rpmvercmp code with upstreamDan McGee1-9/+9
2011-08-23sync: halt file discovery if repo has no serversDave Reisner1-0/+8
2011-08-22dload: prevent need to copy struct in mask_signal()Dan McGee1-7/+6
2011-08-22dload: extract tempfile creation to its own functionDave Reisner1-17/+28
2011-08-22dload: move (un)masking of signals to separate functionsDave Reisner1-17/+24
2011-08-22dload: move curl option setting to static functionDave Reisner1-42/+48
2011-08-22dload: add open_mode to payload structDave Reisner2-4/+6
2011-08-22dload: rename cd_filename to content_disp_nameDave Reisner2-5/+5
2011-08-22dload: move tempfile and destfile to payload structDave Reisner2-26/+31