Age | Commit message (Expand) | Author | Files | Lines |
2009-10-28 | Fix opendir error condition checks | Dan McGee | 1 | -1/+2 |
2009-10-04 | callback.c : fallback to normal download with bogus size | Xavier Chantry | 1 | -4/+14 |
2009-09-20 | Strndup usage and small typo fix | Laszlo Papp | 2 | -2/+2 |
2009-09-19 | Kill -F option for good in option parsing | Dan McGee | 1 | -1/+1 |
2009-09-17 | String improvements | Xavier Chantry | 3 | -6/+6 |
2009-09-15 | Revert "Fix a memleak involving lazy DB loading" | Dan McGee | 1 | -1/+4 |
2009-09-09 | Fix a memleak involving lazy DB loading | Xavier Chantry | 1 | -4/+1 |
2009-08-19 | testdb : less verbose | Xavier Chantry | 1 | -4/+2 |
2009-08-19 | query.c : return 1 when no package match | Xavier Chantry | 1 | -0/+10 |
2009-08-19 | Quiet ShowSize with -Ss and -Qs | Xavier Chantry | 2 | -2/+2 |
2009-08-08 | Fix for FS#15810 | Nagy Gabor | 1 | -9/+17 |
2009-07-28 | Fix an untranslated message in src/callback.c | Nagy Gabor | 1 | -2/+2 |
2009-07-27 | Ensure version screen fits in 80 cols | Dan McGee | 1 | -2/+2 |
2009-07-26 | Use lstat instead of stat for -Qo | Xavier Chantry | 1 | -1/+1 |
2009-07-23 | Add a fetch callback to allow front-end download support | Sebastian Nowicki | 3 | -1/+116 |
2009-07-23 | Introduce -Suu | Nagy Gabor | 2 | -3/+3 |
2009-07-23 | New feature: files verification | Dan McGee | 3 | -12/+81 |
2009-07-16 | Offer to clean up non-package files in cache directory. | Xavier Chantry | 1 | -6/+8 |
2009-07-01 | Update copyright headers and messages | Dan McGee | 16 | -16/+32 |
2009-06-09 | Give sensible feedback when a repo has no configured servers | Dan McGee | 1 | -1/+9 |
2009-06-02 | We don't need root with -Sp | Nagy Gabor | 3 | -13/+11 |
2009-06-02 | Change package to package(s) and file to file(s) in documentation | Nagy Gabor | 1 | -2/+2 |
2009-06-02 | Remove unused string.h from src/pacman/remove.c | Gerardo Exequiel Pozzi | 1 | -1/+0 |
2009-05-19 | Remove unused included headers from testdb.c and testpkg.c | Gerardo Exequiel Pozzi | 2 | -2/+0 |
2009-05-19 | Query documentation updates | Nagy Gabor | 1 | -5/+5 |
2009-05-12 | Remove version information from -Qqo output | Dan McGee | 1 | -2/+1 |
2009-05-12 | Introduce -Qlq | Nagy Gabor | 3 | -4/+8 |
2009-04-11 | Remove pmsyncpkg_t | Nagy Gabor | 2 | -5/+4 |
2009-04-11 | New error type: PM_ERR_PKG_IGNORED | Nagy Gabor | 1 | -3/+4 |
2009-04-06 | Document --debug | Nagy Gabor | 1 | -0/+1 |
2009-02-24 | Don't prompt the user for unignore of IgnorePkg/IgnoreGroup packages | Bryan Ischo | 1 | -9/+2 |
2009-02-24 | Enabled new interactive prompt and updated some tests | Bryan Ischo | 1 | -0/+16 |
2009-01-13 | Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm... | Nagy Gabor | 5 | -6/+6 |
2009-01-13 | HoldPkg rework | Nagy Gabor | 5 | -5/+23 |
2008-12-03 | Merge branch 'maint' | Dan McGee | 3 | -13/+37 |
2008-12-02 | Add flush after downloading message | Simo Leone | 1 | -0/+1 |
2008-11-30 | Give an error message on alpm_db_register_sync() error | Nagy Gabor | 1 | -12/+34 |
2008-11-18 | Minor code cleanups | Dan McGee | 1 | -1/+2 |
2008-11-01 | -Qu rework | Nagy Gabor | 2 | -25/+5 |
2008-10-29 | testdb : extend the tool to allow checking sync dbs too. | Xavier Chantry | 1 | -48/+126 |
2008-10-13 | Merge branch 'maint' | Dan McGee | 5 | -27/+54 |
2008-10-13 | Make interrupt handler async-safe | Dan McGee | 1 | -8/+22 |
2008-10-13 | Reduce number of calls to getcols() | Dan McGee | 2 | -8/+9 |
2008-10-13 | Ensure we don't have double slashes when creating frontend paths | Dan McGee | 1 | -2/+4 |
2008-09-03 | Remove unnecessary initialization in new functions | Dan McGee | 1 | -4/+0 |
2008-09-02 | Another attempt at fixing totaldownload. | Xavier Chantry | 1 | -8/+16 |
2008-08-28 | Separate targets on -Qi/-Si with a newline. | Xavier Chantry | 1 | -1/+3 |
2008-08-27 | Merge branch 'maint' | Dan McGee | 1 | -1/+1 |
2008-08-26 | Rename alpm_db_get{pkg,grp}cache to alpm_db_get_{pkg,grp}cache | Xavier Chantry | 3 | -11/+11 |
2008-08-26 | Change checkdeps and checkdbconflicts to be more flexible. | Xavier Chantry | 1 | -2/+3 |