summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-03-09Hook new optdepend structures upBenedikt Morbach5-8/+11
2012-03-09Allow alpm_depend_t to have a descriptionDan McGee2-13/+32
2012-02-21Use "mode" in _alpm_makepath_modeAllan McRae1-2/+2
2012-02-21Merge branch 'maint'Dan McGee3-32/+15
2012-02-20Update copyright yearsAllan McRae42-42/+42
2012-02-20util: reduce pointer hell in _alpm_makepath_modeDave Reisner1-25/+30
2012-02-20Print error message when to-be-downloaded file cannot be createdNagy Gabor1-0/+4
2012-02-20Don't check diskspace when using --dbonlyDan McGee1-1/+1
2012-02-20diskspace: ensure we match only full path componentsDan McGee1-1/+13
2012-02-15Revert "Add -S --recursive operation"Dan McGee1-29/+0
2012-02-14Update SIGPIPE signal handler commentDan McGee1-2/+2
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