summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/be_package.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-30libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_freeFlorian Pritz1-5/+5
2014-08-09Fix loading invalid packageOlivier Brunel1-1/+3
2014-03-27Always supply base name and version info in .PKGFILE if neededAllan McRae1-0/+2
2014-03-08Use MALLOC throughtout libalpmAllan McRae1-5/+3
2014-03-03be_package: Build the file list from MTREE if possibleFlorian Pritz1-4/+145
2014-03-03be_package: Refactor code adding a file to the files listFlorian Pritz1-27/+29
2014-03-03be_package: Refactor handling of simple path checksFlorian Pritz1-5/+22
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-11-15Fix whitespace and other formatting issuesJason St. John1-1/+1
2013-11-15Ignore makedepend and checkdepend entries when parsing .PKGINFO fileAllan McRae1-0/+4
2013-10-31Make functions to decode a signature and extract keyid publicAllan McRae1-1/+1
2013-10-15Ensure packages have a valid versionAllan McRae1-0/+4
2013-07-05do not check error from close(2)Dave Reisner1-5/+5
2013-05-29Improve error message when package is missing required signatureAllan McRae1-1/+5
2013-04-18Fix spelling errors using 'codespell' toolAnatol Pomozov1-2/+2
2013-02-16fix style violationsAndrew Gregory1-2/+3
2013-02-09Import key if needed when installing package from fileAllan McRae1-0/+64
2013-01-29Use libarchive compat header for relevant symbolsDave Reisner1-5/+6
2013-01-04Fix space between control structure and open parensGerardo Exequiel Pozzi1-1/+1
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-08-02Move filelist functions into separate source fileDan McGee1-0/+1
2012-08-01lib/be_package: use qsort instead of our own msortDave Reisner1-49/+3
2012-06-25add line length parameter to _alpm_strip_newlineDave Reisner1-1/+1
2012-04-29Convert ALLOC_FAIL macro into a functionDan McGee1-1/+1
2012-04-07Prefix alpm_pkgfrom_t members with ALPM_Allan McRae1-1/+1
2012-04-07Return more useful error codes on package open failuresDan McGee1-1/+12
2012-03-08Merge branch 'maint'Dan McGee1-13/+19
2012-03-08Remove _alpm_csumAllan McRae1-2/+2
2012-03-08Add information on how an installed package was validatedAllan McRae1-2/+21
2012-03-08Hook new optdepend structures upBenedikt Morbach1-2/+3
2012-03-05Fix a potential memory leak in filelist creationDan McGee1-13/+19
2012-03-05Fix a memory leak when loading an invalid packageDan McGee1-3/+3
2012-02-20Update copyright yearsAllan McRae1-1/+1
2012-02-13use _alpm_access in a few more places for increased debugging infoFlorian Pritz1-1/+1
2012-01-08Fix segfaults on opening invalid archive filesDan McGee1-2/+2
2012-01-02be_package.c: fix compiler warningAllan McRae1-1/+1
2011-12-23be_package: be more explicit parsing key/value pairsDan McGee1-9/+12
2011-12-21include config.h via MakefilesDave Reisner1-2/+0
2011-11-16Add helper method for creating and opening archive objectDan McGee1-35/+35
2011-11-01Convert package and database archive reads to use file descriptorsDan McGee1-18/+32
2011-10-27Introduce ALPM_BUFFER_SIZE constantDan McGee1-2/+2
2011-10-26Don't realloc a 0-length files array when loading packagesDan McGee1-8/+10
2011-09-22Add _alpm_process_siglist() logic to failed package validationDan McGee1-0/+1
2011-09-20Pass package signature data up one more levelDan McGee1-8/+5
2011-09-20Allow our PGP helper method to pass back the signature resultsDan McGee1-1/+6
2011-09-20Extract an _alpm_pkg_validate_internal() methodDan McGee1-33/+56
2011-09-18Remove const specifier from changelog_read() void parameterDan McGee1-1/+1
2011-09-07Ensure PackageRequired works as expectedDan McGee1-6/+7
2011-08-29Parse > 2GiB file sizes correctlyDan McGee1-1/+1