summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-11-17Generalized alpm_list_find.Nagy Gabor5-20/+34
2007-11-17Two memleak fixes in pacman.Nagy Gabor2-0/+2
2007-11-17Fix memleak in _alpm_trans_free with package listsDan McGee1-8/+5
2007-11-17libalpm: use FREELIST when possibleDan McGee3-8/+4
2007-11-17War on whitespaceDan McGee53-206/+205
2007-11-16libalpm: simplify sync db lastupdateDan McGee7-74/+54
2007-11-15Add new mirror (FS#8638)Dan McGee1-0/+1
2007-11-15Fix a would-be memleak with the new compute requiredby stuffDan McGee1-1/+1
2007-11-15Ensure -Si and -Qi output show correct dependenciesDan McGee1-2/+22
2007-11-15libalpm: change graph malloc to MALLOC macroDan McGee1-1/+2
2007-11-15Fix alpm_list_copy_dataDan McGee3-8/+12
2007-11-15Move alpm_splitdep usage to db_readDan McGee3-41/+22
2007-11-15testdb: remove requiredby checkingDan McGee1-44/+0
2007-11-15Remove REQUIREDBY checks from pactestDan McGee3-10/+1
2007-11-15Remove REQUIREDBY usage from libalpmDan McGee14-180/+28
2007-11-15new trans001.py pactestNagy Gabor1-0/+20
2007-11-15new add043.py pactestNagy Gabor1-0/+15
2007-11-15alpm_list_add == alpm_list_add_lastNagy Gabor4-33/+24
2007-11-14Make it easier to ignore multiple packages.Nathan Jones4-4/+55
2007-11-14Add help for --ignoregroup.Nathan Jones2-0/+6
2007-11-14pacman-optimize: add note saying sync would be helpfulDan McGee1-0/+1
2007-11-13repo-add: Ensure only adding package's deltas.Nathan Jones1-1/+7
2007-11-13configure: Doxygen is disabled by default; manpages are included in distDan McGee2-9/+11
2007-11-13Enforce const correctness on dep functions and rewrite alpm_dep_get_stringDan McGee2-34/+36
2007-11-13Return libalpm version number to being dot-separatedDan McGee1-1/+1
2007-11-13Add pactest for IgnoreGroup.Nathan Jones2-0/+23
2007-11-13Update valgrind.supp to ignore ld 2.X dl_relocateDan McGee1-1/+2
2007-11-13Fix display of -Qip output when a package file is givenDan McGee3-2/+12
2007-11-11Remove 'Total Package Size'Dan McGee1-7/+3
2007-11-11Fix memleak with new alpm_list_reverse usageDan McGee1-2/+4
2007-11-11Add a horrible little hack to get symlink001.py to pass againDan McGee1-5/+14
2007-11-11Add two requiredby pactestsChantry Xavier2-0/+42
2007-11-11Ensure list tail pointer is updated when we remove tail nodeDan McGee1-2/+10
2007-11-11Incorrect usage of alpm_db_whatprovides in sync.cNagy Gabor1-4/+4
2007-11-11Typo fix (sepArately)Aaron Griffin1-1/+1
2007-11-11Missing quote in outputAaron Griffin1-1/+1
2007-11-11libalpm: fix lstat wrapper to actually use newpathDan McGee1-1/+1
2007-11-11Remove unused and broken alpm_list_remove_node functionDan McGee2-30/+0
2007-11-11Add a missing newline in sync confirmation outputDan McGee1-0/+1
2007-11-11Add a symlink-based pactestDan McGee1-0/+20
2007-11-11Update bash completionDan McGee1-8/+14
2007-11-11Update Hungarian translationNagy Gabor1-456/+567
2007-11-11pacman: remove leftover help string for -RhDan McGee1-1/+0
2007-11-11Implement TotalDownload option.Nathan Jones7-37/+101
2007-11-11Add TotalDownload option.Nathan Jones3-0/+11
2007-11-11Implement IgnoreGroup.Nathan Jones6-9/+39
2007-11-11Add IgnoreGroup and --ignoregroup option.Nathan Jones5-0/+45
2007-11-11makeworld: gettext supportGiovanni Scafora1-24/+29
2007-11-11makepkg: remove .pacsave files when uninstalling dependenciesRoman Kyrylych1-2/+2
2007-11-09Simplify callback DONE event handlingDan McGee1-15/+11