Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-26Mirror update and NEWS updatesDan McGee
2007-06-20libalpm/util.c: remove unnecessary includeDan McGee
2007-06-20Revert "Fix libarchive permission extraction"Dan McGee
2007-06-17Update Doxyfile and add a few missing parts of documentationDan McGee
2007-06-17Remove some use of goto in the pacman frontendDan McGee
2007-06-17Quick updates to the bash completion scriptDan McGee
2007-06-17FS7338: Fix conflicts typo totally this time.Chantry Xavier
2007-06-13scripts/makepkg.in: Forgot the fakeroot switch when changing to GNU getopt.Andrew Fyfe
2007-06-13Add ARM architecture to configure.acDan McGee
2007-06-13Clean up pacman/sync.c and organize it a bitDan McGee
2007-06-13Remove some more diskspace checking holdover stuffDan McGee
2007-06-12Functionalize query.c and pacman_queryDan McGee
2007-06-12scripts/makepkg.in: Added fakeroot version to .PKGINFO header.Andrew Fyfe
2007-06-12scripts/makepkg.in: Switch to GNU getopt.Andrew Fyfe
2007-06-12Add pactest requiredby004.Nagy Gabor
2007-06-12pacman util.h: Add missing stdarg.h includeDan McGee
2007-06-11FS7355: Add --ignorearch option to makepkgAndreas Hauser
2007-06-11Add new pactest remove043.Nagy Gabor
2007-06-10Attempt to clean up _alpm_sync_prepareDan McGee
2007-06-10Implement simple topological sort algorithm for sortbydepsNagy Gabor
2007-06-10Ensure correct and consistent usage of depmissChantry Xavier
2007-06-10pactest: fix description of remove040Dan McGee
2007-06-10Fix for removing a package that is no longer neededChantry Xavier
2007-06-10Add two new pactests for FS #6057Chantry Xavier
2007-06-10Add new pactest remove042Chantry Xavier
2007-06-10Small speed-tuning to upgrade-checkdepNagy Gabor
2007-06-10Fix issue when upgrading two packages that would break depsNagy Gabor
2007-06-10Fix breakage in checkdeps when upgrading a multiple-dependNagy Gabor
2007-06-09pacman.c: Refine error messages used by parseconfigDan McGee
2007-06-09be_files.c: Fix compilation bug since I removed unnecessary LOG_STR_LENDan McGee
2007-06-09Allow multiple CacheDirs to be specifiedDan McGee
2007-06-09Implement a -Qt operation in frontend to test the databaseDan McGee
2007-06-09Add a alpm_db_test() function to the backend for checking DB consistencyVMiklos
2007-06-09Fix up things after the last few changesDan McGee
2007-06-09Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee
2007-06-09Revamp pacman.c main function ordering, switch some output to pm_printfDan McGee
2007-06-09Update configure.ac with a few new functions to check forDan McGee
2007-06-09Add a series of pm_printf functions to pacman frontendDan McGee
2007-06-09makepkg: Make it possible to create an empty packageRoman Kyrylych
2007-06-09mirrorlist: Add Brazilian mirrorDan McGee
2007-06-05Const correctness!Dan McGee
2007-06-05Clean up unnecessary headers and macros from alpm.cDan McGee
2007-06-05Fix compilation with GCC 4.2.0Dan McGee
2007-06-04Merge branch 'alpm.c_cleanup' into frontend_configDan McGee
2007-06-04Fix up outstanding parseconfig issuesDan McGee
2007-06-04Rip alpm_parse_config out of libalpmDan McGee
2007-06-04Move three config options out of the backendDan McGee
2007-06-04Add a parseconfig to the pacman frontend that compilesDan McGee
2007-06-04Move functions out of alpm.c to where they belongDan McGee
2007-06-04Autotool clean up.Andrew Fyfe