summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-06-28Remove lockfile configuration from frontend, make it job of libalpmDan McGee11-40/+15
2007-06-28pacman.c: make parseconfig a bit more robustDan McGee1-12/+21
2007-06-28Remove scriptlet START and DONE commands that we don't useDan McGee4-53/+1
2007-06-28scripts/makepkg.in: Use bsdtar to find packages for xdelta.Andrew Fyfe1-9/+10
2007-06-28scripts/makepkg.in: Fix creation of .FILELISTChantry Xavier1-1/+2
2007-06-28FS7485: Replace tar/cpio/unzip with bsdtar for extracting/creating packages.Baptiste Daroussin1-17/+5
2007-06-28Fix wrong permissions on pacnew extractionDan McGee1-0/+15
2007-06-28Remove TODO items that have been taken care of.Dan McGee2-33/+0
2007-06-28libalpm/remove.c : file variable used before being initialized.Chantry Xavier1-1/+2
2007-06-27Add archlinux.de mirrorDan McGee1-0/+1
2007-06-26Add pactest to help debug FS #7415Chantry Xavier1-0/+22
2007-06-26Add sync301 pactest- pacman gains new deps and should be pulled inChantry Xavier1-0/+25
2007-06-26Make alpm_splitdep immutableNagy Gabor1-5/+9
2007-06-26Remove unnecessary trans parameter from _alpm_checkdepsNagy Gabor5-9/+8
2007-06-26Don't extract any top-level files in a package that start with '.'Dan McGee1-1/+8
2007-06-26Mirror update and NEWS updatesDan McGee2-0/+13
2007-06-20libalpm/util.c: remove unnecessary includeDan McGee1-1/+0
2007-06-20Revert "Fix libarchive permission extraction"Dan McGee1-2/+0
2007-06-17Update Doxyfile and add a few missing parts of documentationDan McGee2-1/+26
2007-06-17Remove some use of goto in the pacman frontendDan McGee2-30/+48
2007-06-17Quick updates to the bash completion scriptDan McGee1-16/+9
2007-06-17FS7338: Fix conflicts typo totally this time.Chantry Xavier1-1/+1
2007-06-13scripts/makepkg.in: Forgot the fakeroot switch when changing to GNU getopt.Andrew Fyfe1-2/+3
2007-06-13Add ARM architecture to configure.acDan McGee1-0/+5
2007-06-13Clean up pacman/sync.c and organize it a bitDan McGee2-11/+40
2007-06-13Remove some more diskspace checking holdover stuffDan McGee4-27/+3
2007-06-13Functionalize query.c and pacman_queryDan McGee1-111/+168
2007-06-13scripts/makepkg.in: Added fakeroot version to .PKGINFO header.Andrew Fyfe1-0/+3
2007-06-12scripts/makepkg.in: Switch to GNU getopt.Andrew Fyfe1-81/+45
2007-06-12Add pactest requiredby004.Nagy Gabor1-0/+20
2007-06-12pacman util.h: Add missing stdarg.h includeDan McGee1-0/+1
2007-06-11FS7355: Add --ignorearch option to makepkgAndreas Hauser1-5/+16
2007-06-11Add new pactest remove043.Nagy Gabor1-0/+18
2007-06-11Attempt to clean up _alpm_sync_prepareDan McGee1-64/+56
2007-06-11Implement simple topological sort algorithm for sortbydepsNagy Gabor5-59/+95
2007-06-11Ensure correct and consistent usage of depmissChantry Xavier5-58/+22
2007-06-11pactest: fix description of remove040Dan McGee1-1/+1
2007-06-11Fix for removing a package that is no longer neededChantry Xavier1-36/+42
2007-06-11Add two new pactests for FS #6057Chantry Xavier2-0/+56
2007-06-10Add new pactest remove042Chantry Xavier1-0/+17
2007-06-10Small speed-tuning to upgrade-checkdepNagy Gabor1-4/+6
2007-06-10Fix issue when upgrading two packages that would break depsNagy Gabor1-29/+9
2007-06-10Fix breakage in checkdeps when upgrading a multiple-dependNagy Gabor1-6/+3
2007-06-09pacman.c: Refine error messages used by parseconfigDan McGee1-7/+14
2007-06-09be_files.c: Fix compilation bug since I removed unnecessary LOG_STR_LENDan McGee1-6/+7
2007-06-09Allow multiple CacheDirs to be specifiedDan McGee7-51/+126
2007-06-09Implement a -Qt operation in frontend to test the databaseDan McGee4-1/+31
2007-06-09Add a alpm_db_test() function to the backend for checking DB consistencyVMiklos4-0/+46
2007-06-09Fix up things after the last few changesDan McGee6-40/+40
2007-06-09Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee11-93/+36