summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-08-29pacman-key: have --init add more options to default gpg.confDan McGee1-5/+22
2011-08-29pacman-key: refine permission and locking checksDan McGee1-3/+3
2011-08-29pacman-key: rework and document holding keys in keyringAllan McRae2-9/+11
2011-08-29pacman-key: Improve documentation for --populateAllan McRae1-4/+15
2011-08-29pacman-key: update trust database for relevant operationsAllan McRae1-12/+9
2011-08-29pacman-key: import everything then revoke on --populateAllan McRae1-13/+10
2011-08-29pacman-key: rework importing distro/repo provided keyringsAllan McRae3-76/+83
2011-08-29Better error handling out of package load methodDan McGee3-3/+16
2011-08-29Refactor some args out of pkg_load_internalDan McGee3-36/+36
2011-08-29Add more info to debug key displayDan McGee1-1/+2
2011-08-29Refactor signature result return formatDan McGee6-68/+82
2011-08-29lib/libalpm/signing.c: Fix memory leak in decode_signature() in case of error.Diogo Sousa1-0/+1
2011-08-29lib/libalpm/util.c: Fix two memory leaksLukas Fleischer1-0/+2
2011-08-29Check local database status flag in db_write sanity check blockDan McGee1-5/+1
2011-08-29be_sync.c: Fix memory leak in alpm_db_update()Lukas Fleischer1-0/+2
2011-08-29pacman.c: Remove redundant strdup() in parsearg_global()Lukas Fleischer1-1/+1
2011-08-29Make sync error message smarter on unfound targetsDan McGee1-3/+6
2011-08-29Fix possible mismatched type with several curl argumentsDan McGee1-2/+4
2011-08-26Always process validity value returned by gpgmeDan McGee1-21/+16
2011-08-26Fix small memory leak in sig check codeDan McGee2-1/+1
2011-08-26strtrim: don't move empty stringDan McGee3-3/+18
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