summaryrefslogtreecommitdiffstats
path: root/src/pacman
AgeCommit message (Expand)AuthorFilesLines
2011-08-12pacman/query.c: avoid variable redeclarationDan McGee1-3/+3
2011-08-11Enable recursive/needed sync on SyncFirstDan McGee1-0/+2
2011-08-11pacman: remove --dbonly shortoptDave Reisner2-4/+5
2011-08-11Update trust level strings in -Qi displayDan McGee1-3/+3
2011-08-11Allow --needed and --recursive on -U operationsDan McGee1-3/+5
2011-08-11Add -S --recursive operationDan McGee2-2/+9
2011-08-09Merge branch 'maint'Dan McGee1-6/+19
2011-08-09Update string catalogs after string tweaksDan McGee26-1345/+1130
2011-08-09Add reason to corrupted package callbackDan McGee1-2/+4
2011-08-09Attempt to fix up some of the brokenness around failed package loadsDan McGee1-1/+3
2011-08-09Fix divide by zero when downloading zero length filesDan McGee1-6/+19
2011-08-09Update all translation filesDan McGee26-673/+2283
2011-08-09Merge branch 'maint'Dan McGee5-7/+48
2011-08-08mark option structs as constDave Reisner1-1/+1
2011-08-08Check return value of rename() callsDan McGee1-2/+6
2011-08-02Implement parsing of the new SigLevel directiveDan McGee1-31/+105
2011-07-29Revamp signing checksDan McGee1-11/+31
2011-07-27Remove duplicate code shared between sync and upgradeDan McGee3-118/+16
2011-07-25Fix group selection entry for large inputsDan McGee2-4/+45
2011-07-21Convert package filelists to an array instead of linked listDan McGee2-12/+16
2011-07-19pacman/callback: show .sig suffix on sig downloadDave Reisner1-2/+9
2011-07-14Make alpm_db_set_pkgreason() arguments more saneDan McGee1-1/+2
2011-07-06Rework -Si display logicDan McGee1-49/+29
2011-07-06fix segfault if pacman.conf can't be readFlorian Pritz1-1/+3
2011-07-06Remove most usages of strncmp()Dan McGee2-14/+14
2011-07-05Remove alpm_list_firstAllan McRae1-1/+1
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee7-16/+45
2011-07-05Allow frontend access to signature verification informationDan McGee3-1/+59
2011-07-05signing: move to new signing verification and return schemeDan McGee5-23/+25
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee10-228/+228
2011-07-03Move alpm filelists to a struct objectDan McGee2-6/+8
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae5-19/+19
2011-07-01Prefix alpm_transprog_t members with ALPMAllan McRae1-6/+6
2011-07-01Prefix alpm_transconv_t members with ALPMAllan McRae1-7/+7
2011-07-01Prefix alpm_transevt_t members with ALPMAllan McRae1-27/+27
2011-07-01Prefix alpm_transflag_t members with ALPMAllan McRae4-25/+25
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae9-133/+133
2011-07-01Prefix alpm_fileconflicttype_t members with ALPMAllan McRae2-4/+4
2011-07-01Prefix alpm_pkgreason_t members with ALPMAllan McRae3-7/+7
2011-06-30pacman: return with 128+signum on signaled exitDave Reisner1-1/+1
2011-06-30Fix a few warnings pointed out via clang scan-buildDan McGee1-2/+5
2011-06-29Rename public functions with grp in their nameAllan McRae4-7/+7
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae5-8/+8
2011-06-28Rename pmtransprog_t to alpm_transprog_tAllan McRae2-2/+2
2011-06-28Rename pmtransconv_t to alpm_transconv_tAllan McRae2-2/+2
2011-06-28Rename pmtransevt_t to alpm_transevt_tAllan McRae2-2/+2
2011-06-28Rename pmtransflag_t to alpm_transflag_tAllan McRae3-3/+3
2011-06-28Rename pmloglevel_t to alpm_loglevel_tAllan McRae4-10/+10
2011-06-28Rename pmbackup_t to alpm_backup_tAllan McRae1-2/+2
2011-06-28Rename pmgrp_t to alpm_group_tAllan McRae3-5/+5