Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-06-09 | Add a series of pm_printf functions to pacman frontend | Dan McGee | 3 | -7/+86 |
2007-06-05 | Const correctness! | Dan McGee | 5 | -13/+14 |
2007-06-05 | Merge branch 'alpm.c_cleanup' into frontend_config | Dan McGee | 1 | -1/+1 |
2007-06-05 | Fix up outstanding parseconfig issues | Dan McGee | 1 | -17/+25 |
2007-06-05 | Rip alpm_parse_config out of libalpm | Dan McGee | 5 | -39/+41 |
2007-06-05 | Move three config options out of the backend | Dan McGee | 2 | -3/+7 |
2007-06-05 | Add a parseconfig to the pacman frontend that compiles | Dan McGee | 3 | -2/+269 |
2007-06-05 | Move functions out of alpm.c to where they belong | Dan McGee | 1 | -1/+1 |
2007-06-05 | Autotool clean up. | Andrew Fyfe | 2 | -2/+6 |
2007-06-05 | Update Polish Translation | Jaroslaw Swierczynski | 1 | -3/+3 |
2007-06-04 | Remove hardcoded defines from libalpm | Dan McGee | 5 | -7/+6 |
2007-06-02 | Move parts of pacman_query into subfunctions (query_search, query_group, quer... | Chantry Xavier | 2 | -193/+248 |
2007-06-01 | Change -z|--showsize flag to ShowSize pacman.conf option | Nathan Jones | 5 | -22/+13 |
2007-06-01 | Updated Spanish Translation | Juan Pablo González T | 1 | -317/+151 |
2007-05-31 | Move DB and cache dirs away from there dependence on ROOTDIR | Dan McGee | 9 | -37/+43 |
2007-05-31 | Set an error exit status on -Qi or -Si failure | Dan McGee | 2 | -18/+15 |
2007-05-30 | Modernize and update configure.ac | Dan McGee | 1 | -5/+1 |
2007-05-29 | Update POTFILES.in for new source file layout on pacman side | Dan McGee | 1 | -5/+1 |
2007-05-25 | Add missing new line to 'pacman -T' output. | Andrew Fyfe | 1 | -1/+1 |
2007-05-20 | Add -Qee option for the original behavior of -Qe | Chantry Xavier | 2 | -3/+4 |
2007-05-18 | Fix broken resolve_path function | Aaron Griffin | 1 | -21/+7 |
2007-05-14 | Remove unnecessary casts on malloc and elsewhere | Dan McGee | 3 | -11/+11 |
2007-05-14 | Display size for packages | Nathan Jones | 5 | -11/+47 |
2007-05-07 | Clean up query_fileowner | Dan McGee | 1 | -8/+8 |
2007-04-29 | Remove 'removes' array from libalpm | Dan McGee | 2 | -6/+0 |
2007-04-28 | Set HTTP_USER_AGENT envvar in pacman | Dan McGee | 1 | -0/+20 |
2007-04-28 | Add a cb_log call on segfaults | Dan McGee | 1 | -0/+2 |
2007-04-27 | Clean up gettext on the libalpm side | Dan McGee | 1 | -0/+4 |
2007-04-27 | Remove output.c and output.h | Dan McGee | 13 | -116/+39 |
2007-04-27 | Start of the newline fixes after switching over the output | Dan McGee | 3 | -44/+39 |
2007-04-27 | Set the correct type on the log callback function | Dan McGee | 3 | -3/+4 |
2007-04-26 | Add -pedantic flag to pacman (frontend) CFLAGS | Dan McGee | 3 | -3/+12 |
2007-04-26 | Remove ERR calls from the code | Dan McGee | 7 | -65/+88 |
2007-04-26 | Remove ERR, WARN, and pm_fprintf macros/functions | Dan McGee | 2 | -71/+1 |
2007-04-26 | Remove MSG output macro (#define and in code) | Dan McGee | 10 | -183/+158 |
2007-04-26 | Move log.c/h -> output.c/h to properly reflect what is contained | Dan McGee | 12 | -24/+24 |
2007-04-26 | Pacman side code consolidation- unify callback functions to one file | Dan McGee | 13 | -359/+277 |