| Commit message (Expand) | Author | Age |
... | |
| * | Remove unnecessary NULL check | Dan McGee | 2011-03-20 |
* | | Style change: return(x) --> return x | Dan McGee | 2011-03-20 |
|/ |
|
* | Fix handling of ignored packages | Pang Yan Han | 2011-03-20 |
* | Warn but don't error for unknown pacman.conf directives | Dan McGee | 2011-03-16 |
* | Only read from stdin if '-' is provided as a target | Dave Reisner | 2011-03-16 |
* | Fix value of ngettext() count parameter in callback | Dan McGee | 2011-03-07 |
* | Fix some easy to find double translations | Dan McGee | 2011-02-28 |
* | --print-format displays size in bytes | Jakob Gruber | 2011-02-28 |
* | Check local DB version before continuing transaction | Dan McGee | 2011-02-28 |
* | Add directory name to ownership error message | Dan McGee | 2011-02-25 |
* | alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcache | Dave Reisner | 2011-02-25 |
* | Mark log callback format string const | Dan McGee | 2011-02-24 |
* | Merge remote-tracking branch 'allan/hash' | Dan McGee | 2011-02-04 |
|\ |
|
| * | Read pkgcache into hash | Allan McRae | 2011-02-04 |
* | | Add more error checking and logging | Dan McGee | 2011-02-04 |
|/ |
|
* | make -d less strict; add -dd option | Florian Pritz | 2011-01-31 |
* | Allow both cleanmethod values to be specified at the same time | Dan McGee | 2011-01-31 |
* | Style cleanups in clean cache code | Dan McGee | 2011-01-31 |
* | Call count() once in callback | Dan McGee | 2011-01-29 |
* | select_display: per-database output | Xavier Chantry | 2011-01-29 |
* | pacman: improve select-question | Xavier Chantry | 2011-01-29 |
* | pacman/sync: implement interactive group selection | Xavier Chantry | 2011-01-29 |
* | pacman/remove: switch to new alpm_remove_pkg interface | Xavier Chantry | 2011-01-29 |
* | pacman/upgrade: switch to new interface | Xavier Chantry | 2011-01-29 |
* | pacman/sync: rewrite target handling | Xavier Chantry | 2011-01-29 |
* | Add interactive provider selection | Xavier Chantry | 2011-01-29 |
* | Remove need to explicitly register the local DB | Dan McGee | 2011-01-29 |
* | Query fileowner performance improvements | Dan McGee | 2011-01-22 |
* | Improve mbasename performance | Dan McGee | 2011-01-22 |
* | Be smarter about failure to read backup file contents | Dan McGee | 2011-01-22 |
* | Mark backup status strings as untranslated | Dan McGee | 2011-01-22 |
* | Refactor backup file status check into separate function | Dan McGee | 2011-01-22 |
* | Merge branch 'epoch-work' | Dan McGee | 2011-01-22 |
|\ |
|
| * | Allow version comparison to contain epoch specifier | Dan McGee | 2011-01-21 |
* | | Makefile: Use git describe --dirty for GIT VERSION | Xavier Chantry | 2011-01-22 |
|/ |
|
* | Merge branch 'maint' | Dan McGee | 2011-01-12 |
|\ |
|
| * | Make debug config messages consistent in capitalization | Dan McGee | 2011-01-11 |
* | | Add a progressbar for package integrity checking | Dan McGee | 2011-01-11 |
* | | Small fix to download size lookup and a logger | Dan McGee | 2011-01-11 |
* | | Use double rather than float everywhere | Dan McGee | 2011-01-10 |
* | | Progress callback cleanups and fixes | Dan McGee | 2011-01-10 |
* | | Fix some more simple conversion "errors" | Dan McGee | 2011-01-07 |
* | | Use size_t for alpm_list sizes | Allan McRae | 2011-01-07 |
* | | Update copyright years for 2011 | Allan McRae | 2011-01-07 |
* | | vercmp: always return 0 if we perform a compare | Dan McGee | 2011-01-05 |
* | | Declare all local functions static | Allan McRae | 2010-12-30 |
* | | Detect undefined PATH_MAX | Allan McRae | 2010-12-29 |
* | | testdb: update for new database format | Dan McGee | 2010-12-20 |
* | | Always specify arguement type in function delcarations | Allan McRae | 2010-12-20 |
* | | Explicitly test time difference is greater than zero | Allan McRae | 2010-12-12 |