Age | Commit message (Expand) | Author | Files | Lines |
2011-11-21 | Merge branch 'maint' | Dan McGee | 1 | -1/+2 |
2011-11-21 | add key algo to import msg | Florian Pritz | 1 | -2/+4 |
2011-11-21 | change gpg import message to resemble gpg --list-keys | Florian Pritz | 1 | -2/+6 |
2011-11-21 | Final changes before 4.0.1 releasev4.0.1 | Dan McGee | 1 | -1/+2 |
2011-11-16 | Merge branch 'maint' | Dan McGee | 28 | -507/+513 |
2011-11-16 | Update translations from Transifex | Dan McGee | 14 | -150/+163 |
2011-11-15 | Remove unnecessary casts in callback code | Dan McGee | 1 | -5/+5 |
2011-11-14 | create a typedef for enum _alpm_errno_t | Jonathan Conder | 9 | -11/+11 |
2011-11-14 | Update translations from Transifex | Dan McGee | 27 | -410/+403 |
2011-11-14 | Updates in preparation for 4.0.1 release | Dan McGee | 1 | -4/+4 |
2011-11-13 | add fnmatch support for HoldPkg | Dave Reisner | 1 | -1/+7 |
2011-11-07 | Merge branch 'maint' | Dan McGee | 1 | -2/+5 |
2011-11-03 | Fix download progress rounding edge case | Dan McGee | 1 | -2/+5 |
2011-11-01 | Add OPEN() and CLOSE() util macros | Dan McGee | 1 | -1/+4 |
2011-11-01 | Merge branch 'maint' | Dan McGee | 1 | -1/+1 |
2011-11-01 | src/util: link vercmp against .lo, not the .o | Dave Reisner | 1 | -1/+1 |
2011-10-22 | Merge branch 'maint' | Dan McGee | 8 | -63/+52 |
2011-10-22 | Hide empty columns in table package list display | Dan McGee | 1 | -24/+71 |
2011-10-22 | pacman: show repo name in download prompt | Dave Reisner | 1 | -1/+6 |
2011-10-21 | sync: dont group sync records by repository | Dave Reisner | 1 | -1/+1 |
2011-10-21 | Remove remaining usages of fprintf() from frontend | Dan McGee | 2 | -4/+5 |
2011-10-21 | Remove pm_fprintf() in favor of pm_printf() | Dan McGee | 8 | -60/+47 |
2011-10-21 | Use stderr as output stream for pm_printf() | Dan McGee | 1 | -1/+1 |
2011-10-17 | Table display: print message with warning: prefix | Dan McGee | 1 | -1/+2 |
2011-10-14 | Merge branch 'maint' | Dan McGee | 1 | -5/+5 |
2011-10-14 | Use fputs and putchar in callback progress display | Dan McGee | 1 | -15/+15 |
2011-10-14 | Remove -f short option for --force | Dan McGee | 2 | -4/+5 |
2011-10-14 | Use puts() instead of no-op printf() where applicable | Dan McGee | 6 | -22/+27 |
2011-10-14 | Remove mcheck.h support | Dan McGee | 1 | -8/+0 |
2011-10-13 | Fix some strict 32-bit gcc warnings | Dan McGee | 1 | -1/+2 |
2011-10-13 | Coding style cleanups | Dan McGee | 1 | -5/+5 |
2011-10-13 | Merge branch 'maint' | Dan McGee | 1 | -43/+48 |
2011-10-12 | Remove alpm_list_getdata wrapper function | Dan McGee | 12 | -85/+85 |
2011-10-12 | VerbosePkgLists: format table lines in i18n-compatible way | Dan McGee | 1 | -43/+48 |
2011-10-12 | Introduce alpm_time_t type | Dan McGee | 3 | -3/+5 |
2011-10-12 | Final Transifex update before 4.0 | Dan McGee | 4 | -323/+358 |
2011-10-11 | Update translations from Transifex | Dan McGee | 27 | -677/+786 |
2011-10-11 | pactree: Make error message smarter in register_syncs() | Lukas Fleischer | 1 | -1/+1 |
2011-10-11 | pactree: Add "--config" option | Lukas Fleischer | 1 | -3/+15 |
2011-10-06 | Update translation message catalogs in prep for 4.0 release | Dan McGee | 1 | -7/+7 |
2011-10-06 | Update translations from Transifex | Dan McGee | 27 | -1324/+996 |
2011-09-30 | Remove redundant transaction size output | Allan McRae | 1 | -1/+1 |
2011-09-29 | Remove redundant "removal" output in pure remove operation | Allan McRae | 1 | -0/+3 |
2011-09-28 | Refactor display_targets to not be recursive | Dan McGee | 1 | -33/+26 |
2011-09-28 | verbose package lists: remove errant debugger | Dan McGee | 1 | -2/+0 |
2011-09-28 | Always show download size if -w/--downloadonly was provided | Dan McGee | 2 | -3/+3 |
2011-09-28 | Table format creation code cleanup | Dan McGee | 1 | -21/+27 |
2011-09-28 | Use unsigned types for indent width and column count | Dan McGee | 3 | -26/+26 |
2011-09-28 | Show download sizes when using -S/--sync | Dan McGee | 1 | -5/+21 |
2011-09-28 | Keep track of explicitly added and removed packages | Dan McGee | 7 | -5/+33 |