summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-04Save backup files with extension .pacsave.nPang Yan Han1-0/+76
2013-01-04Split common utility functions for libalpm and pacmanAllan McRae5-37/+4
2013-01-03Use a defined constant in delta.c for num_matchesDan McGee1-3/+6
2013-01-03Update copyright year for 2013Allan McRae49-49/+49
2012-12-14Add public functions for accessing mtree dataAllan McRae3-2/+46
2012-12-14Add internal functions for reading mtree file from local dbAllan McRae3-0/+106
2012-12-14Extract .MTREE file into local package databaseAllan McRae1-0/+5
2012-12-14Do not warn about missing database if being downloadedAllan McRae2-3/+4
2012-12-14Fix future signature timestamp warningAllan McRae1-5/+6
2012-12-14Plug various minor memory leaksAndrew Gregory3-1/+3
2012-12-14Make alpm_pkg_find publicAllan McRae7-24/+30
2012-12-14Add "Optional for" to package information outputAllan McRae2-7/+35
2012-12-14Notify of removed package required as optdependAllan McRae2-1/+33
2012-12-14It turns out we do care about directories...Allan McRae1-19/+9
2012-12-14Fix overzealous package removal with unmet dependenciesAndrew Gregory1-41/+41
2012-12-14_alpm_filelist_resolve: add useful return codeAndrew Gregory2-38/+47
2012-12-14Avoid upgrade conflict with unchanged effective pathAllan McRae2-3/+3
2012-12-14Resolve file paths during inter-package conflict checkAllan McRae2-8/+10
2012-12-14_alpm_filelist_resolve: use original filenames where possibleAndrew Gregory2-22/+34
2012-12-14Add _alpm_filelist_resolveAndrew Gregory2-0/+181
2012-12-14Add resolved_path to alpm_filelist_tAllan McRae2-1/+11
2012-12-14Detect inter-package conflicts between files and directoriesAllan McRae1-13/+38
2012-11-27fixed erroneous memory access to newurl in alpm_db_remove_serverPaul Barbu Gheorghe1-3/+6
2012-11-27buildsys: eschew use of DEFS, prefer AM_CPPFLAGSDave Reisner1-3/+2
2012-09-18Merge branch 'maint'Dan McGee1-0/+5
2012-09-18signing.c: warn if time went backwardsFlorian Pritz1-0/+5
2012-09-18Fix documentation typoAllan McRae1-1/+1
2012-09-18Remove incorrect documentation for unlink_fileAllan McRae1-4/+0
2012-08-08removed the condition in alpm_db_set_servers since FREELIST is NULL safeBarbu Paul - Gheorghe1-1/+1
2012-08-08Merge branch 'maint'Dan McGee1-1/+2
2012-08-08coding style fixesFlorian Pritz2-3/+3
2012-08-08Print repo being search for replaces in debug outputAllan McRae1-1/+2
2012-08-02Split _alpm_filelist_operation functionAllan McRae3-30/+57