summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2007-09-28Remove package name dependency from libalpmDan McGee6-157/+55
2007-09-28libalpm: Add newline to alpm log function outputDan McGee1-1/+1
2007-09-26Preliminary support for optdependsDan McGee4-1/+31
2007-09-24libalpm/add.c: fix backup array issueDan McGee2-20/+26
2007-09-24libalpm/remove.c: fix up arguments to unlink_fileDan McGee1-19/+15
2007-09-23alpm: removed unused strtoupper wrapper, remove installeddate on parse_descfileDan McGee3-16/+0
2007-09-23libalpm/package.c : fix for FS#8081, case sensitive comparisons in parse_desc...Chantry Xavier1-17/+16
2007-09-19libalpm/add.c : fix backup handling (2)Chantry Xavier1-2/+2
2007-09-18libalpm/add.c : newline fix.Chantry Xavier1-2/+2
2007-09-18Avoid segfaults whet calling alpm_option_get_* before initializationStefano Esposito1-19/+164
2007-09-17trans.c : reworking of transaction interruptionsChantry Xavier5-23/+31
2007-09-17Remove the DB consistency check from pacman and libalpm.Chantry Xavier4-47/+0
2007-09-12make alpm_strerror binding friendlyStefano Esposito3-1/+7
2007-09-12libalpm/deps.c : export _alpm_checkdeps (-> alpm_checkdeps).Chantry Xavier2-1/+10
2007-09-12libalpm/package.c : add new alpm_pkg_compute_requiredby function.Chantry Xavier2-38/+48
2007-09-07libalpm/trans.c : remove the lock even on interrupted transactions.Chantry Xavier1-2/+3
2007-09-07Add a few missing includes, caught while compiling on cygwinDan McGee1-0/+1
2007-09-04libalpm: remove outdated files from POTFILES.inDan McGee1-2/+0
2007-09-04Fix compile-time error with de.po, runtime error with db.cTravis Willard2-2/+6
2007-09-02Update German translationMatthias Gorissen1-20/+17
2007-09-02libalpm/remove.c : avoid duplicated packages in removal list.Chantry Xavier1-3/+5
2007-08-27separate local from sync dbs on filesystemTravis Willard3-38/+88
2007-08-26libalpm/add.c : fix backup handling.Chantry Xavier1-1/+1
2007-08-24libalpm: add newlines to all strings passed to log callbackDan McGee14-301/+302
2007-08-24libalpm/remove.c: check for ability to unlink is wrongDan McGee1-1/+2
2007-08-22Various valgrind mem leak fixesDan McGee4-27/+38
2007-08-22Post trial install changes, round oneDan McGee11-85/+151
2007-08-20libalpm/add.c,trans.c : cleanup of requiredby handling.Nagy Gabor3-98/+15
2007-08-20Fix for FS 6404 and functionalize some cachedir handling stuffDan McGee6-143/+137
2007-08-20Add const qualifier to md5_file and alpm_get_md5sumDan McGee4-6/+8
2007-08-17libalpm/sync.c : don't go back on STATE_PREPARED when committing fails.Chantry Xavier1-2/+0
2007-08-16Fix some errors spit out by -WextraDan McGee4-8/+8
2007-08-16Clean up MD5 code.Andrew Fyfe8-412/+422
2007-08-16Remove support for SHA1 from pacman.Andrew Fyfe11-631/+18
2007-08-16libalpm/db.c : add alpm_db_unregister_all.Chantry Xavier4-25/+56
2007-08-16libalpm/db.c : allow unregistering db for interrupted transaction.Chantry Xavier1-1/+2
2007-08-14package.h: implement origin_data union in pmpkg_t structDan McGee7-47/+55
2007-08-14Code cleanupDan McGee5-58/+0
2007-08-13libalpm/conflict.c : small speed-up and fix.Nagy Gabor1-6/+5
2007-08-13libalpm/conflict.c : small memleak fix.Nagy Gabor1-0/+1
2007-08-13Add two pactest for versioned conflicts.Nagy Gabor1-9/+1
2007-07-20libalpm/conflict.c : cleanup + fix for conflict001.Chantry Xavier1-167/+82
2007-07-20libalpm/sync.c : two memleak fixes in _alpm_sync_prepare.Nagy Gabor1-8/+3
2007-07-20libalpm/sync.c : fix DEPENDSONLY flag handling.Chantry Xavier1-16/+9
2007-07-20libalpm/alpm_list.c : add SYMEXPORT to all alpm_list_ functions.Chantry Xavier1-11/+11
2007-07-18Reorder functions in libalpm/package.c for Doxygen purposesDan McGee1-414/+413
2007-07-17libalpm/deps.c : split alpm_depcmp.Chantry Xavier1-16/+29
2007-07-17libalpm/deps.c : split sortbydeps function.Chantry Xavier1-27/+41
2007-07-16Remove unnecessary entries from .gitignore filesDan McGee2-4/+0
2007-07-16new pmdepend_t / pmdepmissing_t accessors.Chantry Xavier2-21/+22