Age | Commit message (Expand) | Author | Files | Lines |
2006-01-02 | fixed a possible memory corruption | Aurelien Foret | 1 | -1/+1 |
2006-01-01 | - reworked verbose levels | Aurelien Foret | 3 | -11/+5 |
2006-01-01 | removed some overlapping pm_errno assignments | Aurelien Foret | 1 | -6/+0 |
2006-01-01 | - fixed a regression with pacman 2.x (patch from VMiklos <vmiklos@frugalware.... | Aurelien Foret | 1 | -14/+19 |
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 from... | Aurelien Foret | 1 | -2/+4 |
2005-12-31 | added a missing code chunk of the ignore command line option (patch from VMik... | Aurelien Foret | 1 | -0/+8 |
2005-12-31 | don't complain on PM_ERR_DB_UPTODATE errors (patch from VMiklos <vmiklos@frug... | Aurelien Foret | 1 | -2/+6 |
2005-12-31 | do not consider duplicated targets as an error (patch from VMiklos <vmiklos@f... | Aurelien Foret | 1 | -0/+4 |
2005-12-31 | used defines from alpm.h instead of local ones (patch from VMiklos <vmiklos@f... | Aurelien Foret | 2 | -6/+3 |
2005-12-31 | removed an uneeded call to strtrim | Aurelien Foret | 1 | -1/+0 |
2005-12-31 | added a debug log when freeing the package cache | Aurelien Foret | 1 | -0/+3 |
2005-12-30 | Added .tbz2 extension to makepkg | Judd Vinet | 1 | -1/+1 |
2005-12-28 | Allowed C++ usage (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 1 | -0/+8 |
2005-12-28 | Fixed a typo (spelling) fix (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 1 | -1/+1 |
2005-12-28 | Fixed some logging issues (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 2 | -5/+3 |
2005-12-28 | Fixed some memory leaks (patch from Essien Ita Essien <essiene@datavibe.net>) | Aurelien Foret | 2 | -0/+3 |
2005-12-26 | renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.cz | Judd Vinet | 9 | -58/+84 |
2005-12-26 | applied first try at sync conflict handling (VMiklos) plus a couple changes | Judd Vinet | 4 | -12/+139 |
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-20 | patch from VMiklos: regarding the documentation, groups have to be renamed fr... | Judd Vinet | 1 | -11/+11 |
2005-12-14 | added frugalware patch for DistCC support | Judd Vinet | 2 | -4/+19 |
2005-12-14 | typo | Judd Vinet | 1 | -1/+1 |
2005-12-14 | added Frugalware patch: -Q --foreign to display packages not found in sync repos | Judd Vinet | 4 | -2/+55 |
2005-12-09 | Applied unset_lcall_lang.diff -- unset LANG/LC_ALL before building packages | Judd Vinet | 1 | -0/+2 |
2005-11-28 | don't die on missing package files, just warn (#3535) | Judd Vinet | 2 | -14/+19 |
2005-11-21 | added Doxyfile | Judd Vinet | 2 | -1/+148 |
2005-11-09 | fixed a file descriptor leak | Aurelien Foret | 2 | -5/+20 |
2005-11-07 | fixed compilation warnings | Aurelien Foret | 3 | -3/+3 |
2005-11-07 | cleanup | Aurelien Foret | 2 | -4/+3 |
2005-11-07 | fixed wrong prototype usage for trans_new() | Aurelien Foret | 1 | -3/+7 |
2005-11-07 | added a FREESYNC macro to release pointers to pmsyncpkg_t structures | Aurelien Foret | 2 | -2/+3 |
2005-11-07 | fixed compilation warnings | Aurelien Foret | 7 | -9/+10 |
2005-11-07 | added more pm_errnos | Aurelien Foret | 1 | -0/+9 |
2005-11-07 | removed the declaration of an unused variable | Aurelien Foret | 1 | -2/+0 |
2005-11-05 | Used the chroot syscall instead of the chroot binary | Aurelien Foret | 2 | -29/+34 |
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 --no-check-certificate | Judd Vinet | 1 | -1/+1 |
2005-10-28 | stripped end of lines | Aurelien Foret | 1 | -40/+40 |
2005-10-28 | removed entry dealing with pacman configuration structure | Aurelien Foret | 1 | -12/+5 |
2005-10-28 | added pmconfig_t structure to hold all the configuration | Aurelien Foret | 10 | -240/+265 |
2005-10-25 | added pacman-optimize to Makefile.am | Judd Vinet | 1 | -1/+1 |
2005-10-25 | added patch from VMiklos - fixes ownership problems when building in a chroot... | Judd Vinet | 1 | -2/+2 |