summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2012-07-10Merge branch 'maint'Dan McGee
2012-07-10update comments referring to alpm_option_get_syncdbsDave Reisner
2012-07-10diskspace: log errors when opening the mount table failsDave Reisner
2012-07-10Check empty subdirectory ownershipAllan McRae
2012-07-10Add conflict for replacing owned empty directoryAllan McRae
2012-06-25diskspace: only load filesystem info on demandDave Reisner
2012-06-25diskspace: dedupe code for loading FS usageDave Reisner
2012-06-25repo-add: add checkdepends informationAllan McRae
2012-06-25add line length parameter to _alpm_strip_newlineDave Reisner
2012-06-25add real_line_size to alpm_read_bufferDave Reisner