summaryrefslogtreecommitdiff
path: root/lib/libalpm/alpm.h
Commit message (Expand)AuthorAge
* Add handle argument to two more alpm methodsDan McGee2011-06-13
* Require handle for alpm_checkconflicts()Dan McGee2011-06-13
* Require handle for alpm_pkg_load()Dan McGee2011-06-13
* Add handle argument to alpm_(add|remove)_pkg()Dan McGee2011-06-13
* Require handle for alpm_sync_sysupgrade()Dan McGee2011-06-09
* Require handle for alpm_db_register_sync()Dan McGee2011-06-09
* Require handle argument to all alpm_trans_*() methodsDan McGee2011-06-09
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Require handle argument to alpm_logaction()Dan McGee2011-06-09
* New signatures for alpm initialize and releaseDan McGee2011-06-07
* Add handle attribute to pmdb_t structDan McGee2011-06-03
* Improve database server APIDan McGee2011-05-05
* Perform package verification at package load timeDan McGee2011-04-24
* Rein in the complexity of the signature typeDan McGee2011-04-24
* Make dump_pkg_full a little less insaneDan McGee2011-04-22
* alpm.h: add several missing documentation stringsRémy Oudompheng2011-04-21
* alpm.h: rationalize option getters/setters documentationRémy Oudompheng2011-04-21
* alpm.h: add/improve function documentationRémy Oudompheng2011-04-21
* Allow VerifySig to act as a default verification in [options]Dave Reisner2011-04-20
* alpm.h: forward-declare shared enumerationsDan McGee2011-04-20
* Merge branch 'maint'Dan McGee2011-04-15
|\
| * alpm.h: fix typos in documentationRémy Oudompheng2011-04-13
| * alpm.h: document transaction flagsRémy Oudompheng2011-04-09
| * More documentation for option getters/setters.Rémy Oudompheng2011-04-09
| * alpm.h: more documentation for pkgreason, depend and errno.Rémy Oudompheng2011-04-09
| * Move documentation for public package function to alpm.hRémy Oudompheng2011-04-09
| * alpm.h: organize doxygen documentation in groupsRémy Oudompheng2011-04-09
| * Move documentation of public database functions to alpm.hRémy Oudompheng2011-04-09
| * alpm.h: add documentation for package property accessorsRémy Oudompheng2011-04-09
| * Move documentation of public transaction functions to alpm.hRémy Oudompheng2011-04-09
* | libalpm: consistently use int as return type for option settersRémy Oudompheng2011-04-15
* | Add functions for verifying database signatureAllan McRae2011-03-23
* | Added gpg verification options per repo to the config file.Xavier Chantry2011-03-23
* | Integrate GPGME into libalpmDan McGee2011-03-23
* | Add some error codes for signature verificationDan McGee2011-03-23
* | Add signature directory as option on libalpm handleDan McGee2011-03-23
* | Merge branch 'gpg-libalpm-basics'Dan McGee2011-03-23
|\ \
| * | Allow PGP signature to be read from sync databaseDan McGee2011-03-23
* | | Remove libfetch error codeDan McGee2011-03-23
|/ /
* / handle error case for PM_ERR_LIBCURLDave Reisner2011-03-09
|/
* Check local DB version before continuing transactionDan McGee2011-02-28
* alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner2011-02-25
* alpm: remove public visibility of pmpkghash_tDave Reisner2011-02-25
* Mark log callback format string constDan McGee2011-02-24
* Read pkgcache into hashAllan McRae2011-02-04
* Add a hash table for holding packagesAllan McRae2011-02-04
* alpm/depcmp: new NODEPVERSION flagXavier Chantry2011-01-31
* alpm: drop old target interfacesXavier Chantry2011-01-29
* alpm: deprecate old interfaceXavier Chantry2011-01-29
* alpm: new alpm_remove_pkg interfaceXavier Chantry2011-01-29