Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-06-28 | Remove lockfile configuration from frontend, make it job of libalpm | Dan McGee | 2 | -11/+0 |
2007-06-28 | pacman.c: make parseconfig a bit more robust | Dan McGee | 1 | -12/+21 |
2007-06-28 | Remove scriptlet START and DONE commands that we don't use | Dan McGee | 1 | -14/+0 |
2007-06-17 | Remove some use of goto in the pacman frontend | Dan McGee | 2 | -30/+48 |
2007-06-13 | Clean up pacman/sync.c and organize it a bit | Dan McGee | 2 | -11/+40 |
2007-06-13 | Remove some more diskspace checking holdover stuff | Dan McGee | 2 | -24/+3 |
2007-06-13 | Functionalize query.c and pacman_query | Dan McGee | 1 | -111/+168 |
2007-06-12 | pacman util.h: Add missing stdarg.h include | Dan McGee | 1 | -0/+1 |
2007-06-11 | Implement simple topological sort algorithm for sortbydeps | Nagy Gabor | 1 | -2/+2 |
2007-06-11 | Ensure correct and consistent usage of depmiss | Chantry Xavier | 2 | -3/+3 |
2007-06-09 | pacman.c: Refine error messages used by parseconfig | Dan McGee | 1 | -7/+14 |
2007-06-09 | Allow multiple CacheDirs to be specified | Dan McGee | 2 | -5/+13 |
2007-06-09 | Implement a -Qt operation in frontend to test the database | Dan McGee | 3 | -1/+27 |
2007-06-09 | Fix up things after the last few changes | Dan McGee | 5 | -38/+39 |
2007-06-09 | Remove logmask stuff from backend; switch logging callback to new pm_printf | Dan McGee | 3 | -48/+8 |
2007-06-09 | Revamp pacman.c main function ordering, switch some output to pm_printf | Dan McGee | 1 | -75/+62 |