Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | - merged pkg_new and pkg_dummy functions | Aurelien Foret | 2006-01-09 | |
| | | | | - renamed _alpm_log_action to _alpm_logaction | |||
* | cleanup | Judd Vinet | 2006-01-08 | |
| | ||||
* | removed old/disable provides-conflict checking code | Judd Vinet | 2006-01-08 | |
| | ||||
* | In the database-against-targets conflict checks, scan db packages' provides | Judd Vinet | 2006-01-08 | |
| | | | | | fields and look for packages that want to exclusively provide a provisio that the target package also provides. | |||
* | removed all code related to PM_SYNC_TYPE_DEPEND | Aurelien Foret | 2006-01-07 | |
| | ||||
* | sync_commit can now return conflicting files with a trans_prepare like data ↵ | Aurelien Foret | 2006-01-07 | |
| | | | | structure (patch from VMiklos <vmiklos@frugalware.org>) | |||
* | removed a restriction: the data parameter of XXX_prepare functions can be NULL | Aurelien Foret | 2006-01-07 | |
| | ||||
* | Fixed a regression in the conflict handling code | Aurelien Foret | 2006-01-07 | |
| | ||||
* | added more debug logs in the sync conflict/replace code | Aurelien Foret | 2006-01-07 | |
| | ||||
* | removed handle/uid checks (CYGWIN) | Aurelien Foret | 2006-01-07 | |
| | ||||
* | 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 | |
| | ||||
* | - 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) | |||
* | 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 | |||
* | - 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 | |
| | ||||
* | 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() | |||
* | 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) | |||
* | 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 | |
| | ||||
* | 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 | |
| | ||||
* | fixed a possible memory leak | Aurelien Foret | 2006-01-02 | |
| | ||||
* | fixed a possible memory corruption | Aurelien Foret | 2006-01-02 | |
| | ||||
* | 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 | |||
* | added a debug log when freeing the package cache | Aurelien Foret | 2005-12-31 | |
| | ||||
* | Allowed C++ usage (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 2005-12-28 | |
| | ||||
* | Fixed a typo (spelling) fix (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 2005-12-28 | |
| | ||||
* | Fixed some logging issues (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 2005-12-28 | |
| | ||||
* | Fixed some memory leaks (patch from Essien Ita Essien <essiene@datavibe.net>) | Aurelien Foret | 2005-12-28 | |
| | ||||
* | renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.cz | Judd Vinet | 2005-12-26 | |
| | ||||
* | applied first try at sync conflict handling (VMiklos) plus a couple changes | Judd Vinet | 2005-12-26 | |
| | ||||
* | patch from VMiklos: regarding the documentation, groups have to be renamed ↵ | Judd Vinet | 2005-12-19 | |
| | | | | from foo to alpm_foo | |||
* | added Doxyfile | Judd Vinet | 2005-11-21 | |
| | ||||
* | fixed a file descriptor leak | Aurelien Foret | 2005-11-09 | |
| | ||||
* | cleanup | Aurelien Foret | 2005-11-07 | |
| | ||||
* | fixed wrong prototype usage for trans_new() | Aurelien Foret | 2005-11-07 | |
| | ||||
* | added a FREESYNC macro to release pointers to pmsyncpkg_t structures | Aurelien Foret | 2005-11-07 | |
| |