| Commit message (Expand) | Author | Age |
... | |
* | Functionalize query.c and pacman_query | Dan McGee | 2007-06-12 |
* | pacman util.h: Add missing stdarg.h include | Dan McGee | 2007-06-12 |
* | Implement simple topological sort algorithm for sortbydeps | Nagy Gabor | 2007-06-10 |
* | Ensure correct and consistent usage of depmiss | Chantry Xavier | 2007-06-10 |
* | 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-09 |
* | Const correctness! | Dan McGee | 2007-06-05 |
* | Merge branch 'alpm.c_cleanup' into frontend_config | Dan McGee | 2007-06-04 |
|\ |
|
| * | Move functions out of alpm.c to where they belong | 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 |
|/ |
|
* | 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-04 |
* | Move parts of pacman_query into subfunctions (query_search, query_group, quer... | Chantry Xavier | 2007-06-02 |
* | Change -z|--showsize flag to ShowSize pacman.conf option | Nathan Jones | 2007-06-01 |
* | Updated Spanish Translation | Juan Pablo González T | 2007-06-01 |
* | 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-31 |
* | Modernize and update configure.ac | Dan McGee | 2007-05-30 |
* | Update POTFILES.in for new source file layout on pacman side | Dan McGee | 2007-05-29 |
* | Add missing new line to 'pacman -T' output. | Andrew Fyfe | 2007-05-24 |
* | Add -Qee option for the original behavior of -Qe | Chantry Xavier | 2007-05-20 |
* | Fix broken resolve_path function | Aaron Griffin | 2007-05-18 |
* | Remove unnecessary casts on malloc and elsewhere | Dan McGee | 2007-05-14 |
* | Display size for packages | Nathan Jones | 2007-05-14 |
* | Clean up query_fileowner | Dan McGee | 2007-05-07 |
* | Remove 'removes' array from libalpm | Dan McGee | 2007-04-28 |
* | Set HTTP_USER_AGENT envvar in pacman | Dan McGee | 2007-04-28 |
* | Add a cb_log call on segfaults | Dan McGee | 2007-04-28 |
* | Clean up gettext on the libalpm side | Dan McGee | 2007-04-26 |
* | 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 ERR calls from the code | Dan McGee | 2007-04-26 |
* | Remove ERR, WARN, and pm_fprintf macros/functions | 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 |
* | More pacman side cleanup | Dan McGee | 2007-04-26 |
* | Allow sync search to work without arguments | Dan McGee | 2007-04-26 |
* | add.c and remove.c cleanup | Dan McGee | 2007-04-25 |