summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-02Move filelist functions into separate source fileDan McGee11-104/+178
2012-08-01Merge branch 'maint'Dan McGee1-1/+8
2012-08-01Fix wrong parameter name in alpm_db_update's signatureBarbu Paul - Gheorghe1-1/+1
2012-08-01util: fix line length calc in _alpm_archive_fgetsDave Reisner1-2/+4
2012-08-01lib/conflict: use a binary search within filelistsDave Reisner1-8/+5
2012-08-01lib/be_local: ensure local filelists are sortedDave Reisner1-0/+2
2012-08-01lib/be_package: use qsort instead of our own msortDave Reisner1-49/+3
2012-08-01Add more debug logging to dir_belongsto_pkg() functionDan McGee1-1/+8
2012-07-10Merge branch 'maint'Dan McGee1-6/+31
2012-07-10update comments referring to alpm_option_get_syncdbsDave Reisner2-2/+2
2012-07-10diskspace: log errors when opening the mount table failsDave Reisner1-0/+6
2012-07-10Check empty subdirectory ownershipAllan McRae1-0/+5
2012-07-10Add conflict for replacing owned empty directoryAllan McRae1-6/+26
2012-06-26diskspace: only load filesystem info on demandDave Reisner2-13/+47
2012-06-26diskspace: dedupe code for loading FS usageDave Reisner1-25/+27
2012-06-26repo-add: add checkdepends informationAllan McRae1-0/+6
2012-06-26add line length parameter to _alpm_strip_newlineDave Reisner4-15/+17
2012-06-26add real_line_size to alpm_read_bufferDave Reisner2-3/+4