summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-08-25Remove argument from check_pgp_helperDan McGee4-10/+6
2011-08-25Remove trans is NULL check in QUESTION/EVENT/PROGRESS macrosDan McGee1-3/+3
2011-08-25Remove short/long label distinctionDan McGee4-20/+16
2011-08-25Slight refresh of the download progress callbackDan McGee1-10/+22
2011-08-25Add a few more sizes to humanize_sizes()Dan McGee1-2/+4
2011-08-25Finish large file download attack preventionDan McGee1-3/+20
2011-08-25Use off_t rather than double where possibleDan McGee2-11/+11
2011-08-25Add new 'lt' and 'zh_TW' translations from transifexDan McGee9-0/+5564
2011-08-25Update existing translations from TransifexDan McGee52-786/+1149
2011-08-24Improved alpm_list_mmerge() performance (fixed coding style)Diogo Sousa1-10/+15
2011-08-23vercmp: ensure 2.0a and 2.0.a do not compare equalDan McGee4-4/+15
2011-08-23Style-match rpmvercmp code with upstreamDan McGee1-9/+9
2011-08-23Retrieve default SigLevel value from backend after initial settingDan McGee1-0/+3
2011-08-23sync: halt file discovery if repo has no serversDave Reisner1-0/+8
2011-08-22Fix formatting in pacman-key manpageJakob Gruber1-2/+2
2011-08-22dload: prevent need to copy struct in mask_signal()Dan McGee1-7/+6
2011-08-22dload: extract tempfile creation to its own functionDave Reisner1-17/+28
2011-08-22dload: move (un)masking of signals to separate functionsDave Reisner1-17/+24
2011-08-22dload: move curl option setting to static functionDave Reisner1-42/+48
2011-08-22dload: add open_mode to payload structDave Reisner2-4/+6
2011-08-22dload: rename cd_filename to content_disp_nameDave Reisner2-5/+5
2011-08-22dload: move tempfile and destfile to payload structDave Reisner2-26/+31
2011-08-22pacman/util: use string_length to calculate line lengthDave Reisner1-1/+1
2011-08-22Print callback messages to stderrAllan McRae1-1/+1
2011-08-22Print debug timestamps to same stream as rest of outputDan McGee1-1/+1
2011-08-22pacsort: correct list freeingPang Yan Han1-1/+1
2011-08-22pacsort: ensure list is freed if size is 0Dan McGee1-1/+1
2011-08-22pacsort: correct pointer type in list_newPang Yan Han1-2/+2
2011-08-20Remove alpm_option_get_* usage from backendDan McGee6-13/+11
2011-08-20dload: remove unused macroDave Reisner1-1/+0
2011-08-20dload: delete zero length downloads on curl errorDave Reisner1-0/+4
2011-08-20dload: rename payload->filename to payload->remote_nameDave Reisner3-17/+17
2011-08-20dload: remove code duplicationDave Reisner1-5/+5
2011-08-20bash_completion: add dbonly to sync optionsDave Reisner1-1/+1
2011-08-19Rework finding a writable cache directoryDan McGee1-15/+29
2011-08-19Be more robust when copying package dataDan McGee8-25/+74
2011-08-19lib/dload: unlink on response code >=400Dave Reisner1-1/+7
2011-08-19dload: add 'unlink_on_fail' to payload structDave Reisner3-5/+5
2011-08-19makepkg: quote re-evaluation of simple varsDave Reisner1-6/+6
2011-08-19lib/dload: prevent possible NULL dereferenceDave Reisner1-1/+1
2011-08-19sync: fix garbled output in conflict promptDave Reisner1-1/+1
2011-08-18makepkg: deal with variable substitution when checking sanityAllan McRae1-0/+3
2011-08-18doc/PKGBUILD: update regarding versioned package fieldsDan McGee1-9/+12
2011-08-18Convert resolvedep() to use _alpm_depcmp_literal()Dan McGee1-5/+10
2011-08-18Fix replacement of provider issueDan McGee2-3/+2
2011-08-18Add an _alpm_depcmp_literal() functionDan McGee2-10/+14
2011-08-18Replacements refactor: extract check_replacers()Dan McGee1-57/+73
2011-08-18Replacements refactor: extract check_literal()Dan McGee1-33/+46
2011-08-18Remove usages of alpm_list_next() in backendDan McGee4-13/+13
2011-08-18Remove use of no-op accessor functions in libraryDan McGee8-44/+36