summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2012-02-06Fix a handful of comment typos or misspellingsDan McGee
2012-02-06Translation updates from Transifex, mostly scriptsDan McGee
2012-02-06Merge branch 'maint'Dan McGee
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee
2012-02-06alpm.h: enum cleanups, comment formatting cleanupDan McGee
2012-02-06Remove last explicit include of config.hDan McGee
2012-02-06Update translations from TransifexDan McGee
2012-01-31Fix rare segfault on package removalAllan McRae
2012-01-30Merge branch 'maint'Dan McGee
2012-01-30Update translationsDan McGee
2012-01-23Remove rmrf implementation from backendDan McGee
2012-01-23libalpm/deps.c: access trans flags directlyDan McGee
2012-01-23Merge branch 'maint'Dan McGee
2012-01-23lib/dload: give uniform naming to curl CB functionsDave Reisner
2012-01-23Fix sys/mnttab.h header includeDan McGee
2012-01-23lib/dload: enforce usage of TCP keepalivesDave Reisner
2012-01-19Add diskspace checking support for Solaris/IllumosDan McGee
2012-01-18Update copyright on changed files since beginning of yearDan McGee
2012-01-18Allow UseDelta option to specify a delta ratioDan McGee
2012-01-18util.c, rmrf(): only create string when neededOlivier Brunel
2012-01-18fetch_url: look for files in cache before downloadingDave Reisner
2012-01-18Use isdigit() rather than character range comparisonsDan McGee
2012-01-12Reorder some operations in sig check for efficiencyDan McGee
2012-01-08Merge branch 'maint'Dan McGee
2012-01-08Fix segfaults on opening invalid archive filesDan McGee
2012-01-07Update sync database size estimation valuesDan McGee
2012-01-07Clean up <inttypes.h> header inclusionsDan McGee
2012-01-07Use 32-bit wide integer type in PolarSSL codeDan McGee
2012-01-05Remove useless logger messageDan McGee
2012-01-05Search for PGP subkeys in a keyserver-acceptable wayDan McGee
2012-01-02Merge branch 'maint'Dan McGee
2012-01-02pkghash improvements/modificationsDan McGee
2012-01-02Minor optimization on likely sync package lookupDan McGee
2012-01-02be_package.c: fix compiler warningAllan McRae
2012-01-02Remove unnecessary counters in file removal codeDan McGee
2012-01-02alpm_list_msort: inline alpm_list_nth() callDan McGee
2012-01-02Only compile delta regex onceDan McGee
2011-12-31Fix delta parsingDan McGee
2011-12-31Simplify hash function to a single multiplicationDan McGee
2011-12-29Fix bogus string cast in search debug messageDan McGee
2011-12-23Remove strtrim function from backendDan McGee
2011-12-23be_package: be more explicit parsing key/value pairsDan McGee
2011-12-23Rework package removal codeDan McGee
2011-12-21Created hex_representation() in lib/libalpm/util.cDiogo Sousa
2011-12-21include config.h via MakefilesDave Reisner