summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-08-15Update base64 PolarSSL codeDan McGee3-17/+20
2011-08-12Update MD5 routines with changes from PolarSSLDan McGee2-39/+34
2011-08-11Add -S --recursive operationDan McGee1-0/+29
2011-08-11Dependency code style cleanupsDan McGee2-21/+25
2011-08-11stop progress callbacks after curl_easy_perform returnsDave Reisner1-0/+3
2011-08-11dload: remove unnecessary cast in alpm_load_payload_freeDave Reisner1-6/+4
2011-08-09Parse replaces strings as dep strings with version specsDan McGee1-10/+17
2011-08-09Conflict comparison performance enhancementsDan McGee2-17/+19
2011-08-09Update string catalogs after string tweaksDan McGee26-872/+587
2011-08-09Don't walk off front of string when stripping newlineDan McGee1-1/+1
2011-08-09Fix compile error when curl is not usedDan McGee1-3/+3
2011-08-09Depend on name_hash being setDan McGee2-4/+2
2011-08-09Add reason to corrupted package callbackDan McGee1-4/+6
2011-08-09Attempt to fix up some of the brokenness around failed package loadsDan McGee4-17/+20
2011-08-09Update all translation filesDan McGee26-441/+819
2011-08-09_alpm_access(): don't call gettext() in debug level loggersDan McGee1-4/+8
2011-08-09Merge branch 'maint'Dan McGee2-7/+12
2011-08-08Store a package info level flag if we fail to load dataDan McGee3-6/+15
2011-08-08Update translations from transifexDan McGee2-8/+13
2011-08-08Check return value of rename() callsDan McGee2-8/+23
2011-08-02Don't trim whitespace when reading database entriesDan McGee5-15/+37
2011-07-29Revamp signing checksDan McGee2-48/+96
2011-07-28Make free_groupcache() privateDan McGee2-25/+23
2011-07-25libalpm: Set ret correctly in download_internal()Lukas Fleischer1-0/+1
2011-07-21Convert package filelists to an array instead of linked listDan McGee11-97/+246
2011-07-19Clean up my debug logger messDan McGee1-2/+0
2011-07-19Fix test suite when GPGME is disabledDan McGee3-1/+16
2011-07-18replace access() calls for debug info where applicableFlorian Pritz3-5/+4
2011-07-18signing.c: check if needed files are readableFlorian Pritz1-0/+6
2011-07-18add _alpm_access() wrapperFlorian Pritz2-0/+48
2011-07-18Fix compilation without gpgmeAllan McRae1-2/+2
2011-07-18Handle removal of empty directories properlyDan McGee3-6/+82
2011-07-14Make alpm_db_set_pkgreason() arguments more saneDan McGee2-18/+23
2011-07-14Allow fileconflict if unowned file moving into backup arrayDan McGee5-8/+23
2011-07-06Unify package removal codeDan McGee3-109/+100
2011-07-06include util.h in rawstr.cDan McGee1-0/+2
2011-07-06Merge remote-tracking branch 'dave/download'Dan McGee7-89/+365
2011-07-06absorb fileinfo struct into dload_payloadDave Reisner2-36/+28
2011-07-06absorb some _alpm_download params into payload structDave Reisner4-31/+40
2011-07-06lib/dload: prevent large file attacksDave Reisner4-40/+87
2011-07-06dload: handle irregular URLsDave Reisner4-24/+116
2011-07-06Remove most usages of strncmp()Dan McGee1-1/+1
2011-07-05dload: rearrange code to avoid extra cpp blockDave Reisner1-4/+2
2011-07-05lib/rawstr: borrow raw string functions from curlDave Reisner3-0/+138
2011-07-05Simplify alpm_list_previousAllan McRae3-7/+6
2011-07-05Remove alpm_list_firstAllan McRae2-17/+0
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee3-13/+9
2011-07-05Allow frontend access to signature verification informationDan McGee2-2/+22
2011-07-05Correctly check the GPG error codesDan McGee1-2/+2
2011-07-05signing: move to new signing verification and return schemeDan McGee13-115/+237