| Commit message (Expand) | Author | Age |
... | |
* | Implement TotalDownload option. | Nathan Jones | 2007-11-11 |
* | Implement IgnoreGroup. | Nathan Jones | 2007-11-11 |
* | Simplify callback DONE event handling | Dan McGee | 2007-11-08 |
* | Remove the newline automatically added by alpm_logaction. | Chantry Xavier | 2007-11-04 |
* | Clean up usage of extern variables | Dan McGee | 2007-11-04 |
* | Readd scriptlet logging that got lost in an earlier commit | Dan McGee | 2007-11-04 |
* | Remove final use of the math library from pacman | Dan McGee | 2007-11-04 |
* | When printing size_t, use %zd | Dan McGee | 2007-10-29 |
* | Download delta files if UseDelta is set. | Nathan Jones | 2007-10-19 |
* | Remove the non-user friendly --ask option | Dan McGee | 2007-10-08 |
* | Update comments dealing with pkgext/dbext stripping | Dan McGee | 2007-09-28 |
* | Fix some errors spit out by -Wextra | Dan McGee | 2007-08-16 |
* | Code cleanup | Dan McGee | 2007-08-14 |
* | Remove gettext from any alpm_logaction calls | Dan McGee | 2007-07-09 |
* | Remove scriptlet START and DONE commands that we don't use | Dan McGee | 2007-06-27 |
* | Remove logmask stuff from backend; switch logging callback to new pm_printf | Dan McGee | 2007-06-09 |
* | Rip alpm_parse_config out of libalpm | Dan McGee | 2007-06-04 |
* | Move DB and cache dirs away from there dependence on ROOTDIR | Dan McGee | 2007-05-31 |
* | Remove unnecessary casts on malloc and elsewhere | Dan McGee | 2007-05-14 |
* | Remove 'removes' array from libalpm | Dan McGee | 2007-04-28 |
* | Remove output.c and output.h | Dan McGee | 2007-04-26 |
* | Start of the newline fixes after switching over the output | Dan McGee | 2007-04-26 |
* | Set the correct type on the log callback function | Dan McGee | 2007-04-26 |
* | Add -pedantic flag to pacman (frontend) CFLAGS | Dan McGee | 2007-04-26 |
* | Remove MSG output macro (#define and in code) | Dan McGee | 2007-04-26 |
* | Move log.c/h -> output.c/h to properly reflect what is contained | Dan McGee | 2007-04-26 |
* | Pacman side code consolidation- unify callback functions to one file | Dan McGee | 2007-04-26 |