Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-08-26 | pacman : smarter optdepends handling. | Xavier Chantry | 3 | -1/+21 |
2008-08-26 | Add missing comma to -S --help message | Roman Kyrylych | 1 | -1/+1 |
2008-08-24 | Merge branch 'maint' | Dan McGee | 1 | -2/+2 |
2008-08-23 | Fix 'None' text so we don't have to translate it twice | Dan McGee | 1 | -2/+2 |
2008-08-23 | Move -Sp implementation to the front-end | Nagy Gabor | 4 | -20/+28 |
2008-08-23 | split yesno() into yesno() and noyes() functions. | Xavier Chantry | 5 | -25/+47 |
2008-08-23 | Cleanup of _alpm_pkg_compare_versions. | Xavier Chantry | 1 | -1/+1 |
2008-08-23 | download : disable progressbar when total is unknown. | Xavier Chantry | 1 | -1/+4 |
2008-08-23 | pacman : clarify help message. | Xavier Chantry | 1 | -2/+3 |
2008-08-23 | pacman: print optdepends on install and upgrade. | Xavier Chantry | 3 | -0/+12 |
2008-08-23 | Add new list_display_linebreak function | Nagy Gabor | 3 | -23/+38 |
2008-08-23 | Move the the description parsing logic to string_display() | Nagy Gabor | 2 | -19/+30 |
2008-08-20 | pacman.c: fix typo s/NoPassiveFTP/NoPassiveFtp | Xavier Chantry | 1 | -1/+1 |
2008-08-14 | pacman/callback.c : fix detection of totaldownload | Xavier Chantry | 1 | -2/+2 |
2008-07-30 | Remove UseColor from front-end | Nagy Gabor | 2 | -4/+0 |
2008-07-25 | Show number of packages to be installed / removed. | Xavier Chantry | 1 | -2/+6 |
2008-07-25 | src/pacman : rework the display_targets function. | Xavier Chantry | 5 | -58/+64 |
2008-07-23 | -Sqg and -Qqg | Nagy Gabor | 2 | -3/+12 |
2008-07-23 | Re-enable --debug with -Sw and -Sp | Nagy Gabor | 1 | -1/+1 |
2008-07-16 | Remove pacman.static build from build files | Dan McGee | 2 | -9/+0 |
2008-07-13 | src/pacman/sync.c : Display only errors with -Sp and -Sw operations. | Xavier Chantry | 1 | -0/+5 |
2008-07-13 | sync_addtarget rework | Nagy Gabor | 1 | -36/+4 |
2008-07-13 | remove_addtarget rework (in front-end) | Nagy Gabor | 1 | -46/+46 |
2008-07-08 | Swap parameters on PM_TRANS_CONV_INSTALL_IGNOREPKG callback function | Nagy Gabor | 1 | -2/+2 |
2008-06-16 | Use access() instead of stat() when possible | Dan McGee | 3 | -12/+7 |
2008-06-08 | Various updates needed prior to a new release | Dan McGee | 1 | -3/+3 |
2008-06-05 | Reformat -Sg output to look like -Qg | Dan McGee | 1 | -15/+10 |
2008-06-04 | Don't display filename on -Qip operation. | Xavier Chantry | 1 | -3/+0 |
2008-06-04 | src/pacman/sync.c : cleanup of pacman_sync | Xavier Chantry | 1 | -39/+37 |
2008-06-04 | Reimplement TotalDownload functionality | Dan McGee | 3 | -18/+65 |
2008-06-04 | Use correct C type for file sizes | Dan McGee | 3 | -6/+9 |
2008-05-31 | Allow GIT version to be used in pacman builds | Dan McGee | 2 | -0/+11 |
2008-05-30 | Add missing NULL set in group printing | Dan McGee | 1 | -2/+4 |
2008-05-29 | Remove PM_TRANS_EVT_EXTRACT_START. | Xavier Chantry | 1 | -1/+0 |
2008-05-14 | Disable geteuid in cygwin. | Xavier Chantry | 1 | -2/+2 |
2008-05-13 | Add SyncFirst option. | Chantry Xavier | 4 | -36/+51 |
2008-05-13 | Cleanup usages of alpm_list_find and alpm_list_remove. | Chantry Xavier | 1 | -1/+3 |
2008-05-12 | Make all error messages use pm_fprintf | Allan McRae | 8 | -42/+54 |
2008-05-10 | Update makepath to remove PATH_MAX usage | Dan McGee | 1 | -15/+20 |