Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/pacman/pacman.c
AgeCommit message (Expand)Author
2006-03-21fixed dbpath initialization (found out by VMiklos <vmiklos@frugalware.org>)Aurelien Foret
2006-03-13- removed pacman.hAurelien Foret
2006-03-07added a NOSCRIPLET flag to transactions (patch from VMiklos <vmiklos@frugalwa...Aurelien Foret
2006-03-04- changed flags type from char to intAurelien Foret
2006-03-01disable progress bar if the output is redirected (patch from VMiklos <vmiklos...Aurelien Foret
2006-02-20the library must provide default values for main optionsAurelien Foret
2006-02-16sync with pacman 2.9.8Aurelien Foret
2006-02-14used MALLOC macro when possibleAurelien Foret
2006-02-04fixed a possible memory leakAurelien Foret
2006-02-01added line feeds when needed (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret
2006-01-28added a --noprogressbar switch for scripts to useJudd Vinet
2006-01-21added a FAKEROOT define allowing to use pacman in a fakeroot enivronment (for...Aurelien Foret
2006-01-17added the possibility to "-Syy" (can be used to force synctrees update, even ...Aurelien Foret
2006-01-13maked verbose group listing enabled by -Sgg instead of -SgvAurelien Foret
2006-01-10made use of the new ALLDEPS transaction flag to handle "makepkg -s"Aurelien Foret
2006-01-07sync_commit can now return conflicting files with a trans_prepare like data s...Aurelien Foret
2006-01-07- removed uid checks (CYGWIN)Aurelien Foret
2006-01-07code cleanup (mainly removed line spaces at the beginning of lines by tabulat...Aurelien Foret
2006-01-06moved pacman_deptest function in its own fileAurelien Foret
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet
2006-01-01- reworked verbose levelsAurelien Foret
2006-01-01*** empty log message ***Aurelien Foret
2005-12-31added a missing code chunk of the ignore command line option (patch from VMik...Aurelien Foret
2005-12-31used defines from alpm.h instead of local ones (patch from VMiklos <vmiklos@f...Aurelien Foret
2005-12-20verbosity fix from VMiklosJudd Vinet
2005-12-14added Frugalware patch: -Q --foreign to display packages not found in sync reposJudd Vinet
2005-10-29added PACCONF, PACDB and PACROOT definesAurelien Foret
2005-10-29renamed pmconfig_t to config_tAurelien Foret
2005-10-28added pmconfig_t structure to hold all the configurationAurelien Foret
2005-10-20added a default cachedirJudd Vinet
2005-10-17added first part of the autoconf stuff - patch from Christian Hamar <krics@li...Judd Vinet
2005-10-09added conversation callback support for transactionsJudd Vinet
2005-10-07Merging in recent fixes/additions from 2.9.7Judd Vinet
2005-10-06Added a CYGWIN define to include header files required to build in a Cygwin e...Aurelien Foret
2005-05-03fixed a small memory leak during the cleanup of config dataAurelien Foret
2005-05-02get ride of ORE tagsAurelien Foret
2005-05-02added a --debug option to externally set the library log levelAurelien Foret
2005-05-01reworked pacman_deptest()Aurelien Foret
2005-04-23some remork for pacman_deptest()Aurelien Foret
2005-04-13backported support for print-uris from pacman 2.9.xAurelien Foret
2005-04-13added option -p in pacman usage screenAurelien Foret
2005-04-06reworked MSG and ERR outputsAurelien Foret
2005-03-29changed alpm_db_register() prototypeAurelien Foret
2005-03-29turned pmdepmissing_t into an opaque structureAurelien Foret
2005-03-27fixed an error messageAurelien Foret
2005-03-26Backport from pacman 2.9.5 (--ignore in usage)Aurelien Foret
2005-03-25Backport from pacman 2.9.5 (code cleanup)Aurelien Foret
2005-03-20- added pmo_chomp support (from pacman 2.9.3)Aurelien Foret
2005-03-19pacman_deptest() reworkAurelien Foret
2005-03-19Copyright updateAurelien Foret