summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-22include config.h via MakefilesDave Reisner29-56/+3
2011-12-21Don't check diskspace when using --dbonlyDan McGee1-1/+1
2011-12-13sync: avoid checking file conflicts with --dbonlyDave Reisner1-1/+1
2011-12-13delta: use regex substring matchingDave Reisner1-23/+20
2011-12-12Calculate root length only once when checking for file conflictsDan McGee1-3/+5
2011-12-12lib/conflict: save strlen call by reusing snprintf returnDave Reisner1-2/+3
2011-12-12code syntax cleanupDave Reisner2-14/+14
2011-12-07Move items around in the alpm handle structDan McGee1-1/+1
2011-12-07Slight local database files reading optimizationDan McGee1-5/+13
2011-12-07Merge branch 'maint'Dan McGee2-1/+4
2011-12-06Use correct size in memsetDan McGee1-1/+1
2011-12-05Enforce signature download size limit on -U <url> operationsDan McGee1-0/+3
2011-12-01Merge branch 'maint'Dan McGee1-1/+1