Age | Commit message (Expand) | Author | Files | Lines |
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-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 |
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 <krics@li... | Judd Vinet | 4 | -42/+32 |
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 |
2005-10-08 | Fixed an text formatting issue | Aurelien Foret | 1 | -1/+1 |
2005-10-08 | Merging in recent fixes/additions from 2.9.7 | Judd Vinet | 9 | -48/+127 |
2005-10-06 | Applied patch from Christian Hamar (krics@linuxforum.hu) | Aurelien Foret | 1 | -8/+8 |
2005-10-06 | Added a CYGWIN define to include header files required to build in a Cygwin e... | Aurelien Foret | 3 | -0/+15 |
2005-08-20 | changed license package field to a list | Aurelien Foret | 1 | -1/+1 |
2005-05-09 | fixed cb_trans() prototype | Aurelien Foret | 2 | -2/+2 |
2005-05-09 | - indented properly sync_cleancache() | Aurelien Foret | 1 | -86/+93 |
2005-05-04 | fixed some small memory leaks | Aurelien Foret | 1 | -2/+3 |
2005-05-03 | fixed a small memory leak during the cleanup of config data | Aurelien Foret | 1 | -0/+1 |
2005-05-02 | get ride of ORE tags | Aurelien Foret | 2 | -8/+5 |
2005-05-02 | added a --debug option to externally set the library log level | Aurelien Foret | 1 | -8/+11 |
2005-05-02 | fixed targets display for cascade or recurse commands | Aurelien Foret | 1 | -6/+10 |
2005-05-01 | removed unused function list_is_ptrin() | Aurelien Foret | 2 | -13/+0 |
2005-05-01 | reworked pacman_deptest() | Aurelien Foret | 1 | -4/+25 |