summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/be_package.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-09Store and read name of alternativesAllan McRae1-0/+2
2020-02-10build-aux/update-copyright 2019 2020Allan McRae1-1/+1
2020-01-07Use c99 struct initialization to avoid memset callsDave Reisner1-5/+2
2019-10-27Fix segfault importing PGP key for pacman -U operationsAllan McRae1-2/+2
2019-10-23Update copyright yearsAllan McRae1-1/+1
2019-10-07signing: move key import confirmation before key_searchJonas Witschel1-1/+11
2018-05-14Remove all modelines from the projectEli Schwartz1-2/+0
2018-03-14Update coyrights for 2018Allan McRae1-1/+1
2017-01-04Add alpm_pkg_get_makedepends and alpm_pkg_get_checkdependsMark Weiman1-2/+4
2017-01-04add _alpm_filelist_sortAndrew Gregory1-2/+1
2017-01-04Update copyright yearsAllan McRae1-1/+1
2016-10-22Represent bitfields as ints, not enumsIvy Foster1-4/+4
2016-10-22Add ALPM_ERR_OK to _alpm_errno_tIvy Foster1-1/+1
2016-08-30Reject files larger than 16384 bytes in read_sigfile.Tobias Stoeckmann1-5/+9
2016-08-30Release resources on error paths.Tobias Stoeckmann1-0/+1
2016-05-05fix spelling mistakesEric Engestrom1-1/+1
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-03-26be_package: fallback to standard filelist loadingAndrew Gregory1-15/+22
2015-03-26add_entry_to_files_list: pass filelist directlyAndrew Gregory1-8/+9
2015-03-03parse_descfile: fix memory leak in error caseAllan McRae1-1/+1
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2015-01-02be_package.c: fix style violationAndrew Gregory1-1/+2
2014-12-24libalpm: Parse and write PKGBASEsJohannes Löthberg1-1/+1
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-26add line length parameter to _alpm_strip_newlineDave Reisner1-1/+1
2012-04-30Convert 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