summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-03-10Pull updated translations from transifexAllan McRae27-509/+315
2013-03-10Add new languages from TransifexAllan McRae11-0/+5777
2013-03-10make status/log messages reflect version changeSimon Gomizelj2-33/+48
2013-03-10libalpm/sync: remove useless intermediate variableDave Reisner1-5/+2
2013-03-07libalpm: Search for replacers before literalsOlivier Brunel1-12/+14
2013-03-07libalpm: Fix installing update of a replaced packageOlivier Brunel1-0/+2
2013-03-07Do not resolve every local package filelist on removeAllan McRae1-1/+3
2013-02-24add SYMEXPORT to alpm_filelist_containsAndrew Gregory1-1/+1
2013-02-24dload: don't download sig if package is found in cacheDave Reisner1-1/+1
2013-02-24Provide full path names in warning messagesRichard Pougnet1-9/+10
2013-02-24Perform limited conflict checking with --forceAllan McRae2-3/+27
2013-02-24use resolved_path for filelist_containsAndrew Gregory4-4/+21
2013-02-24return resolved paths from filelist_differenceAndrew Gregory2-28/+18
2013-02-24return resolved paths from filelist_intersectionAndrew Gregory2-3/+3
2013-02-24use alpm_list_free on filelist intersectionAndrew Gregory1-1/+1
2013-02-16fix off-by-one error in _alpm_filelist_resolveAndrew Gregory1-4/+8
2013-02-16fix style violationsAndrew Gregory3-7/+9
2013-02-16fix alpm_validation_t commentAndrew Gregory1-1/+1
2013-02-16find_fileconflicts: reduce path resolution callsAndrew Gregory1-4/+6
2013-02-16libalpm: never attempt to remove a mountpointDave Reisner1-0/+40
2013-02-13Fix registering database with non-gpgme buildsAllan McRae1-1/+1
2013-02-13Fix --without-gpgme buildAllan McRae1-0/+2
2013-02-13Add format attributes to all required functionsAllan McRae4-6/+10
2013-02-13Fix compilation error on clangAllan McRae1-8/+8
2013-02-09Skip reading sync db deltas files if UseDelta is unsetAllan McRae1-1/+3
2013-02-09Import key if needed when installing package from fileAllan McRae2-0/+69
2013-02-09Prompt to delete packages with signature failsAllan McRae1-0/+1
2013-02-09Remove retry path from signature validationAllan McRae1-10/+4
2013-02-09Check keys are in keyring before package validationAllan McRae2-2/+88
2013-02-09Make decode_signature available to the libraryAllan McRae2-2/+5
2013-02-09Add function to extract key id from signaturesAllan McRae2-0/+116
2013-02-09Move key importing into separate functionAllan McRae2-32/+50
2013-02-09Make key_in_keychain available in libraryAllan McRae2-3/+6
2013-02-07inline libarchive compat wrappersDave Reisner3-76/+51
2013-02-07Add configuration option for Upgrade operation SigLevelAllan McRae3-6/+59
2013-01-29Restore libarchive 2.8.x compatibilityDan McGee1-1/+1
2013-01-29Use libarchive compat header for relevant symbolsDave Reisner5-16/+21
2013-01-29add libarchive compatability objectDave Reisner3-0/+99
2013-01-29dload: pass back the effective URL to callers of _alpm_downloadDave Reisner4-12/+16
2013-01-29Relax requirement of what constitutes a dead connectionLANGLOIS Olivier PIS -EXT1-1/+1
2013-01-28add caller prefix to alpm_logactionAndrew Gregory7-37/+46
2013-01-28add doxygen comments to conflict.cAndrew Gregory1-14/+80
2013-01-28Make path to ldconfig configurableAllan McRae1-2/+2
2013-01-28Revert execvp and related commitsAllan McRae1-7/+10
2013-01-17dload: avoid showing progress bars on some redirectsDave Reisner2-5/+17
2013-01-17Do not use full path for ldconfigAllan McRae1-7/+4
2013-01-17Use execvp for running programs in chrootAllan McRae1-3/+3
2013-01-04Fix space between control structure and open parensGerardo Exequiel Pozzi5-25/+25
2013-01-04Fix open braces styleGerardo Exequiel Pozzi3-4/+7
2013-01-04Fix missing spaces in operatorsGerardo Exequiel Pozzi3-10/+10