summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-05-29Add missing NULL set in group printingDan McGee1-2/+4
2008-05-29Remove PM_TRANS_EVT_EXTRACT_START.Xavier Chantry1-1/+0
2008-05-14Disable geteuid in cygwin.Xavier Chantry1-2/+2
2008-05-13Add SyncFirst option.Chantry Xavier4-36/+51
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier1-1/+3
2008-05-11Make all error messages use pm_fprintfAllan McRae8-42/+54
2008-05-10Update makepath to remove PATH_MAX usageDan McGee1-15/+20
2008-05-08pacman-side code cleanupsDan McGee3-11/+9
2008-04-26Completely rework delta algorithmChantry Xavier1-1/+1
2008-04-26Refactor the trans init and release code.Chantry Xavier5-85/+52
2008-04-15Merge branch 'maint'Dan McGee2-2/+2
2008-04-15More non-Linux build updates, mostly DarwinDan McGee1-0/+1
2008-04-14Fix gettext on non-Linux platformsDan McGee1-2/+1
2008-04-07Update configure.ac to current codeDan McGee1-1/+1
2008-04-07Merge branch 'maint'Dan McGee3-0/+14
2008-04-07Add check for swprintf() and a workaround when it is missingDan McGee1-0/+10
2008-04-07Add *.exe ignores for certain other platformsDan McGee2-0/+4
2008-04-06libalpm error cleanup, step 1Dan McGee1-1/+1
2008-04-06Remove libdownload reference from pacman frontendDan McGee1-17/+2
2008-04-06Add quiet printout to --owns functionalityDan McGee1-3/+8
2008-03-30Enable display of multiple groups in -Ss and -Qs outputDan McGee2-6/+22
2008-03-30Fix segfault on -Qs usageDan McGee2-5/+3
2008-03-23Merge branch 'maint'Dan McGee1-1/+1
2008-03-23strsplit(): memleak fixDan McGee1-1/+1
2008-03-23Switch pmgrp_t to dynamic allocation, general group cleanupDan McGee2-24/+41
2008-03-23Add new CleanMethod option.Chantry Xavier3-21/+71
2008-03-22Kill the dependsonly option.Chantry Xavier2-4/+0
2008-03-17Drop case insensitive comparisons in the config parsing.Chantry Xavier1-31/+21
2008-03-10Add -Rss optionNagy Gabor1-2/+7
2008-03-09Merge branch 'maint'Dan McGee2-36/+72
2008-03-09Use sigaction instead of signal.Chantry Xavier1-4/+19
2008-03-09src/pacman/pacman.c : split cleanup function.Chantry Xavier1-18/+25
2008-03-08Remove frontend add code that is no longer necessaryDan McGee4-34/+12
2008-03-08Remove the Add option from the command lineDan McGee2-16/+2
2008-03-06New alpm_version functionNagy Gabor1-3/+3
2008-03-01New alpm_version functionNagy Gabor1-3/+3
2008-03-01testpkg reworkNagy Gabor1-17/+31
2008-02-27libalpm: clean up of md5sum functions.Chantry Xavier1-2/+4
2008-02-27Start removing some junk from the function templateDan McGee2-49/+21
2008-02-25Merge branch 'maint'Dan McGee2-6/+2
2008-02-25Remove done and failed msg when loading targets.Chantry Xavier2-6/+2
2008-02-24Improve yesno function.Chantry Xavier5-55/+49
2008-02-24Merge branch 'maint'Dan McGee3-47/+130
2008-02-24Add some NULL checks into recently modified output functionsDan McGee2-9/+16
2008-02-24Remove all unnecessary snprintf usageDan McGee1-26/+10
2008-02-22A few more wide character output fixesDan McGee2-22/+55
2008-02-22Fix wide character output for add/remove/upgrade/conflict progressDan McGee1-16/+33
2008-02-22Fix wide character output for download progressDan McGee1-6/+33
2008-02-20Move -Sy operation into its own transactionChantry Xavier1-22/+25
2008-02-20Merge branch 'maint'Dan McGee4-52/+61