Age | Commit message (Expand) | Author | Files | Lines |
2007-12-02 | Fixes for the ineptitude of libalpm DB registration | Dan McGee | 1 | -45/+61 |
2007-12-02 | Make pacman path handling (hopefully) a bit more intuitive | Dan McGee | 3 | -41/+62 |
2007-12-02 | Add new --needed option for -S. | Chantry Xavier | 2 | -16/+8 |
2007-12-01 | Unify dump_pkg_full in pacman [-Si, -Qip, -Qi and -Qii] | Nagy Gabor | 4 | -62/+58 |
2007-11-29 | Move requiredby computation before any display starts | Dan McGee | 1 | -2/+6 |
2007-11-25 | pacman/query.c : -Qo optimization. | Chantry Xavier | 1 | -0/+8 |
2007-11-25 | Move mbasename from pacman.c to util.c | Chantry Xavier | 3 | -22/+23 |
2007-11-25 | Fix for sync1003 and sync1004 pactests | Nagy Gabor | 1 | -1/+1 |
2007-11-25 | Add -q/--quiet option for controlling output. | Artyom | 4 | -19/+47 |
2007-11-25 | Fix memleak when querying package file(s) | Dan McGee | 1 | -0/+5 |
2007-11-25 | Fix several memleaks, mostly related to errors handling. | Chantry Xavier | 3 | -1/+4 |
2007-11-21 | Remove -F/--freshen operation | Dan McGee | 1 | -11/+1 |
2007-11-21 | Remove duplicated get_upgrades function, use sysupgrade instead. | Chantry Xavier | 1 | -2/+6 |
2007-11-18 | Add the pmconflict_t type. | Nagy Gabor | 2 | -6/+4 |
2007-11-18 | Simple s/conflict/fileconflict/ renaming. | Chantry Xavier | 2 | -18/+18 |
2007-11-18 | Minor rephrasing of the question asked by -Sc. | Chantry Xavier | 1 | -1/+1 |
2007-11-18 | Extend the -Sc operation to also clean up unused sync databases. | Chantry Xavier | 1 | -1/+73 |
2007-11-18 | Don't filter package files output based on dir/file status | Dan McGee | 1 | -11/+1 |
2007-11-17 | pacman/sync.c : remove duplicated fallback on providers. | Chantry Xavier | 1 | -20/+3 |
2007-11-17 | Two memleak fixes in pacman. | Nagy Gabor | 2 | -0/+2 |
2007-11-17 | War on whitespace | Dan McGee | 12 | -50/+50 |
2007-11-15 | Ensure -Si and -Qi output show correct dependencies | Dan McGee | 1 | -2/+22 |
2007-11-15 | testdb: remove requiredby checking | Dan McGee | 1 | -44/+0 |
2007-11-15 | Remove REQUIREDBY usage from libalpm | Dan McGee | 3 | -6/+10 |
2007-11-14 | Make it easier to ignore multiple packages. | Nathan Jones | 3 | -2/+51 |
2007-11-14 | Add help for --ignoregroup. | Nathan Jones | 1 | -0/+2 |
2007-11-13 | Fix display of -Qip output when a package file is given | Dan McGee | 2 | -2/+8 |
2007-11-11 | Remove 'Total Package Size' | Dan McGee | 1 | -7/+3 |
2007-11-11 | Typo fix (sepArately) | Aaron Griffin | 1 | -1/+1 |
2007-11-11 | Missing quote in output | Aaron Griffin | 1 | -1/+1 |
2007-11-11 | Add a missing newline in sync confirmation output | Dan McGee | 1 | -0/+1 |
2007-11-11 | pacman: remove leftover help string for -Rh | Dan McGee | 1 | -1/+0 |
2007-11-11 | Implement TotalDownload option. | Nathan Jones | 2 | -21/+46 |
2007-11-11 | Add TotalDownload option. | Nathan Jones | 2 | -0/+6 |
2007-11-11 | Implement IgnoreGroup. | Nathan Jones | 1 | -2/+2 |
2007-11-11 | Add IgnoreGroup and --ignoregroup option. | Nathan Jones | 1 | -0/+15 |
2007-11-09 | Simplify callback DONE event handling | Dan McGee | 1 | -15/+11 |
2007-11-09 | Add missing 'done' printout | Dan McGee | 1 | -0/+1 |
2007-11-09 | Fix some issues with localized dates/epoch usage | Dan McGee | 1 | -2/+5 |
2007-11-06 | Add LOGFILE as a define at compile time for pacman | Dan McGee | 2 | -1/+4 |
2007-11-05 | Remove the newline automatically added by alpm_logaction. | Chantry Xavier | 2 | -5/+5 |
2007-11-04 | Clean up usage of extern variables | Dan McGee | 10 | -14/+6 |
2007-11-04 | Readd scriptlet logging that got lost in an earlier commit | Dan McGee | 1 | -0/+3 |
2007-11-04 | vercmp: add some usage instructions | Dan McGee | 1 | -0/+21 |
2007-11-04 | Make building of pacman.static optional | Dan McGee | 1 | -1/+5 |
2007-11-04 | Fix basename usage in pacman and utilities | Dan McGee | 3 | -9/+35 |
2007-11-04 | Remove final use of the math library from pacman | Dan McGee | 1 | -2/+1 |
2007-10-30 | When printing size_t, use %zd | Dan McGee | 2 | -2/+4 |
2007-10-30 | pacman/query.c: add missing free() | Dan McGee | 1 | -2/+1 |
2007-10-27 | Clean up LDADD usage | Dan McGee | 1 | -4/+2 |