summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_package.c
Commit message (Expand)AuthorAge
...
* | 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
* Parse conflicts/provides/replaces at database load timeDan McGee2011-08-15
* Validate the sha256sum if availableDan McGee2011-08-15
* Attempt to fix up some of the brokenness around failed package loadsDan McGee2011-08-08
* Store a package info level flag if we fail to load dataDan McGee2011-08-08
* Don't trim whitespace when reading database entriesDan McGee2011-08-02
* Convert package filelists to an array instead of linked listDan McGee2011-07-21
* signing: move to new signing verification and return schemeDan McGee2011-07-05
* Merge remote-tracking branch 'allan/ALPM'Dan McGee2011-07-03
|\
| * Prefix _alpm_errno_t members with ALPMAllan McRae2011-07-02
| * Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
* | Move alpm filelists to a struct objectDan McGee2011-07-03
|/
* Rename pmbackup_t to alpm_backup_tAllan McRae2011-06-28
* Rename pmdepend_t to alpm_depend_tAllan McRae2011-06-28
* Rename pmpkg_t to alpm_pkg_tAllan McRae2011-06-28
* Rename pmhandle_t to alpm_handle_tAllan McRae2011-06-28
* Remove three unnecessary usages of alpm_list_count()Dan McGee2011-06-24
* Convert backup list to new pmbackup_t typeDan McGee2011-06-22
* Documented purpose of be_*.cKerrick Staley2011-06-20
* Ensure handle is valid and pm_errno is reset when calling into APIDan McGee2011-06-14
* Small handle related cleanupsDan McGee2011-06-14
* Switch all logging to use handle directlyDan McGee2011-06-13
* Move pm_errno onto the handleDan McGee2011-06-13
* Require handle for alpm_pkg_load()Dan McGee2011-06-13
* Fix memory leak if package sig was invalidDan McGee2011-06-13
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Use standard errno codes in return from _alpm_archive_fgetsDan McGee2011-06-03
* Push down extern handle variable to files that need itDan McGee2011-06-03
* Add handle attribute to pmpkg_t structDan McGee2011-06-03
* Remove ALPM_LOG_FUNC macroDan McGee2011-06-03
* Deal with unused function parameters correctlyAllan McRae2011-05-04
* Perform package verification at package load timeDan McGee2011-04-24