summaryrefslogtreecommitdiff
path: root/lib/libalpm/be_package.c
Commit message (Expand)AuthorAge
...
* 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
* signing: let GPGME handle loading signatures from filesDan McGee2011-04-24
* Form the signature file location in one placeDan McGee2011-04-20
* Header inclusion cleanupDan McGee2011-04-20
* syntax: if/while statements should have no trailing spaceDan McGee2011-04-20
* style cleanup: cast as (type *) not (type*)Dave Reisner2011-04-20
* lib: remove dead code in be_local and be_packageDave Reisner2011-04-20
* Merge branch 'maint'Dan McGee2011-04-15
|\
| * Move documentation for public package function to alpm.hRémy Oudompheng2011-04-09
* | Don't create two pmpkg_t objects in be_packageDan McGee2011-04-11
* | Temporary fix for new warnings from gcc 4.6Dan McGee2011-03-27
* | Refactor signature loading code into common functionDan McGee2011-03-23
* | Read in .sig files when opening a package fileDan McGee2011-03-23
* | Style change: return(x) --> return xDan McGee2011-03-20
|/
* Don't generate filelist unless we are going to use itDan McGee2011-02-16
* Avoid a memmove by advancing value pointerDan McGee2011-02-11
* Fix locale.h/setlocale inclusion with --disable-nlsDan McGee2011-02-01
* Ignore known but unused package descfile fieldsDan McGee2011-01-28
* Remove epoch as an independent fieldDan McGee2011-01-21
* Small fix to download size lookup and a loggerDan McGee2011-01-11