Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_package.c
AgeCommit message (Expand)Author
2017-05-08Reject files larger than 16384 bytes in read_sigfile.Tobias Stoeckmann
2017-05-08Release resources on error paths.Tobias Stoeckmann
2017-04-27fix spelling mistakesEric Engestrom
2016-01-04Update copyright years for 2016Allan McRae
2015-03-26be_package: fallback to standard filelist loadingAndrew Gregory
2015-03-26add_entry_to_files_list: pass filelist directlyAndrew Gregory
2015-03-03parse_descfile: fix memory leak in error caseAllan McRae
2015-02-01Update copyright notices for 2015Allan McRae
2015-01-02be_package.c: fix style violationAndrew Gregory
2014-12-24libalpm: Parse and write PKGBASEsJohannes Löthberg
2014-09-30libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_freeFlorian Pritz
2014-08-09Fix loading invalid packageOlivier Brunel
2014-03-27Always supply base name and version info in .PKGFILE if neededAllan McRae
2014-03-08Use MALLOC throughtout libalpmAllan McRae
2014-03-03be_package: Build the file list from MTREE if possibleFlorian Pritz
2014-03-03be_package: Refactor code adding a file to the files listFlorian Pritz
2014-03-03be_package: Refactor handling of simple path checksFlorian Pritz
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Update copyright years for 2014Allan McRae
2013-11-15Fix whitespace and other formatting issuesJason St. John
2013-11-15Ignore makedepend and checkdepend entries when parsing .PKGINFO fileAllan McRae
2013-10-31Make functions to decode a signature and extract keyid publicAllan McRae
2013-10-15Ensure packages have a valid versionAllan McRae
2013-07-05do not check error from close(2)Dave Reisner
2013-05-29Improve error message when package is missing required signatureAllan McRae
2013-04-18Fix spelling errors using 'codespell' toolAnatol Pomozov
2013-02-16fix style violationsAndrew Gregory
2013-02-09Import key if needed when installing package from fileAllan McRae
2013-01-29Use libarchive compat header for relevant symbolsDave Reisner
2013-01-04Fix space between control structure and open parensGerardo Exequiel Pozzi
2013-01-03Update copyright year for 2013Allan McRae
2012-08-02Move filelist functions into separate source fileDan McGee
2012-08-01lib/be_package: use qsort instead of our own msortDave Reisner
2012-06-25add line length parameter to _alpm_strip_newlineDave Reisner
2012-04-29Convert ALLOC_FAIL macro into a functionDan McGee
2012-04-07Prefix alpm_pkgfrom_t members with ALPM_Allan McRae
2012-04-07Return more useful error codes on package open failuresDan McGee
2012-03-08Merge branch 'maint'Dan McGee
2012-03-08Remove _alpm_csumAllan McRae
2012-03-08Add information on how an installed package was validatedAllan McRae
2012-03-08Hook new optdepend structures upBenedikt Morbach
2012-03-05Fix a potential memory leak in filelist creationDan McGee
2012-03-05Fix a memory leak when loading an invalid packageDan McGee
2012-02-20Update copyright yearsAllan McRae
2012-02-13use _alpm_access in a few more places for increased debugging infoFlorian Pritz
2012-01-08Fix segfaults on opening invalid archive filesDan McGee
2012-01-02be_package.c: fix compiler warningAllan McRae
2011-12-23be_package: be more explicit parsing key/value pairsDan McGee
2011-12-21include config.h via MakefilesDave Reisner
2011-11-16Add helper method for creating and opening archive objectDan McGee