summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet
2006-01-02more sanity checks: do not add or remove databases while a trasaction is runningAurelien Foret
2006-01-02code cleanupAurelien Foret
2006-01-02code cleanupAurelien Foret
2006-01-02fixed possible memory corruptionAurelien Foret
2006-01-02fixed various memory leaksAurelien Foret
2006-01-02fixed a typoAurelien Foret
2006-01-02code cleanupAurelien Foret
2006-01-02Added Cygwin target definesAurelien Foret
2006-01-02fixed a possible memory leakAurelien Foret
2006-01-02fixed a possible memory corruptionAurelien Foret
2006-01-01- reworked verbose levelsAurelien Foret
2006-01-01removed some overlapping pm_errno assignmentsAurelien Foret
2006-01-01- fixed a regression with pacman 2.x (patch from VMiklos <vmiklos@frugalware....Aurelien Foret
2006-01-01renamed error titles from XXX to xxxAurelien Foret
2006-01-01*** empty log message ***Aurelien Foret
2005-12-31fixed a segfault and added more verbose outputs in group handling (patch from...Aurelien Foret
2005-12-31added a missing code chunk of the ignore command line option (patch from VMik...Aurelien Foret
2005-12-31don't complain on PM_ERR_DB_UPTODATE errors (patch from VMiklos <vmiklos@frug...Aurelien Foret
2005-12-31do not consider duplicated targets as an error (patch from VMiklos <vmiklos@f...Aurelien Foret
2005-12-31used defines from alpm.h instead of local ones (patch from VMiklos <vmiklos@f...Aurelien Foret
2005-12-31removed an uneeded call to strtrimAurelien Foret
2005-12-31added a debug log when freeing the package cacheAurelien Foret
2005-12-30Added .tbz2 extension to makepkgJudd Vinet
2005-12-28Allowed C++ usage (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret
2005-12-28Fixed a typo (spelling) fix (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret
2005-12-28Fixed some logging issues (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret
2005-12-28Fixed some memory leaks (patch from Essien Ita Essien <essiene@datavibe.net>)Aurelien Foret
2005-12-26renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.czJudd Vinet
2005-12-26applied first try at sync conflict handling (VMiklos) plus a couple changesJudd Vinet
2005-12-20VMiklos: add STRNCPY macro from alpm to pacmanJudd Vinet
2005-12-20VMiklos: --noconfirm fixJudd Vinet
2005-12-20verbosity fix from VMiklosJudd Vinet
2005-12-19patch from VMiklos: regarding the documentation, groups have to be renamed fr...Judd Vinet
2005-12-14added frugalware patch for DistCC supportJudd Vinet
2005-12-14typoJudd Vinet
2005-12-14added Frugalware patch: -Q --foreign to display packages not found in sync reposJudd Vinet
2005-12-09Applied unset_lcall_lang.diff -- unset LANG/LC_ALL before building packagesJudd Vinet
2005-11-28don't die on missing package files, just warn (#3535)Judd Vinet
2005-11-21added DoxyfileJudd Vinet
2005-11-09fixed a file descriptor leakAurelien Foret
2005-11-07fixed compilation warningsAurelien Foret
2005-11-07cleanupAurelien Foret
2005-11-07fixed wrong prototype usage for trans_new()Aurelien Foret
2005-11-07added a FREESYNC macro to release pointers to pmsyncpkg_t structuresAurelien Foret
2005-11-07fixed compilation warningsAurelien Foret
2005-11-07added more pm_errnosAurelien Foret
2005-11-07removed the declaration of an unused variableAurelien Foret
2005-11-05Used the chroot syscall instead of the chroot binaryAurelien Foret
2005-10-29fixed parseconfig usageAurelien Foret