Age | Commit message (Expand) | Author |
2007-07-16 | Remove unnecessary entries from .gitignore files | Dan McGee |
2007-07-16 | new pmdepend_t / pmdepmissing_t accessors. | Chantry Xavier |
2007-07-15 | Add --asdeps option to pacman | Dan McGee |
2007-07-12 | Fix previous makepkg patch, and some pacman output. | Andrew Fyfe |
2007-07-11 | Remove 'buildtype' from libalpm and pacman | Dan McGee |
2007-07-10 | Use mbstowcs instead of strlen where applicable | Sergej Pupykin |
2007-07-10 | Remove gettext calls from all PM_LOG_DEBUG messages | Dan McGee |
2007-07-10 | Cleanup of pacman_deptest() | Andrew Fyfe |
2007-07-09 | Change the exit code for pacman_deptest(). | Andrew Fyfe |
2007-07-09 | Remove gettext from any alpm_logaction calls | Dan McGee |
2007-07-06 | First step of moving translations from src/pacman/po to po/ | Dan McGee |
2007-07-02 | pacman/query.c : return after a query on all packages. | Chantry Xavier |
2007-07-01 | pacman/packages.c : print an error for files that can't be stated. | Chantry Xavier |
2007-06-27 | Remove lockfile configuration from frontend, make it job of libalpm | Dan McGee |
2007-06-27 | pacman.c: make parseconfig a bit more robust | Dan McGee |
2007-06-27 | Remove scriptlet START and DONE commands that we don't use | Dan McGee |
2007-06-17 | Remove some use of goto in the pacman frontend | Dan McGee |
2007-06-13 | Clean up pacman/sync.c and organize it a bit | Dan McGee |
2007-06-13 | Remove some more diskspace checking holdover stuff | Dan McGee |
2007-06-12 | Functionalize query.c and pacman_query | Dan McGee |
2007-06-12 | pacman util.h: Add missing stdarg.h include | Dan McGee |
2007-06-10 | Implement simple topological sort algorithm for sortbydeps | Nagy Gabor |
2007-06-10 | Ensure correct and consistent usage of depmiss | Chantry Xavier |
2007-06-09 | pacman.c: Refine error messages used by parseconfig | Dan McGee |
2007-06-09 | Allow multiple CacheDirs to be specified | Dan McGee |
2007-06-09 | Implement a -Qt operation in frontend to test the database | Dan McGee |
2007-06-09 | Fix up things after the last few changes | Dan McGee |
2007-06-09 | Remove logmask stuff from backend; switch logging callback to new pm_printf | Dan McGee |
2007-06-09 | Revamp pacman.c main function ordering, switch some output to pm_printf | Dan McGee |
2007-06-09 | Add a series of pm_printf functions to pacman frontend | Dan McGee |
2007-06-05 | Const correctness! | Dan McGee |
2007-06-04 | Merge branch 'alpm.c_cleanup' into frontend_config | Dan McGee |
2007-06-04 | Fix up outstanding parseconfig issues | Dan McGee |
2007-06-04 | Rip alpm_parse_config out of libalpm | Dan McGee |
2007-06-04 | Move three config options out of the backend | Dan McGee |
2007-06-04 | Add a parseconfig to the pacman frontend that compiles | Dan McGee |
2007-06-04 | Move functions out of alpm.c to where they belong | Dan McGee |
2007-06-04 | Autotool clean up. | Andrew Fyfe |
2007-06-04 | Update Polish Translation | Jaroslaw Swierczynski |
2007-06-04 | Remove hardcoded defines from libalpm | Dan McGee |
2007-06-02 | Move parts of pacman_query into subfunctions (query_search, query_group, quer... | Chantry Xavier |
2007-06-01 | Change -z|--showsize flag to ShowSize pacman.conf option | Nathan Jones |
2007-06-01 | Updated Spanish Translation | Juan Pablo González T |
2007-05-31 | Move DB and cache dirs away from there dependence on ROOTDIR | Dan McGee |
2007-05-31 | Set an error exit status on -Qi or -Si failure | Dan McGee |
2007-05-30 | Modernize and update configure.ac | Dan McGee |
2007-05-29 | Update POTFILES.in for new source file layout on pacman side | Dan McGee |
2007-05-24 | Add missing new line to 'pacman -T' output. | Andrew Fyfe |
2007-05-20 | Add -Qee option for the original behavior of -Qe | Chantry Xavier |
2007-05-18 | Fix broken resolve_path function | Aaron Griffin |