Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-01-07 | pacman_sync: handle trans_prepare error cases (patch from VMiklos ↵ | Aurelien Foret | 1 | -0/+28 | |
<vmiklos@frugalware.org>) | |||||
2006-01-06 | moved pacman_deptest function in its own file | Aurelien Foret | 4 | -108/+185 | |
2006-01-06 | - fixed a regression with pacman 2.x (reworked patch from VMiklos ↵ | Aurelien Foret | 1 | -10/+24 | |
<vmiklos@frugalware.org>): if pacman is desiganted as a target in a sysupgrade operation, it should be able to upgrade itself first upon user request. - removed uneeded sanity checks in alpm interface calls - replaced printf by MSG in pacman | |||||
2006-01-06 | code cleanup | Aurelien Foret | 1 | -4/+3 | |
2006-01-05 | - started to rename list_XXX calls to _alpm_list_XXX | Aurelien Foret | 1 | -1/+1 | |
- fixed 2 compilation warnings | |||||
2006-01-05 | various code cleanup | Aurelien Foret | 3 | -27/+31 | |
2006-01-05 | added a missing cachedir registration | Aurelien Foret | 1 | -0/+4 | |
2006-01-05 | fixed a regression | Aurelien Foret | 1 | -1/+1 | |
2006-01-05 | terminated .lastupdate implementation for HTTP protocol | Aurelien Foret | 2 | -15/+28 | |
2006-01-05 | added .lastudate support for HTTP protocol | Aurelien Foret | 2 | -12/+45 | |
known limitation: do not work when connected to some web servers (lighttpd) | |||||
2006-01-02 | fixed a corrupted argument | Aurelien Foret | 1 | -2/+1 | |
2006-01-02 | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 28 | -30/+30 | |
2006-01-02 | code cleanup | Aurelien Foret | 1 | -2/+2 | |
2006-01-01 | - reworked verbose levels | Aurelien Foret | 3 | -11/+5 | |
- fixed the handling of command line errors when no operation is specified | |||||
2006-01-01 | renamed error titles from XXX to xxx | Aurelien Foret | 1 | -6/+6 | |
2006-01-01 | *** empty log message *** | Aurelien Foret | 1 | -3/+2 | |
2005-12-31 | fixed a segfault and added more verbose outputs in group handling (patch ↵ | Aurelien Foret | 1 | -2/+4 | |
from VMiklos <vmiklos@frugalware.org>) | |||||
2005-12-31 | added a missing code chunk of the ignore command line option (patch from ↵ | Aurelien Foret | 1 | -0/+8 | |
VMiklos <vmiklos@frugalware.org>) | |||||
2005-12-31 | don't complain on PM_ERR_DB_UPTODATE errors (patch from VMiklos ↵ | Aurelien Foret | 1 | -2/+6 | |
<vmiklos@frugalware.org>) | |||||
2005-12-31 | do not consider duplicated targets as an error (patch from VMiklos ↵ | Aurelien Foret | 1 | -0/+4 | |
<vmiklos@frugalware.org>) | |||||
2005-12-31 | used defines from alpm.h instead of local ones (patch from VMiklos ↵ | Aurelien Foret | 2 | -6/+3 | |
<vmiklos@frugalware.org>) | |||||
2005-12-31 | removed an uneeded call to strtrim | Aurelien Foret | 1 | -1/+0 | |
2005-12-26 | renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.cz | Judd Vinet | 1 | -2/+2 | |
2005-12-26 | applied first try at sync conflict handling (VMiklos) plus a couple changes | Judd Vinet | 1 | -0/+7 | |
2005-12-21 | VMiklos: add STRNCPY macro from alpm to pacman | Judd Vinet | 2 | -1/+6 | |
2005-12-21 | VMiklos: --noconfirm fix | Judd Vinet | 1 | -0/+8 | |
2005-12-21 | verbosity fix from VMiklos | Judd Vinet | 1 | -0/+1 | |
2005-12-14 | added Frugalware patch: -Q --foreign to display packages not found in sync repos | Judd Vinet | 3 | -2/+51 | |
2005-11-07 | fixed compilation warnings | Aurelien Foret | 3 | -3/+3 | |
2005-11-07 | removed the declaration of an unused variable | Aurelien Foret | 1 | -2/+0 | |
2005-10-29 | fixed parseconfig usage | Aurelien Foret | 2 | -4/+5 | |
2005-10-29 | fixed a compilation warning | Aurelien Foret | 1 | -1/+0 | |
2005-10-29 | fixed some compilation warnings | Aurelien Foret | 3 | -0/+3 | |
2005-10-29 | added PACCONF, PACDB and PACROOT defines | Aurelien Foret | 2 | -6/+7 | |
2005-10-29 | renamed pmconfig_t to config_t | Aurelien Foret | 10 | -20/+21 | |
2005-10-28 | added pmconfig_t structure to hold all the configuration | Aurelien Foret | 10 | -240/+265 | |
(patch from VMiklos <vmiklos@frugalware.org>) | |||||
2005-10-22 | added a missing line feed in a MSG call | Aurelien Foret | 1 | -1/+1 | |
2005-10-21 | improved the Replace question format a bit | Judd Vinet | 1 | -3/+3 | |
2005-10-20 | added a default cachedir | Judd Vinet | 2 | -0/+17 | |
2005-10-20 | removed debug comment | Judd Vinet | 1 | -1/+0 | |
2005-10-20 | remove dupes from group lists in sync | Judd Vinet | 3 | -7/+36 | |
2005-10-20 | removed an uneeded variable declaration | Aurelien Foret | 1 | -3/+1 | |
2005-10-18 | removed useless getenv() calls | Aurelien Foret | 1 | -8/+3 | |
2005-10-17 | added first part of the autoconf stuff - patch from Christian Hamar ↵ | Judd Vinet | 4 | -42/+32 | |
<krics@linuxforum.hu> | |||||
2005-10-10 | added a missing header file declaration | Aurelien Foret | 1 | -0/+1 | |
2005-10-10 | pacman update to cope with the CACHEDIR option from the library | Aurelien Foret | 2 | -16/+12 | |
2005-10-10 | improved query_fileowner() function | Aurelien Foret | 1 | -12/+5 | |
2005-10-10 | pacman should work without its configuration file! | Aurelien Foret | 1 | -2/+1 | |
2005-10-09 | added conversation callback support for transactions | Judd Vinet | 6 | -6/+42 | |
2005-10-09 | correct a trans_commit protocol | Judd Vinet | 1 | -2/+2 | |