summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-03-10make status/log messages reflect version changeSimon Gomizelj
2013-03-10libalpm/sync: remove useless intermediate variableDave Reisner
2013-03-07libalpm: Search for replacers before literalsOlivier Brunel
2013-03-07libalpm: Fix installing update of a replaced packageOlivier Brunel
2013-03-07Do not resolve every local package filelist on removeAllan McRae
2013-02-24add SYMEXPORT to alpm_filelist_containsAndrew Gregory
2013-02-24dload: don't download sig if package is found in cacheDave Reisner
2013-02-24Provide full path names in warning messagesRichard Pougnet
2013-02-24Perform limited conflict checking with --forceAllan McRae
2013-02-24use resolved_path for filelist_containsAndrew Gregory
2013-02-24return resolved paths from filelist_differenceAndrew Gregory
2013-02-24return resolved paths from filelist_intersectionAndrew Gregory
2013-02-24use alpm_list_free on filelist intersectionAndrew Gregory
2013-02-16fix off-by-one error in _alpm_filelist_resolveAndrew Gregory
2013-02-16fix style violationsAndrew Gregory
2013-02-16fix alpm_validation_t commentAndrew Gregory
2013-02-16find_fileconflicts: reduce path resolution callsAndrew Gregory
2013-02-16libalpm: never attempt to remove a mountpointDave Reisner
2013-02-13Fix registering database with non-gpgme buildsAllan McRae
2013-02-13Fix --without-gpgme buildAllan McRae
2013-02-13Add format attributes to all required functionsAllan McRae
2013-02-13Fix compilation error on clangAllan McRae
2013-02-09Skip reading sync db deltas files if UseDelta is unsetAllan McRae
2013-02-09Import key if needed when installing package from fileAllan McRae
2013-02-09Prompt to delete packages with signature failsAllan McRae
2013-02-09Remove retry path from signature validationAllan McRae
2013-02-09Check keys are in keyring before package validationAllan McRae
2013-02-09Make decode_signature available to the libraryAllan McRae
2013-02-09Add function to extract key id from signaturesAllan McRae
2013-02-09Move key importing into separate functionAllan McRae
2013-02-09Make key_in_keychain available in libraryAllan McRae
2013-02-07inline libarchive compat wrappersDave Reisner
2013-02-07Add configuration option for Upgrade operation SigLevelAllan McRae
2013-01-29Restore libarchive 2.8.x compatibilityDan McGee
2013-01-29Use libarchive compat header for relevant symbolsDave Reisner
2013-01-29add libarchive compatability objectDave Reisner
2013-01-29dload: pass back the effective URL to callers of _alpm_downloadDave Reisner
2013-01-29Relax requirement of what constitutes a dead connectionLANGLOIS Olivier PIS -EXT
2013-01-28add caller prefix to alpm_logactionAndrew Gregory
2013-01-28add doxygen comments to conflict.cAndrew Gregory
2013-01-28Make path to ldconfig configurableAllan McRae
2013-01-28Revert execvp and related commitsAllan McRae
2013-01-17dload: avoid showing progress bars on some redirectsDave Reisner
2013-01-17Do not use full path for ldconfigAllan McRae
2013-01-17Use execvp for running programs in chrootAllan McRae
2013-01-04Fix space between control structure and open parensGerardo Exequiel Pozzi
2013-01-04Fix open braces styleGerardo Exequiel Pozzi
2013-01-04Fix missing spaces in operatorsGerardo Exequiel Pozzi
2013-01-04Save backup files with extension .pacsave.nPang Yan Han
2013-01-04Split common utility functions for libalpm and pacmanAllan McRae