summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2013-01-03Use a defined constant in delta.c for num_matchesDan McGee
2013-01-03Update copyright year for 2013Allan McRae
2012-12-14Add public functions for accessing mtree dataAllan McRae
2012-12-14Add internal functions for reading mtree file from local dbAllan McRae
2012-12-14Extract .MTREE file into local package databaseAllan McRae
2012-12-14Do not warn about missing database if being downloadedAllan McRae
2012-12-14Fix future signature timestamp warningAllan McRae
2012-12-14Plug various minor memory leaksAndrew Gregory
2012-12-14Make alpm_pkg_find publicAllan McRae
2012-12-14Add "Optional for" to package information outputAllan McRae
2012-12-14Notify of removed package required as optdependAllan McRae
2012-12-14It turns out we do care about directories...Allan McRae
2012-12-14Fix overzealous package removal with unmet dependenciesAndrew Gregory
2012-12-14_alpm_filelist_resolve: add useful return codeAndrew Gregory
2012-12-14Avoid upgrade conflict with unchanged effective pathAllan McRae
2012-12-14Resolve file paths during inter-package conflict checkAllan McRae
2012-12-14_alpm_filelist_resolve: use original filenames where possibleAndrew Gregory
2012-12-14Add _alpm_filelist_resolveAndrew Gregory
2012-12-14Add resolved_path to alpm_filelist_tAllan McRae
2012-12-14Detect inter-package conflicts between files and directoriesAllan McRae
2012-11-27fixed erroneous memory access to newurl in alpm_db_remove_serverPaul Barbu Gheorghe
2012-11-27buildsys: eschew use of DEFS, prefer AM_CPPFLAGSDave Reisner
2012-09-18Merge branch 'maint'Dan McGee
2012-09-18signing.c: warn if time went backwardsFlorian Pritz
2012-09-18Fix documentation typoAllan McRae
2012-09-18Remove incorrect documentation for unlink_fileAllan McRae
2012-08-07removed the condition in alpm_db_set_servers since FREELIST is NULL safeBarbu Paul - Gheorghe
2012-08-07Merge branch 'maint'Dan McGee
2012-08-07coding style fixesFlorian Pritz
2012-08-07Print repo being search for replaces in debug outputAllan McRae
2012-08-02Split _alpm_filelist_operation functionAllan McRae
2012-08-02Move filelist functions into separate source fileDan McGee
2012-08-01Merge branch 'maint'Dan McGee
2012-08-01Fix wrong parameter name in alpm_db_update's signatureBarbu Paul - Gheorghe
2012-08-01util: fix line length calc in _alpm_archive_fgetsDave Reisner
2012-08-01lib/conflict: use a binary search within filelistsDave Reisner
2012-08-01lib/be_local: ensure local filelists are sortedDave Reisner
2012-08-01lib/be_package: use qsort instead of our own msortDave Reisner
2012-08-01Add more debug logging to dir_belongsto_pkg() functionDan McGee