summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_package.c
Commit message (Expand)AuthorAge
* Add alpm_pkg_get_makedepends and alpm_pkg_get_checkdependsMark Weiman2017-01-04
* add _alpm_filelist_sortAndrew Gregory2017-01-04
* Update copyright yearsAllan McRae2017-01-04
* Represent bitfields as ints, not enumsIvy Foster2016-10-22
* Add ALPM_ERR_OK to _alpm_errno_tIvy Foster2016-10-22
* Reject files larger than 16384 bytes in read_sigfile.Tobias Stoeckmann2016-08-30
* Release resources on error paths.Tobias Stoeckmann2016-08-30
* fix spelling mistakesEric Engestrom2016-05-05
* Update copyright years for 2016Allan McRae2016-01-04
* be_package: fallback to standard filelist loadingAndrew Gregory2015-03-26
* add_entry_to_files_list: pass filelist directlyAndrew Gregory2015-03-26
* parse_descfile: fix memory leak in error caseAllan McRae2015-03-03
* Update copyright notices for 2015Allan McRae2015-02-01
* be_package.c: fix style violationAndrew Gregory2015-01-02
* libalpm: Parse and write PKGBASEsJohannes Löthberg2014-12-24
* libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_freeFlorian Pritz2014-09-30
* Fix loading invalid packageOlivier Brunel2014-08-09
* Always supply base name and version info in .PKGFILE if neededAllan McRae2014-03-27
* Use MALLOC throughtout libalpmAllan McRae2014-03-08
* be_package: Build the file list from MTREE if possibleFlorian Pritz2014-03-03
* be_package: Refactor code adding a file to the files listFlorian Pritz2014-03-03
* be_package: Refactor handling of simple path checksFlorian Pritz2014-03-03
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* Update copyright years for 2014Allan McRae2014-01-06
* Fix whitespace and other formatting issuesJason St. John2013-11-15
* Ignore makedepend and checkdepend entries when parsing .PKGINFO fileAllan McRae2013-11-15
* Make functions to decode a signature and extract keyid publicAllan McRae2013-10-31
* Ensure packages have a valid versionAllan McRae2013-10-15
* do not check error from close(2)Dave Reisner2013-07-05
* Improve error message when package is missing required signatureAllan McRae2013-05-29
* Fix spelling errors using 'codespell' toolAnatol Pomozov2013-04-18
* fix style violationsAndrew Gregory2013-02-16
* Import key if needed when installing package from fileAllan McRae2013-02-09
* Use libarchive compat header for relevant symbolsDave Reisner2013-01-29
* Fix space between control structure and open parensGerardo Exequiel Pozzi2013-01-04
* Update copyright year for 2013Allan McRae2013-01-03
* Move filelist functions into separate source fileDan McGee2012-08-02
* lib/be_package: use qsort instead of our own msortDave Reisner2012-08-01
* add line length parameter to _alpm_strip_newlineDave Reisner2012-06-25
* Convert ALLOC_FAIL macro into a functionDan McGee2012-04-29
* Prefix alpm_pkgfrom_t members with ALPM_Allan McRae2012-04-07
* Return more useful error codes on package open failuresDan McGee2012-04-07
* Merge branch 'maint'Dan McGee2012-03-08
|\
| * Fix a potential memory leak in filelist creationDan McGee2012-03-05
| * Fix a memory leak when loading an invalid packageDan McGee2012-03-05
* | Remove _alpm_csumAllan McRae2012-03-08
* | Add information on how an installed package was validatedAllan McRae2012-03-08
* | Hook new optdepend structures upBenedikt Morbach2012-03-08
* | Update copyright yearsAllan McRae2012-02-20
* | use _alpm_access in a few more places for increased debugging infoFlorian Pritz2012-02-13