summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-04-29Move short-lived realpath buffers to the stackDan McGee
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
2012-04-07sync: fix crash on failed downloadsDave Reisner
2012-04-07Updates from TransifexDan McGee
2012-03-28Update all translation filesDan McGee
2012-03-28signing: cope with gpg2's failure at lifeDave Reisner
2012-03-16Merge branch 'maint'Dan McGee
2012-03-16Prefer fputs/fputc over fprintf when writing local databaseDan McGee
2012-03-16Extract a write_deps function from local database writingDan McGee
2012-03-16Remove unnecessary path check from local databaseDan McGee
2012-03-14lib/sync: avoid unwanted unlink after download failDave Reisner
2012-03-14dload: reset payload filename members before downloadDave Reisner
2012-03-12Minor format-string related cleanupsDan McGee
2012-03-08Merge branch 'maint'Dan McGee
2012-03-08Simplify package validation info output for sync packagesAllan McRae
2012-03-08Remove _alpm_csumAllan McRae
2012-03-08Add information on how an installed package was validatedAllan McRae
2012-03-08Hook new optdepend structures upBenedikt Morbach
2012-03-08Allow alpm_depend_t to have a descriptionDan McGee
2012-03-05Translation updates from TransifexDan McGee
2012-03-05Fix a potential memory leak in filelist creationDan McGee
2012-03-05Fix a memory leak when loading an invalid packageDan McGee
2012-02-20Use "mode" in _alpm_makepath_modeAllan McRae
2012-02-20Merge branch 'maint'Dan McGee
2012-02-20Update copyright yearsAllan McRae
2012-02-20util: reduce pointer hell in _alpm_makepath_modeDave Reisner
2012-02-20Print error message when to-be-downloaded file cannot be createdNagy Gabor
2012-02-20Don't check diskspace when using --dbonlyDan McGee
2012-02-19diskspace: ensure we match only full path componentsDan McGee
2012-02-15Revert "Add -S --recursive operation"Dan McGee
2012-02-14Update SIGPIPE signal handler commentDan McGee
2012-02-13Merge branch 'maint'Dan McGee
2012-02-13Reset errno before opening archiveAllan McRae
2012-02-13Allow specifying shell for running scriptletsAllan McRae
2012-02-13use _alpm_access in a few more places for increased debugging infoFlorian Pritz
2012-02-13lib/sync: use full delta size as max download sizeDave Reisner