summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-25Remove short/long label distinctionDan McGee
2011-08-25Slight refresh of the download progress callbackDan McGee
2011-08-25Add a few more sizes to humanize_sizes()Dan McGee
2011-08-25Finish large file download attack preventionDan McGee
2011-08-25Use off_t rather than double where possibleDan McGee
2011-08-25Add new 'lt' and 'zh_TW' translations from transifexDan McGee
2011-08-25Update existing translations from TransifexDan McGee
2011-08-24Improved alpm_list_mmerge() performance (fixed coding style)Diogo Sousa
2011-08-23vercmp: ensure 2.0a and 2.0.a do not compare equalDan McGee
2011-08-23Style-match rpmvercmp code with upstreamDan McGee
2011-08-23Retrieve default SigLevel value from backend after initial settingDan McGee
2011-08-23sync: halt file discovery if repo has no serversDave Reisner
2011-08-22Fix formatting in pacman-key manpageJakob Gruber
2011-08-22dload: prevent need to copy struct in mask_signal()Dan McGee
2011-08-22dload: extract tempfile creation to its own functionDave Reisner
2011-08-22dload: move (un)masking of signals to separate functionsDave Reisner
2011-08-22dload: move curl option setting to static functionDave Reisner
2011-08-22dload: add open_mode to payload structDave Reisner
2011-08-22dload: rename cd_filename to content_disp_nameDave Reisner
2011-08-22dload: move tempfile and destfile to payload structDave Reisner
2011-08-22pacman/util: use string_length to calculate line lengthDave Reisner
2011-08-22Print callback messages to stderrAllan McRae
2011-08-22Print debug timestamps to same stream as rest of outputDan McGee
2011-08-22pacsort: correct list freeingPang Yan Han
2011-08-22pacsort: ensure list is freed if size is 0Dan McGee
2011-08-22pacsort: correct pointer type in list_newPang Yan Han
2011-08-19Remove alpm_option_get_* usage from backendDan McGee
2011-08-19dload: remove unused macroDave Reisner
2011-08-19dload: delete zero length downloads on curl errorDave Reisner
2011-08-19dload: rename payload->filename to payload->remote_nameDave Reisner
2011-08-19dload: remove code duplicationDave Reisner
2011-08-19bash_completion: add dbonly to sync optionsDave Reisner
2011-08-19Rework finding a writable cache directoryDan McGee
2011-08-19Be more robust when copying package dataDan McGee
2011-08-19lib/dload: unlink on response code >=400Dave Reisner
2011-08-19dload: add 'unlink_on_fail' to payload structDave Reisner
2011-08-19makepkg: quote re-evaluation of simple varsDave Reisner
2011-08-19lib/dload: prevent possible NULL dereferenceDave Reisner
2011-08-19sync: fix garbled output in conflict promptDave Reisner
2011-08-18makepkg: deal with variable substitution when checking sanityAllan McRae
2011-08-18doc/PKGBUILD: update regarding versioned package fieldsDan McGee
2011-08-18Convert resolvedep() to use _alpm_depcmp_literal()Dan McGee
2011-08-18Fix replacement of provider issueDan McGee
2011-08-18Add an _alpm_depcmp_literal() functionDan McGee
2011-08-18Replacements refactor: extract check_replacers()Dan McGee
2011-08-18Replacements refactor: extract check_literal()Dan McGee
2011-08-18Remove usages of alpm_list_next() in backendDan McGee
2011-08-18Remove use of no-op accessor functions in libraryDan McGee
2011-08-18Enhance and utilize database status flagsDan McGee
2011-08-18Add makepkg -S which is an alias to makepkg --sourceSebastien Luttringer