Age | Commit message (Expand) | Author | Files | Lines |
2007-10-09 | pacman/pacman.c : add --logfile option. | Chantry Xavier | 1 | -0/+10 |
2007-10-09 | Update usage of gcc __attribute__ flags | Dan McGee | 1 | -3/+3 |
2007-10-09 | Remove the non-user friendly --ask option | Dan McGee | 3 | -93/+35 |
2007-10-05 | Fix -Sy and -Sp operations. | Chantry Xavier | 2 | -3/+3 |
2007-10-04 | needs_transaction adjustments | Chantry Xavier | 3 | -55/+69 |
2007-09-28 | Allow --refresh specified for most -S options | Aaron Griffin | 1 | -24/+27 |
2007-09-28 | Break out transaction test to a separate function | Aaron Griffin | 3 | -15/+23 |
2007-09-28 | OMG a space! | Aaron Griffin | 1 | -1/+1 |
2007-09-28 | Support for localized times in metadata | Aaron Griffin | 1 | -3/+4 |
2007-09-28 | Add 'full' parameter to alpm_pkg_load | Dan McGee | 3 | -4/+5 |
2007-09-28 | Update comments dealing with pkgext/dbext stripping | Dan McGee | 1 | -2/+1 |
2007-09-28 | Reimplement pacman cache cleaning the right way | Dan McGee | 1 | -5/+54 |
2007-09-28 | Remove package name dependency from libalpm | Dan McGee | 1 | -114/+6 |
2007-09-28 | document the -Qii option. | Chantry Xavier | 1 | -1/+1 |
2007-09-26 | Preliminary support for optdepends | Dan McGee | 1 | -0/+1 |
2007-09-17 | trans.c : reworking of transaction interruptions | Chantry Xavier | 1 | -3/+8 |
2007-09-17 | Remove the DB consistency check from pacman and libalpm. | Chantry Xavier | 5 | -43/+23 |
2007-09-12 | Add testdb util for finding inconsistencies in the database. | Chantry Xavier | 3 | -1/+194 |
2007-09-12 | make alpm_strerror binding friendly | Stefano Esposito | 5 | -32/+32 |
2007-09-12 | Make some small changes recommended by splint | Dan McGee | 4 | -22/+24 |
2007-09-07 | Add a few missing includes, caught while compiling on cygwin | Dan McGee | 1 | -0/+1 |
2007-08-27 | separate local from sync dbs on filesystem | Travis Willard | 1 | -8/+2 |
2007-08-26 | pacman/sync.c : kill extra newline with groups on -Ss operation. | Chantry Xavier | 1 | -1/+1 |
2007-08-24 | libalpm: add newlines to all strings passed to log callback | Dan McGee | 1 | -2/+0 |
2007-08-22 | pacman.c: clarify reason for doing 2 strcmp operations | Dan McGee | 1 | -0/+4 |
2007-08-22 | Various valgrind mem leak fixes | Dan McGee | 1 | -2/+5 |
2007-08-22 | Add a default cachedir if one wasn't specified | Dan McGee | 2 | -0/+7 |
2007-08-22 | Post trial install changes, round one | Dan McGee | 3 | -55/+57 |
2007-08-16 | Fix some errors spit out by -Wextra | Dan McGee | 3 | -8/+7 |
2007-08-16 | Remove support for SHA1 from pacman. | Andrew Fyfe | 1 | -17/+4 |
2007-08-16 | pacman.c: Alphabetize listing of query options | Dan McGee | 1 | -3/+3 |
2007-08-16 | new query options : explicit (-Qe) and deps (-Qd). | Chantry Xavier | 3 | -8/+29 |
2007-08-16 | libalpm/query.c : makes orphans and foreign options as filters. | Chantry Xavier | 1 | -129/+76 |
2007-08-16 | src/util: Clean up headers and a few fixes | Dan McGee | 3 | -19/+14 |
2007-08-14 | Code cleanup | Dan McGee | 2 | -2/+0 |
2007-08-13 | pacman/sync.c : return 0 on succesful search, 1 otherwise. | Chantry Xavier | 1 | -1/+4 |
2007-07-23 | Cleanup of pacman.c and addition of default paths to frontend | Dan McGee | 2 | -40/+54 |
2007-07-16 | Remove unnecessary entries from .gitignore files | Dan McGee | 2 | -4/+0 |
2007-07-16 | new pmdepend_t / pmdepmissing_t accessors. | Chantry Xavier | 4 | -19/+23 |
2007-07-15 | Add --asdeps option to pacman | Dan McGee | 3 | -11/+12 |
2007-07-12 | Fix previous makepkg patch, and some pacman output. | Andrew Fyfe | 1 | -3/+3 |
2007-07-12 | Remove 'buildtype' from libalpm and pacman | Dan McGee | 1 | -3/+1 |
2007-07-11 | Use mbstowcs instead of strlen where applicable | Sergej Pupykin | 1 | -3/+3 |
2007-07-10 | Remove gettext calls from all PM_LOG_DEBUG messages | Dan McGee | 1 | -22/+22 |
2007-07-10 | Cleanup of pacman_deptest() | Andrew Fyfe | 1 | -10/+7 |
2007-07-09 | Change the exit code for pacman_deptest(). | Andrew Fyfe | 1 | -1/+1 |
2007-07-09 | Remove gettext from any alpm_logaction calls | Dan McGee | 2 | -5/+5 |
2007-07-06 | First step of moving translations from src/pacman/po to po/ | Dan McGee | 17 | -11353/+0 |
2007-07-02 | pacman/query.c : return after a query on all packages. | Chantry Xavier | 1 | -0/+1 |
2007-07-02 | pacman/packages.c : print an error for files that can't be stated. | Chantry Xavier | 1 | -3/+8 |