summaryrefslogtreecommitdiff
path: root/src/pacman/pacman.c
Commit message (Collapse)AuthorAge
...
* A handful of minor changes:Aaron Griffin2006-10-20
| | | | | | | | * Removed the PMList typedef, in favor of the same naming scheme other structs use 'pmlist_t' * Added a time stamp on debug output, to make it more informational * Moved alpm_db_register to _alpm_db_register, making the public function not take a callback parameter
* Added alpm function docs alongAaron Griffin2006-10-15
| | | | | pacman.c : Removed link to frugalware wiki sync.c : do not display Uncompressed size if 0 (archlinux has no USIZE)
* Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin2006-10-15
| | | | to list. The diff should show you 8)
* Patch from FW: Better control over CTRL-C interruptions -- do not leave the ↵Judd Vinet2006-07-14
| | | | DB in an inconsistent state
* i18n stuffJudd Vinet2006-06-28
|
* first stage of i18n stuff from VMiklosJudd Vinet2006-05-15
|
* fixed dbpath initialization (found out by VMiklos <vmiklos@frugalware.org>)Aurelien Foret2006-03-21
|
* - removed pacman.hAurelien Foret2006-03-13
| | | | | - removed unuseful extern declarations - set pacman.c internal functions as static
* added a NOSCRIPLET flag to transactions (patch from VMiklos ↵Aurelien Foret2006-03-07
| | | | <vmiklos@frugalware.org>)
* - changed flags type from char to intAurelien Foret2006-03-04
| | | | - downloadonly implies FLAG_NOCONFLICTS
* disable progress bar if the output is redirected (patch from VMiklos ↵Aurelien Foret2006-03-01
| | | | <vmiklos@frugalware.org>)
* the library must provide default values for main optionsAurelien Foret2006-02-20
|
* sync with pacman 2.9.8Aurelien Foret2006-02-16
|
* used MALLOC macro when possibleAurelien Foret2006-02-14
|
* fixed a possible memory leakAurelien Foret2006-02-04
|
* added line feeds when needed (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret2006-02-01
|
* added a --noprogressbar switch for scripts to useJudd Vinet2006-01-28
|
* added a FAKEROOT define allowing to use pacman in a fakeroot enivronment ↵Aurelien Foret2006-01-21
| | | | (for tests purpose)
* added the possibility to "-Syy" (can be used to force synctrees update, even ↵Aurelien Foret2006-01-17
| | | | if mtimes are ok)
* maked verbose group listing enabled by -Sgg instead of -SgvAurelien Foret2006-01-13
|
* made use of the new ALLDEPS transaction flag to handle "makepkg -s"Aurelien Foret2006-01-10
|
* sync_commit can now return conflicting files with a trans_prepare like data ↵Aurelien Foret2006-01-07
| | | | structure (patch from VMiklos <vmiklos@frugalware.org>)
* - removed uid checks (CYGWIN)Aurelien Foret2006-01-07
| | | | - fixed indentation in parseargs
* code cleanup (mainly removed line spaces at the beginning of lines by ↵Aurelien Foret2006-01-07
| | | | tabulations)
* moved pacman_deptest function in its own fileAurelien Foret2006-01-06
|
* patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet2006-01-02
|
* - 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
|