summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-10-29When printing size_t, use %zdDan McGee
2007-10-29pacman/query.c: add missing free()Dan McGee
2007-10-26Clean up LDADD usageDan McGee
2007-10-26Fix mcheck detection and usageDan McGee
2007-10-26Dependency error/log messages fixNagy Gabor
2007-10-25Add alpm_dep_get_string methodNagy Gabor
2007-10-24Add strndup implemention for environments that are missing itDan McGee
2007-10-23One more added include to help compilation elsewhereDan McGee
2007-10-22Ensure all localization stuff is correctly guardedDan McGee
2007-10-22Fix broken or missing includesDan McGee
2007-10-19Add download size to target list.Nathan Jones
2007-10-19Download delta files if UseDelta is set.Nathan Jones
2007-10-16Remove rounding on package size totalsDan McGee
2007-10-14pacman/pacman.c : put back root check even if -r is specified.Chantry Xavier
2007-10-10util/testdb: fix up function namingDan McGee
2007-10-08pacman/pacman.c : add --logfile option.Chantry Xavier
2007-10-08Update usage of gcc __attribute__ flagsDan McGee
2007-10-08Remove the non-user friendly --ask optionDan McGee
2007-10-04Fix -Sy and -Sp operations.Chantry Xavier
2007-10-03needs_transaction adjustmentsChantry Xavier
2007-09-28Allow --refresh specified for most -S optionsAaron Griffin
2007-09-28Break out transaction test to a separate functionAaron Griffin
2007-09-28OMG a space!Aaron Griffin
2007-09-28Support for localized times in metadataAaron Griffin
2007-09-28Add 'full' parameter to alpm_pkg_loadDan McGee
2007-09-28Update comments dealing with pkgext/dbext strippingDan McGee
2007-09-28Reimplement pacman cache cleaning the right wayDan McGee
2007-09-28Remove package name dependency from libalpmDan McGee
2007-09-27document the -Qii option.Chantry Xavier
2007-09-25Preliminary support for optdependsDan McGee
2007-09-16trans.c : reworking of transaction interruptionsChantry Xavier
2007-09-16Remove the DB consistency check from pacman and libalpm.Chantry Xavier
2007-09-11Add testdb util for finding inconsistencies in the database.Chantry Xavier
2007-09-11make alpm_strerror binding friendlyStefano Esposito
2007-09-11Make some small changes recommended by splintDan McGee
2007-09-06Add a few missing includes, caught while compiling on cygwinDan McGee
2007-08-26separate local from sync dbs on filesystemTravis Willard
2007-08-26pacman/sync.c : kill extra newline with groups on -Ss operation.Chantry Xavier
2007-08-23libalpm: add newlines to all strings passed to log callbackDan McGee
2007-08-22pacman.c: clarify reason for doing 2 strcmp operationsDan McGee
2007-08-21Various valgrind mem leak fixesDan McGee
2007-08-21Add a default cachedir if one wasn't specifiedDan McGee
2007-08-21Post trial install changes, round oneDan McGee
2007-08-16Fix some errors spit out by -WextraDan McGee
2007-08-16Remove support for SHA1 from pacman.Andrew Fyfe
2007-08-16pacman.c: Alphabetize listing of query optionsDan McGee
2007-08-15new query options : explicit (-Qe) and deps (-Qd).Chantry Xavier
2007-08-15libalpm/query.c : makes orphans and foreign options as filters.Chantry Xavier
2007-08-15src/util: Clean up headers and a few fixesDan McGee
2007-08-14Code cleanupDan McGee