summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-16Clean up libalpm/add.c and revise file extraction codeDan McGee1-547/+633
2007-07-15Add --asdeps option to pacmanDan McGee2-7/+7
2007-07-15libalpm/deps.c : cleanup + little fix for resolvedeps.Nagy Gabor3-68/+49
2007-07-14Ensure requiredby entries are removed during an upgradeDan McGee4-23/+47
2007-07-14libalpm/sync.c : ldconfig is run twice.Nagy Gabor1-6/+0
2007-07-13libalpm/remove.c : revert part of commit to fix remove044 pactestChantry Xavier1-5/+5
2007-07-13Update hungarian translationNagy Gabor1-25/+21
2007-07-13libalpm/deps.c : fix for remove044 pactest.Chantry Xavier3-60/+56
2007-07-13Remove conflict message for non-existent files (reworked)Chantry Xavier1-5/+7