summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-11-18Add the pmconflict_t type.Nagy Gabor9-82/+122
2007-11-18Simple s/conflict/fileconflict/ renaming.Chantry Xavier7-44/+44
2007-11-18Minor rephrasing of the question asked by -Sc.Chantry Xavier1-1/+1
2007-11-18POSIX shell does not specify meaning of source operationDan McGee1-2/+2
2007-11-18Extend the -Sc operation to also clean up unused sync databases.Chantry Xavier1-1/+73
2007-11-18libalpm/deps.c : improves IgnorePkg handling in resolvedeps.Nagy Gabor1-27/+25
2007-11-18Remove the IgnorePkg handling from alpm_pkg_compare_version.Chantry Xavier3-29/+16
2007-11-18Don't filter package files output based on dir/file statusDan McGee1-11/+1
2007-11-17pacman/sync.c : remove duplicated fallback on providers.Chantry Xavier1-20/+3
2007-11-17Remove provide.c and provide.h .Chantry Xavier12-100/+29
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