summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_package.c
Commit message (Expand)AuthorAge
* 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
* | Fix segfaults on opening invalid archive filesDan McGee2012-01-08
* | be_package.c: fix compiler warningAllan McRae2012-01-02
* | be_package: be more explicit parsing key/value pairsDan McGee2011-12-23
* | include config.h via MakefilesDave Reisner2011-12-21
* | Add helper method for creating and opening archive objectDan McGee2011-11-16
* | Convert package and database archive reads to use file descriptorsDan McGee2011-11-01
|/
* Introduce ALPM_BUFFER_SIZE constantDan McGee2011-10-27
* Don't realloc a 0-length files array when loading packagesDan McGee2011-10-26
* Add _alpm_process_siglist() logic to failed package validationDan McGee2011-09-22
* Pass package signature data up one more levelDan McGee2011-09-20
* Allow our PGP helper method to pass back the signature resultsDan McGee2011-09-20
* Extract an _alpm_pkg_validate_internal() methodDan McGee2011-09-20
* Remove const specifier from changelog_read() void parameterDan McGee2011-09-18
* Ensure PackageRequired works as expectedDan McGee2011-09-07
* Parse > 2GiB file sizes correctlyDan McGee2011-08-29
* Better error handling out of package load methodDan McGee2011-08-28
* Refactor some args out of pkg_load_internalDan McGee2011-08-28
* Remove argument from check_pgp_helperDan McGee2011-08-25
* Only check necessary signatures and checksumsDan McGee2011-08-15