summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2012-06-25check proper variable for NULLDave Reisner
2012-06-25diskspace: canonicalize path to download dirDave Reisner
2012-05-21libalpm/remove.c - add doxygenAndrew Gregory
2012-05-20repo-add: add makedepends informationAllan McRae
2012-05-20fix -Wshadow warnings as reported by gcc 4.4.3Dave Reisner
2012-05-20Merge branch 'maint'Dan McGee
2012-05-04Ensure pre_upgrade scriptlet gets old package versionDan McGee
2012-04-29Convert ALLOC_FAIL macro into a functionDan McGee
2012-04-29be_local: use the right length value for filename in all casesDan McGee
2012-04-29Merge remote-tracking branch 'dave/buildsys'Dan McGee
2012-04-29Move short-lived realpath buffers to the stackDan McGee
2012-04-25libalpm: add pkg-config fileDave Reisner
2012-04-24Pointer coding style cleanupsDan McGee
2012-04-24be_local: write all single-valued attributes firstDan McGee
2012-04-12Merge branch 'maint'Dan McGee
2012-04-09Fix issues with unintialized variable value usageDan McGee
2012-04-08Fix a signed overflow error on i686 with GCC 4.7.0Dan McGee
2012-04-08Various tweaks to support building with excessive GCC warning flagsDan McGee
2012-04-08buildsys: define warning CFLAGS in separate varDave Reisner
2012-04-08buildsys: cleanup gpgme compile time checkDave Reisner
2012-04-08buildsys: use pkg-config for libcurl detectionDave Reisner
2012-04-08buildsys: use pkg-config for libarchive detectionDave Reisner
2012-04-08buildsys: use pkg-config for openssl detectionDave Reisner
2012-04-07Prefix alpm_pkgfrom_t members with ALPM_Allan McRae
2012-04-07Return more useful error codes on package open failuresDan McGee
2012-04-07Make selecting scriptlet shell workAllan McRae
2012-04-07Merge branch 'maint'Dan McGee