summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-05-18Continue scanning when an invalid DB entry is foundAaron Griffin1-1/+3
2007-05-18Remove trailing slashes from Server URLsAaron Griffin1-0/+4
2007-05-18Fix libarchive permission extractionAaron Griffin1-0/+2
2007-05-16makepkg: ensure DISTCC_HOSTS variable is exported when requiredDan McGee1-4/+3
2007-05-14makepkg: a few small changesDan McGee1-13/+10
2007-05-14Cleaned up and simplified run_build().Andrew Fyfe1-12/+19
2007-05-14Moved commands to setup build environment and run build() into run_build().Andrew Fyfe1-64/+68
2007-05-14Cleaned up and simplified tidy_install().Andrew Fyfe1-28/+24
2007-05-14Moved commands to tidy up package install into tidy_install().Andrew Fyfe1-61/+64
2007-05-14Cleaned up and simplified create_package().Andrew Fyfe1-25/+26
2007-05-14Moved commands to create package file into create_package().Andrew Fyfe1-88/+91
2007-05-14Add three new 'requiredby' pactestsDan McGee3-0/+52
2007-05-14Use alpm_depcmp in _alpm_pkg_update_requiredbyNagy Gabor1-28/+13
2007-05-14Remove unnecessary casts on malloc and elsewhereDan McGee11-31/+31
2007-05-14Display size for packagesNathan Jones5-11/+47
2007-05-14Fix inconsistency in options in default makepkg.confDan McGee1-1/+3
2007-05-10Slight updates to PKGBUILD.vimDan McGee1-52/+47
2007-05-10Updated vim syntax fileAlessio 'mOLOk' Bolognino1-130/+81
2007-05-10Add vim syntax file for PKGBUILDs to contrib/Alessio 'mOLOk' Bolognino3-2/+296
2007-05-10Fix IgnorePkg handling with replacement packagesAaron Griffin1-1/+3
2007-05-07Clean up query_fileownerDan McGee1-8/+8
2007-05-07repo-add: fix conflicts instead of conflict bugDan McGee1-1/+1
2007-05-07Allow repo-add to work with symlinks (fixes FS #7054)Dan McGee1-1/+1
2007-04-29libalpm util.c and util.h cleanupDan McGee7-290/+292
2007-04-29Remove STRNCPY macro from libalpmDan McGee9-33/+29
2007-04-29Bump up the version numbers a bit for the development branchDan McGee1-3/+3
2007-04-29Remove 'removes' array from libalpmDan McGee6-46/+1
2007-04-28Set HTTP_USER_AGENT envvar in pacmanDan McGee1-0/+20
2007-04-28Remove FREELISTPTR macroDan McGee7-22/+20
2007-04-28Add a cb_log call on segfaultsDan McGee1-0/+2
2007-04-28Remove FREEPKG macro and correctly type _alpm_pkg_freeDan McGee9-26/+35
2007-04-28Remove FREEHANDLE macro and correctly type _alpm_handle_freeDan McGee3-8/+6
2007-04-28Remove FREESERVER macro and correctly type _alpm_server_freeDan McGee4-8/+7
2007-04-28Remove FREEGRP macro and correctly type _alpm_grp_freeDan McGee5-13/+7
2007-04-27Remove FREESYNC macro and correctly type _alpm_sync_freeDan McGee4-11/+14
2007-04-27Remove FREETRANS macro and correctly type _alpm_trans_freeDan McGee6-25/+19
2007-04-27Clean up gettext on the libalpm sideDan McGee21-25/+6
2007-04-27Remove output.c and output.hDan McGee13-116/+39
2007-04-27Start of the newline fixes after switching over the outputDan McGee3-44/+39
2007-04-27Set the correct type on the log callback functionDan McGee4-4/+5
2007-04-26Add -pedantic flag to pacman (frontend) CFLAGSDan McGee3-3/+12
2007-04-26Remove ERR calls from the codeDan McGee7-65/+88
2007-04-26Remove ERR, WARN, and pm_fprintf macros/functionsDan McGee2-71/+1
2007-04-26Remove MSG output macro (#define and in code)Dan McGee10-183/+158
2007-04-26Move log.c/h -> output.c/h to properly reflect what is containedDan McGee12-24/+24
2007-04-26Pacman side code consolidation- unify callback functions to one fileDan McGee13-359/+277
2007-04-26More pacman side cleanupDan McGee9-86/+41
2007-04-26Allow sync search to work without argumentsDan McGee2-29/+38
2007-04-25Update Doxyfile for v1.5.2Dan McGee1-5/+7
2007-04-25add.c and remove.c cleanupDan McGee3-42/+74