summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-10-27Clean up LDADD usageDan McGee1-4/+2
2007-10-27Fix mcheck detection and usageDan McGee1-2/+2
2007-10-27Dependency error/log messages fixNagy Gabor1-1/+3
2007-10-25Add alpm_dep_get_string methodNagy Gabor3-31/+9
2007-10-24Add strndup implemention for environments that are missing itDan McGee2-0/+26
2007-10-24One more added include to help compilation elsewhereDan McGee1-0/+1
2007-10-23Ensure all localization stuff is correctly guardedDan McGee2-6/+9
2007-10-23Fix broken or missing includesDan McGee2-0/+2
2007-10-20Add download size to target list.Nathan Jones4-7/+11
2007-10-20Download delta files if UseDelta is set.Nathan Jones2-1/+25
2007-10-16Remove rounding on package size totalsDan McGee1-14/+2
2007-10-15pacman/pacman.c : put back root check even if -r is specified.Chantry Xavier1-3/+1
2007-10-10util/testdb: fix up function namingDan McGee1-4/+4
2007-10-09pacman/pacman.c : add --logfile option.Chantry Xavier1-0/+10
2007-10-09Update usage of gcc __attribute__ flagsDan McGee1-3/+3
2007-10-09Remove the non-user friendly --ask optionDan McGee3-93/+35
2007-10-05Fix -Sy and -Sp operations.Chantry Xavier2-3/+3
2007-10-04needs_transaction adjustmentsChantry Xavier3-55/+69
2007-09-28Allow --refresh specified for most -S optionsAaron Griffin1-24/+27
2007-09-28Break out transaction test to a separate functionAaron Griffin3-15/+23
2007-09-28OMG a space!Aaron Griffin1-1/+1
2007-09-28Support for localized times in metadataAaron Griffin1-3/+4
2007-09-28Add 'full' parameter to alpm_pkg_loadDan McGee3-4/+5
2007-09-28Update comments dealing with pkgext/dbext strippingDan McGee1-2/+1
2007-09-28Reimplement pacman cache cleaning the right wayDan McGee1-5/+54
2007-09-28Remove package name dependency from libalpmDan McGee1-114/+6
2007-09-28document the -Qii option.Chantry Xavier1-1/+1
2007-09-26Preliminary support for optdependsDan McGee1-0/+1
2007-09-17trans.c : reworking of transaction interruptionsChantry Xavier1-3/+8
2007-09-17Remove the DB consistency check from pacman and libalpm.Chantry Xavier5-43/+23
2007-09-12Add testdb util for finding inconsistencies in the database.Chantry Xavier3-1/+194
2007-09-12make alpm_strerror binding friendlyStefano Esposito5-32/+32
2007-09-12Make some small changes recommended by splintDan McGee4-22/+24
2007-09-07Add a few missing includes, caught while compiling on cygwinDan McGee1-0/+1
2007-08-27separate local from sync dbs on filesystemTravis Willard1-8/+2
2007-08-26pacman/sync.c : kill extra newline with groups on -Ss operation.Chantry Xavier1-1/+1
2007-08-24libalpm: add newlines to all strings passed to log callbackDan McGee1-2/+0
2007-08-22pacman.c: clarify reason for doing 2 strcmp operationsDan McGee1-0/+4
2007-08-22Various valgrind mem leak fixesDan McGee1-2/+5
2007-08-22Add a default cachedir if one wasn't specifiedDan McGee2-0/+7
2007-08-22Post trial install changes, round oneDan McGee3-55/+57
2007-08-16Fix some errors spit out by -WextraDan McGee3-8/+7
2007-08-16Remove support for SHA1 from pacman.Andrew Fyfe1-17/+4
2007-08-16pacman.c: Alphabetize listing of query optionsDan McGee1-3/+3
2007-08-16new query options : explicit (-Qe) and deps (-Qd).Chantry Xavier3-8/+29
2007-08-16libalpm/query.c : makes orphans and foreign options as filters.Chantry Xavier1-129/+76
2007-08-16src/util: Clean up headers and a few fixesDan McGee3-19/+14
2007-08-14Code cleanupDan McGee2-2/+0
2007-08-13pacman/sync.c : return 0 on succesful search, 1 otherwise.Chantry Xavier1-1/+4
2007-07-23Cleanup of pacman.c and addition of default paths to frontendDan McGee2-40/+54