summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-08-01lib/be_package: use qsort instead of our own msortDave Reisner1-49/+3
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
2012-06-26check proper variable for NULLDave Reisner1-1/+1
2012-06-26diskspace: canonicalize path to download dirDave Reisner1-0/+8
2012-05-21libalpm/remove.c - add doxygenAndrew Gregory1-3/+86
2012-05-21repo-add: add makedepends informationAllan McRae1-0/+6
2012-05-21fix -Wshadow warnings as reported by gcc 4.4.3Dave Reisner3-20/+20
2012-05-21Merge branch 'maint'Dan McGee1-2/+3
2012-05-04Ensure pre_upgrade scriptlet gets old package versionDan McGee1-2/+3
2012-04-30Convert ALLOC_FAIL macro into a functionDan McGee4-8/+13
2012-04-30be_local: use the right length value for filename in all casesDan McGee1-2/+3
2012-04-30Merge remote-tracking branch 'dave/buildsys'Dan McGee3-0/+16
2012-04-30Move short-lived realpath buffers to the stackDan McGee2-6/+2
2012-04-26libalpm: add pkg-config fileDave Reisner3-0/+16
2012-04-25Pointer coding style cleanupsDan McGee3-3/+3
2012-04-25be_local: write all single-valued attributes firstDan McGee1-18/+20
2012-04-12Merge branch 'maint'Dan McGee2-7/+8
2012-04-09Fix issues with unintialized variable value usageDan McGee2-7/+8
2012-04-09Fix a signed overflow error on i686 with GCC 4.7.0Dan McGee1-4/+6
2012-04-09Various tweaks to support building with excessive GCC warning flagsDan McGee4-14/+22
2012-04-09buildsys: define warning CFLAGS in separate varDave Reisner1-1/+1
2012-04-09buildsys: cleanup gpgme compile time checkDave Reisner1-0/+2
2012-04-09buildsys: use pkg-config for libcurl detectionDave Reisner1-1/+3
2012-04-09buildsys: use pkg-config for libarchive detectionDave Reisner1-0/+2
2012-04-09buildsys: use pkg-config for openssl detectionDave Reisner1-1/+8
2012-04-07Prefix alpm_pkgfrom_t members with ALPM_Allan McRae6-22/+22
2012-04-07Return more useful error codes on package open failuresDan McGee2-2/+13
2012-04-07Make selecting scriptlet shell workAllan McRae1-1/+1
2012-04-07Merge branch 'maint'Dan McGee30-124/+135
2012-04-07sync: fix crash on failed downloadsDave Reisner1-1/+1
2012-04-07Updates from TransifexDan McGee1-44/+45
2012-03-29Update all translation filesDan McGee28-77/+78
2012-03-28signing: cope with gpg2's failure at lifeDave Reisner1-3/+12
2012-03-16Merge branch 'maint'Dan McGee2-2/+11
2012-03-16Prefer fputs/fputc over fprintf when writing local databaseDan McGee1-11/+15
2012-03-16Extract a write_deps function from local database writingDan McGee1-45/+22
2012-03-16Remove unnecessary path check from local databaseDan McGee1-12/+3
2012-03-15lib/sync: avoid unwanted unlink after download failDave Reisner1-0/+2
2012-03-15dload: reset payload filename members before downloadDave Reisner1-0/+5
2012-03-13Minor format-string related cleanupsDan McGee1-1/+1
2012-03-09Merge branch 'maint'Dan McGee2-50/+58