summaryrefslogtreecommitdiff
path: root/src/pacman/pacman.c
Commit message (Collapse)AuthorAge
* - reworked verbose levelsAurelien Foret2006-01-01
| | | | - fixed the handling of command line errors when no operation is specified
* *** empty log message ***Aurelien Foret2006-01-01
|
* added a missing code chunk of the ignore command line option (patch from ↵Aurelien Foret2005-12-31
| | | | VMiklos <vmiklos@frugalware.org>)
* used defines from alpm.h instead of local ones (patch from VMiklos ↵Aurelien Foret2005-12-31
| | | | <vmiklos@frugalware.org>)
* verbosity fix from VMiklosJudd Vinet2005-12-20
|
* added Frugalware patch: -Q --foreign to display packages not found in sync reposJudd Vinet2005-12-14
|
* added PACCONF, PACDB and PACROOT definesAurelien Foret2005-10-29
|
* renamed pmconfig_t to config_tAurelien Foret2005-10-29
|
* added pmconfig_t structure to hold all the configurationAurelien Foret2005-10-28
| | | | (patch from VMiklos <vmiklos@frugalware.org>)
* added a default cachedirJudd Vinet2005-10-20
|
* added first part of the autoconf stuff - patch from Christian Hamar ↵Judd Vinet2005-10-17
| | | | <krics@linuxforum.hu>
* added conversation callback support for transactionsJudd Vinet2005-10-09
|
* Merging in recent fixes/additions from 2.9.7Judd Vinet2005-10-07
|
* Added a CYGWIN define to include header files required to build in a Cygwin ↵Aurelien Foret2005-10-06
| | | | environment
* fixed a small memory leak during the cleanup of config dataAurelien Foret2005-05-03
|
* get ride of ORE tagsAurelien Foret2005-05-02
|
* added a --debug option to externally set the library log levelAurelien Foret2005-05-02
|
* reworked pacman_deptest()Aurelien Foret2005-05-01
|
* some remork for pacman_deptest()Aurelien Foret2005-04-23
|
* backported support for print-uris from pacman 2.9.xAurelien Foret2005-04-13
|
* added option -p in pacman usage screenAurelien Foret2005-04-13
|
* reworked MSG and ERR outputsAurelien Foret2005-04-06
|
* changed alpm_db_register() prototypeAurelien Foret2005-03-29
|
* turned pmdepmissing_t into an opaque structureAurelien Foret2005-03-29
|
* fixed an error messageAurelien Foret2005-03-27
|
* Backport from pacman 2.9.5 (--ignore in usage)Aurelien Foret2005-03-26
|
* Backport from pacman 2.9.5 (code cleanup)Aurelien Foret2005-03-25
|
* - added pmo_chomp support (from pacman 2.9.3)Aurelien Foret2005-03-20
| | | | - fixed a typo with pmo_proxyport usage
* pacman_deptest() reworkAurelien Foret2005-03-19
|
* Copyright updateAurelien Foret2005-03-19
|
* Relocated log and transaction stuffs from pacman.c to log.c and trans.cAurelien Foret2005-03-19
|
* Dropped pmo_nosave parameter (now included in pmo_flags)Aurelien Foret2005-03-16
|
* - added PM_EXT_PKG and PM_EXT_DB defines to alpm.h (taken from pacman 2.9.3)Aurelien Foret2005-03-16
| | | | - renamed ALPM_VERSION to PM_VERSION
* Renamed PM_TRANS_CB_XXX to PM_TRANS_EVT_XXXAurelien Foret2005-03-15
|
* Initial revisionJudd Vinet2005-03-15