summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-06-25add line length parameter to _alpm_strip_newlineDave Reisner4-15/+17
2012-06-25add real_line_size to alpm_read_bufferDave Reisner2-3/+4
2012-06-25check proper variable for NULLDave Reisner1-1/+1
2012-06-25diskspace: canonicalize path to download dirDave Reisner1-0/+8
2012-05-21libalpm/remove.c - add doxygenAndrew Gregory1-3/+86
2012-05-20repo-add: add makedepends informationAllan McRae1-0/+6
2012-05-20fix -Wshadow warnings as reported by gcc 4.4.3Dave Reisner3-20/+20
2012-05-20Merge branch 'maint'Dan McGee1-2/+3
2012-05-04Ensure pre_upgrade scriptlet gets old package versionDan McGee1-2/+3
2012-04-29Convert ALLOC_FAIL macro into a functionDan McGee4-8/+13
2012-04-29be_local: use the right length value for filename in all casesDan McGee1-2/+3
2012-04-29Merge remote-tracking branch 'dave/buildsys'Dan McGee3-0/+16
2012-04-29Move short-lived realpath buffers to the stackDan McGee2-6/+2
2012-04-25libalpm: add pkg-config fileDave Reisner3-0/+16
2012-04-24Pointer coding style cleanupsDan McGee3-3/+3
2012-04-24be_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-08Fix a signed overflow error on i686 with GCC 4.7.0Dan McGee1-4/+6
2012-04-08Various tweaks to support building with excessive GCC warning flagsDan McGee4-14/+22
2012-04-08buildsys: define warning CFLAGS in separate varDave Reisner1-1/+1
2012-04-08buildsys: cleanup gpgme compile time checkDave Reisner1-0/+2
2012-04-08buildsys: use pkg-config for libcurl detectionDave Reisner1-1/+3
2012-04-08buildsys: use pkg-config for libarchive detectionDave Reisner1-0/+2
2012-04-08buildsys: 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-28Update 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-14lib/sync: avoid unwanted unlink after download failDave Reisner1-0/+2
2012-03-14dload: reset payload filename members before downloadDave Reisner1-0/+5
2012-03-12Minor format-string related cleanupsDan McGee1-1/+1
2012-03-08Merge branch 'maint'Dan McGee2-50/+58
2012-03-08Simplify package validation info output for sync packagesAllan McRae1-0/+24
2012-03-08Remove _alpm_csumAllan McRae5-13/+8
2012-03-08Add information on how an installed package was validatedAllan McRae6-5/+97
2012-03-08Hook new optdepend structures upBenedikt Morbach5-8/+11
2012-03-08Allow alpm_depend_t to have a descriptionDan McGee2-13/+32
2012-03-05Translation updates from TransifexDan McGee1-37/+39
2012-03-05Fix a potential memory leak in filelist creationDan McGee1-13/+19
2012-03-05Fix a memory leak when loading an invalid packageDan McGee1-3/+3
2012-02-20Use "mode" in _alpm_makepath_modeAllan McRae1-2/+2