summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-25Remove more unnecessary stuffDan McGee14-21/+7
2007-04-25Remove unnecessary includes of downloadprog.hDan McGee3-3/+0
2007-04-25Remove single-function upgrade.cDan McGee4-48/+10
2007-04-25Merge single-function header files on pacman sideDan McGee15-182/+37
2007-04-25repo-add: Fix bug where desc info was omitted if package in a groupMarcus Habernehl1-2/+2
2007-04-25Update the pot language filesDan McGee2-269/+207
2007-04-25Update all translation po filesDan McGee16-2151/+2139
2007-04-25Updated French TranslationNam2-832/+881
2007-04-23Updating German TranslationPierre Schmitz2-118/+120
2007-04-23Forward port NEWS file from 3.0.2Dan McGee1-0/+5
2007-04-23Add a pactest for IgnorePkg and force on same packageDan McGee1-0/+14
2007-04-23rankmirrors: download first 50KB of DB to get more reliable numbersScott Horowitz1-2/+18
2007-04-23Using wrong variable for depend lookup in sortbydepsNagy Gabor1-1/+1