summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-02-20Print error message when to-be-downloaded file cannot be createdNagy Gabor1-0/+4
2012-02-13Merge branch 'maint'Dan McGee3-16/+17
2012-02-13Reset errno before opening archiveAllan McRae1-0/+1
2012-02-13Allow specifying shell for running scriptletsAllan McRae1-1/+1
2012-02-13use _alpm_access in a few more places for increased debugging infoFlorian Pritz3-3/+3
2012-02-13lib/sync: use full delta size as max download sizeDave Reisner1-1/+1
2012-02-07Fix a handful of comment typos or misspellingsDan McGee1-3/+3
2012-02-07Translation updates from Transifex, mostly scriptsDan McGee1-12/+13
2012-02-06Merge branch 'maint'Dan McGee2-21/+25
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee6-62/+61
2012-02-06alpm.h: enum cleanups, comment formatting cleanupDan McGee1-27/+23
2012-02-06Remove last explicit include of config.hDan McGee1-2/+0
2012-02-06Update translations from TransifexDan McGee1-20/+21
2012-01-31Fix rare segfault on package removalAllan McRae1-1/+4
2012-01-31Merge branch 'maint'Dan McGee1-18/+19
2012-01-31Update translationsDan McGee1-18/+19
2012-01-23Remove rmrf implementation from backendDan McGee3-52/+36
2012-01-23libalpm/deps.c: access trans flags directlyDan McGee1-2/+4
2012-01-23Merge branch 'maint'Dan McGee5-49/+176
2012-01-23lib/dload: give uniform naming to curl CB functionsDave Reisner1-4/+4
2012-01-23Fix sys/mnttab.h header includeDan McGee1-2/+2
2012-01-23lib/dload: enforce usage of TCP keepalivesDave Reisner1-0/+53
2012-01-19Add diskspace checking support for Solaris/IllumosDan McGee1-5/+49
2012-01-19Update copyright on changed files since beginning of yearDan McGee4-4/+4
2012-01-19Allow UseDelta option to specify a delta ratioDan McGee6-13/+15
2012-01-19util.c, rmrf(): only create string when neededOlivier Brunel1-3/+3
2012-01-19fetch_url: look for files in cache before downloadingDave Reisner1-32/+60
2012-01-18Use isdigit() rather than character range comparisonsDan McGee1-1/+1
2012-01-12Reorder some operations in sig check for efficiencyDan McGee1-13/+7
2012-01-08Merge branch 'maint'Dan McGee2-5/+21
2012-01-08Fix segfaults on opening invalid archive filesDan McGee3-12/+18
2012-01-07Update sync database size estimation valuesDan McGee1-36/+13
2012-01-07Clean up <inttypes.h> header inclusionsDan McGee2-3/+2
2012-01-07Use 32-bit wide integer type in PolarSSL codeDan McGee3-85/+89
2012-01-05Remove useless logger messageDan McGee1-1/+0
2012-01-05Search for PGP subkeys in a keyserver-acceptable wayDan McGee1-5/+21
2012-01-03Merge branch 'maint'Dan McGee1-3/+3
2012-01-03pkghash improvements/modificationsDan McGee4-55/+79
2012-01-02Minor optimization on likely sync package lookupDan McGee1-1/+2
2012-01-02be_package.c: fix compiler warningAllan McRae1-1/+1
2012-01-02Remove unnecessary counters in file removal codeDan McGee1-5/+3
2012-01-02alpm_list_msort: inline alpm_list_nth() callDan McGee1-7/+14
2012-01-02Only compile delta regex onceDan McGee5-16/+30
2012-01-01Fix delta parsingDan McGee1-1/+2
2012-01-01Simplify hash function to a single multiplicationDan McGee1-1/+1
2011-12-29Fix bogus string cast in search debug messageDan McGee1-3/+3
2011-12-23Remove strtrim function from backendDan McGee2-42/+0
2011-12-23be_package: be more explicit parsing key/value pairsDan McGee1-9/+12
2011-12-23Rework package removal codeDan McGee1-45/+54
2011-12-22Created hex_representation() in lib/libalpm/util.cDiogo Sousa1-33/+27