Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | code cleanup (mainly removed line spaces at the beginning of lines by ↵ | Aurelien Foret | 2006-01-07 |
| | | | | tabulations) | ||
* | removed a misleading PM_ERR_XXX occurrence | Aurelien Foret | 2006-01-06 |
| | |||
* | pacman_sync: handle trans_prepare error cases (patch from VMiklos ↵ | Aurelien Foret | 2006-01-06 |
| | | | | <vmiklos@frugalware.org>) | ||
* | - sync: populates *data when a conflict can't be resolved | Aurelien Foret | 2006-01-06 |
| | | | | - add: code cleanup | ||
* | removed ORE tags (after tests, no real performance increase by implementing ↵ | Aurelien Foret | 2006-01-06 |
| | | | | them) | ||
* | moved pacman_deptest function in its own file | Aurelien Foret | 2006-01-06 |
| | |||
* | fixed the usage of 4 list_is_in calls (should have been list_is_strin) | Aurelien Foret | 2006-01-06 |
| | |||
* | - fixed a regression with pacman 2.x (reworked patch from VMiklos ↵ | Aurelien Foret | 2006-01-06 |
| | | | | | | | | <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 | ||
* | code cleanup | Aurelien Foret | 2006-01-06 |
| | |||
* | - started to rename list_XXX calls to _alpm_list_XXX | Aurelien Foret | 2006-01-05 |
| | | | | - fixed 2 compilation warnings | ||
* | various code cleanup | Aurelien Foret | 2006-01-05 |
| | |||
* | added a missing cachedir registration | Aurelien Foret | 2006-01-05 |
| | |||
* | tweaked a log (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 2006-01-05 |
| | |||
* | - fix for sync conflicts (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 2006-01-05 |
| | | | | | - sync code cleanup - added the deps check for targets to be removed in sync_prepare() | ||
* | fixed a regression | Aurelien Foret | 2006-01-05 |
| | |||
* | terminated .lastupdate implementation for HTTP protocol | Aurelien Foret | 2006-01-05 |
| | |||
* | added .lastudate support for HTTP protocol | Aurelien Foret | 2006-01-04 |
| | | | | known limitation: do not work when connected to some web servers (lighttpd) | ||
* | added Miklos and Christian | Judd Vinet | 2006-01-03 |
| | |||
* | Added AUTHORS file | Judd Vinet | 2006-01-03 |
| | |||
* | renamed ChangeLog to NEWS | Judd Vinet | 2006-01-03 |
| | |||
* | renamed configure.in to configure.ac | Judd Vinet | 2006-01-03 |
| | |||
* | fixed a segfault in removdeps | Aurelien Foret | 2006-01-02 |
| | | | | updated removedeps to keep in sync with pacman 2.9.x | ||
* | code cleanup | Aurelien Foret | 2006-01-02 |
| | |||
* | fixed a corrupted argument | Aurelien Foret | 2006-01-02 |
| | |||
* | code cleanup | Aurelien Foret | 2006-01-02 |
| | |||
* | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 2006-01-02 |
| | |||
* | more sanity checks: do not add or remove databases while a trasaction is running | Aurelien Foret | 2006-01-02 |
| | |||
* | code cleanup | Aurelien Foret | 2006-01-02 |
| | |||
* | code cleanup | Aurelien Foret | 2006-01-02 |
| | |||
* | fixed possible memory corruption | Aurelien Foret | 2006-01-02 |
| | |||
* | fixed various memory leaks | Aurelien Foret | 2006-01-02 |
| | |||
* | fixed a typo | Aurelien Foret | 2006-01-02 |
| | |||
* | code cleanup | Aurelien Foret | 2006-01-02 |
| | |||
* | Added Cygwin target defines | Aurelien Foret | 2006-01-02 |
| | |||
* | fixed a possible memory leak | Aurelien Foret | 2006-01-02 |
| | |||
* | fixed a possible memory corruption | Aurelien Foret | 2006-01-02 |
| | |||
* | - reworked verbose levels | Aurelien Foret | 2006-01-01 |
| | | | | - fixed the handling of command line errors when no operation is specified | ||
* | removed some overlapping pm_errno assignments | Aurelien Foret | 2006-01-01 |
| | |||
* | - fixed a regression with pacman 2.x (patch from VMiklos ↵ | Aurelien Foret | 2006-01-01 |
| | | | | | | <vmiklos@frugalware.org>) - code reowrk to ensure the /tmp/alpm_foo directory is always removed | ||
* | renamed error titles from XXX to xxx | Aurelien Foret | 2006-01-01 |
| | |||
* | *** empty log message *** | Aurelien Foret | 2006-01-01 |
| | |||
* | fixed a segfault and added more verbose outputs in group handling (patch ↵ | Aurelien Foret | 2005-12-31 |
| | | | | from VMiklos <vmiklos@frugalware.org>) | ||
* | added a missing code chunk of the ignore command line option (patch from ↵ | Aurelien Foret | 2005-12-31 |
| | | | | VMiklos <vmiklos@frugalware.org>) | ||
* | don't complain on PM_ERR_DB_UPTODATE errors (patch from VMiklos ↵ | Aurelien Foret | 2005-12-31 |
| | | | | <vmiklos@frugalware.org>) | ||
* | do not consider duplicated targets as an error (patch from VMiklos ↵ | Aurelien Foret | 2005-12-31 |
| | | | | <vmiklos@frugalware.org>) | ||
* | used defines from alpm.h instead of local ones (patch from VMiklos ↵ | Aurelien Foret | 2005-12-31 |
| | | | | <vmiklos@frugalware.org>) | ||
* | removed an uneeded call to strtrim | Aurelien Foret | 2005-12-31 |
| | |||
* | added a debug log when freeing the package cache | Aurelien Foret | 2005-12-31 |
| | |||
* | Added .tbz2 extension to makepkg | Judd Vinet | 2005-12-30 |
| | |||
* | Allowed C++ usage (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 2005-12-28 |
| |