Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-24Add missing new line to 'pacman -T' output.Andrew Fyfe
2007-05-20Add -Qee option for the original behavior of -QeChantry Xavier
2007-05-18Allow $repo expansion in 'Server' config linesAaron Griffin
2007-05-18Fix extraneous "ignoring upgrade" output on Ignore'd packagesChantry Xavier
2007-05-18Fix broken resolve_path functionAaron Griffin
2007-05-18Continue scanning when an invalid DB entry is foundAaron Griffin
2007-05-18Remove trailing slashes from Server URLsAaron Griffin
2007-05-18Fix libarchive permission extractionAaron Griffin
2007-05-16makepkg: ensure DISTCC_HOSTS variable is exported when requiredDan McGee
2007-05-14makepkg: a few small changesDan McGee
2007-05-14Cleaned up and simplified run_build().Andrew Fyfe
2007-05-14Moved commands to setup build environment and run build() into run_build().Andrew Fyfe
2007-05-14Cleaned up and simplified tidy_install().Andrew Fyfe
2007-05-14Moved commands to tidy up package install into tidy_install().Andrew Fyfe
2007-05-14Cleaned up and simplified create_package().Andrew Fyfe
2007-05-14Moved commands to create package file into create_package().Andrew Fyfe
2007-05-14Add three new 'requiredby' pactestsDan McGee
2007-05-14Use alpm_depcmp in _alpm_pkg_update_requiredbyNagy Gabor
2007-05-14Remove unnecessary casts on malloc and elsewhereDan McGee
2007-05-14Display size for packagesNathan Jones
2007-05-14Fix inconsistency in options in default makepkg.confDan McGee
2007-05-10Slight updates to PKGBUILD.vimDan McGee
2007-05-10Updated vim syntax fileAlessio 'mOLOk' Bolognino
2007-05-10Add vim syntax file for PKGBUILDs to contrib/Alessio 'mOLOk' Bolognino
2007-05-09Fix IgnorePkg handling with replacement packagesAaron Griffin
2007-05-07Clean up query_fileownerDan McGee
2007-05-06repo-add: fix conflicts instead of conflict bugDan McGee
2007-05-06Allow repo-add to work with symlinks (fixes FS #7054)Dan McGee
2007-04-29libalpm util.c and util.h cleanupDan McGee
2007-04-29Remove STRNCPY macro from libalpmDan McGee
2007-04-28Bump up the version numbers a bit for the development branchDan McGee
2007-04-28Remove 'removes' array from libalpmDan McGee
2007-04-28Set HTTP_USER_AGENT envvar in pacmanDan McGee
2007-04-28Remove FREELISTPTR macroDan McGee
2007-04-28Add a cb_log call on segfaultsDan McGee
2007-04-28Remove FREEPKG macro and correctly type _alpm_pkg_freeDan McGee
2007-04-28Remove FREEHANDLE macro and correctly type _alpm_handle_freeDan McGee
2007-04-27Remove FREESERVER macro and correctly type _alpm_server_freeDan McGee
2007-04-27Remove FREEGRP macro and correctly type _alpm_grp_freeDan McGee
2007-04-27Remove FREESYNC macro and correctly type _alpm_sync_freeDan McGee
2007-04-27Remove FREETRANS macro and correctly type _alpm_trans_freeDan McGee
2007-04-26Clean up gettext on the libalpm sideDan McGee
2007-04-26Remove output.c and output.hDan McGee
2007-04-26Start of the newline fixes after switching over the outputDan McGee
2007-04-26Set the correct type on the log callback functionDan McGee
2007-04-26Add -pedantic flag to pacman (frontend) CFLAGSDan McGee
2007-04-26Remove ERR calls from the codeDan McGee
2007-04-26Remove ERR, WARN, and pm_fprintf macros/functionsDan McGee
2007-04-26Remove MSG output macro (#define and in code)Dan McGee
2007-04-26Move log.c/h -> output.c/h to properly reflect what is containedDan McGee