summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Parse conflicts/provides/replaces at database load timeDan McGee2011-08-15
* Show 'None' in Signatures -Qip/-Si output if none foundDan McGee2011-08-15
* Load and allow access to sha256sumDan McGee2011-08-15
* pacman/package: show presence of signature in in -SiDave Reisner2011-08-15
* pacman/query.c: avoid variable redeclarationDan McGee2011-08-11
* Enable recursive/needed sync on SyncFirstDan McGee2011-08-11
* pacman: remove --dbonly shortoptDave Reisner2011-08-11
* Update trust level strings in -Qi displayDan McGee2011-08-11
* Allow --needed and --recursive on -U operationsDan McGee2011-08-11
* Add -S --recursive operationDan McGee2011-08-11
* Merge branch 'maint'Dan McGee2011-08-09
|\
| * Fix divide by zero when downloading zero length filesDan McGee2011-08-08
* | Update string catalogs after string tweaksDan McGee2011-08-09
* | Add reason to corrupted package callbackDan McGee2011-08-08
* | Attempt to fix up some of the brokenness around failed package loadsDan McGee2011-08-08
* | Update all translation filesDan McGee2011-08-08
* | Merge branch 'maint'Dan McGee2011-08-08
|\|
| * Fix group selection entry for large inputsDan McGee2011-07-25
* | mark option structs as constDave Reisner2011-08-08
* | src/util/Makefile.am: alphabetize targetsDave Reisner2011-08-08
* | pacsort: add new utilityDave Reisner2011-08-08
* | Check return value of rename() callsDan McGee2011-08-08
* | Implement parsing of the new SigLevel directiveDan McGee2011-08-02
* | Revamp signing checksDan McGee2011-07-28
* | Tidy up testdb to match coding stylesDan McGee2011-07-28
* | Remove duplicate code shared between sync and upgradeDan McGee2011-07-27
* | Convert package filelists to an array instead of linked listDan McGee2011-07-21
* | pacman/callback: show .sig suffix on sig downloadDave Reisner2011-07-18
* | Make alpm_db_set_pkgreason() arguments more saneDan McGee2011-07-14
* | Rework -Si display logicDan McGee2011-07-05
* | fix segfault if pacman.conf can't be readFlorian Pritz2011-07-05
* | Remove most usages of strncmp()Dan McGee2011-07-05
* | Remove alpm_list_firstAllan McRae2011-07-05
* | Allow invalid sync DBs to be returned by the libraryDan McGee2011-07-05
* | Allow frontend access to signature verification informationDan McGee2011-07-05
* | signing: move to new signing verification and return schemeDan McGee2011-07-05
* | Merge remote-tracking branch 'allan/ALPM'Dan McGee2011-07-03
|\ \
| * | Prefix _alpm_errno_t members with ALPMAllan McRae2011-07-02
| * | Prefix alpm_transprog_t members with ALPMAllan McRae2011-07-02
| * | Prefix alpm_transconv_t members with ALPMAllan McRae2011-07-02
| * | Prefix alpm_transevt_t members with ALPMAllan McRae2011-07-02
| * | Prefix alpm_transflag_t members with ALPMAllan McRae2011-07-02
| * | Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
| * | Prefix alpm_fileconflicttype_t members with ALPMAllan McRae2011-07-02
| * | Prefix alpm_pkgreason_t members with ALPMAllan McRae2011-07-02
* | | Move alpm filelists to a struct objectDan McGee2011-07-03
|/ /
* | pacman: return with 128+signum on signaled exitDave Reisner2011-06-30
* | Fix a few warnings pointed out via clang scan-buildDan McGee2011-06-30
* | Rename public functions with grp in their nameAllan McRae2011-06-29
* | Rename pmerrno_t to alpm_errno_tAllan McRae2011-06-28