summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-09-17libalpm/add.c : newline fix.Chantry Xavier
2007-09-17Avoid segfaults whet calling alpm_option_get_* before initializationStefano Esposito
2007-09-16trans.c : reworking of transaction interruptionsChantry Xavier
2007-09-16Remove the DB consistency check from pacman and libalpm.Chantry Xavier
2007-09-11make alpm_strerror binding friendlyStefano Esposito
2007-09-11libalpm/deps.c : export _alpm_checkdeps (-> alpm_checkdeps).Chantry Xavier
2007-09-11libalpm/package.c : add new alpm_pkg_compute_requiredby function.Chantry Xavier
2007-09-06libalpm/trans.c : remove the lock even on interrupted transactions.Chantry Xavier
2007-09-06Add a few missing includes, caught while compiling on cygwinDan McGee
2007-09-04libalpm: remove outdated files from POTFILES.inDan McGee
2007-09-03Fix compile-time error with de.po, runtime error with db.cTravis Willard
2007-09-02Update German translationMatthias Gorissen
2007-09-02libalpm/remove.c : avoid duplicated packages in removal list.Chantry Xavier
2007-08-26separate local from sync dbs on filesystemTravis Willard
2007-08-26libalpm/add.c : fix backup handling.Chantry Xavier
2007-08-23libalpm: add newlines to all strings passed to log callbackDan McGee
2007-08-23libalpm/remove.c: check for ability to unlink is wrongDan McGee
2007-08-21Various valgrind mem leak fixesDan McGee
2007-08-21Post trial install changes, round oneDan McGee
2007-08-20libalpm/add.c,trans.c : cleanup of requiredby handling.Nagy Gabor
2007-08-20Fix for FS 6404 and functionalize some cachedir handling stuffDan McGee
2007-08-20Add const qualifier to md5_file and alpm_get_md5sumDan McGee
2007-08-17libalpm/sync.c : don't go back on STATE_PREPARED when committing fails.Chantry Xavier
2007-08-16Fix some errors spit out by -WextraDan McGee
2007-08-16Clean up MD5 code.Andrew Fyfe
2007-08-16Remove support for SHA1 from pacman.Andrew Fyfe
2007-08-16libalpm/db.c : add alpm_db_unregister_all.Chantry Xavier
2007-08-15libalpm/db.c : allow unregistering db for interrupted transaction.Chantry Xavier
2007-08-14package.h: implement origin_data union in pmpkg_t structDan McGee
2007-08-14Code cleanupDan McGee
2007-08-12libalpm/conflict.c : small speed-up and fix.Nagy Gabor
2007-08-12libalpm/conflict.c : small memleak fix.Nagy Gabor
2007-08-12Add two pactest for versioned conflicts.Nagy Gabor
2007-07-20libalpm/conflict.c : cleanup + fix for conflict001.Chantry Xavier
2007-07-20libalpm/sync.c : two memleak fixes in _alpm_sync_prepare.Nagy Gabor
2007-07-20libalpm/sync.c : fix DEPENDSONLY flag handling.Chantry Xavier
2007-07-20libalpm/alpm_list.c : add SYMEXPORT to all alpm_list_ functions.Chantry Xavier
2007-07-18Reorder functions in libalpm/package.c for Doxygen purposesDan McGee
2007-07-17libalpm/deps.c : split alpm_depcmp.Chantry Xavier
2007-07-17libalpm/deps.c : split sortbydeps function.Chantry Xavier
2007-07-16Remove unnecessary entries from .gitignore filesDan McGee
2007-07-16new pmdepend_t / pmdepmissing_t accessors.Chantry Xavier
2007-07-15Clean up libalpm/add.c and revise file extraction codeDan McGee
2007-07-15Add --asdeps option to pacmanDan McGee
2007-07-15libalpm/deps.c : cleanup + little fix for resolvedeps.Nagy Gabor
2007-07-14Ensure requiredby entries are removed during an upgradeDan McGee
2007-07-14libalpm/sync.c : ldconfig is run twice.Nagy Gabor
2007-07-13libalpm/remove.c : revert part of commit to fix remove044 pactestChantry Xavier
2007-07-13Update hungarian translationNagy Gabor
2007-07-13libalpm/deps.c : fix for remove044 pactest.Chantry Xavier