summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-06-18Merge branch 'maint'Allan McRae
2013-06-18Pull translation updatesAllan McRae
2013-06-06Document alpm_list files are to be stand aloneAllan McRae
2013-06-06Merge branch 'maint'Allan McRae
2013-06-06Pull translation updates and regenerateAllan McRae
2013-06-04validate %FILEPATH% when parsing repo dbsSimon Gomizelj
2013-06-03improve dir->file transition conflict resolutionAndrew Gregory
2013-06-03unlink_file: treat symlinks like normal filesAndrew Gregory
2013-06-03extract_single_file: consolidate symlink casesAndrew Gregory
2013-06-03conflict.c: check for file -> dir replacementsAndrew Gregory
2013-06-03conflict.c: exclude trailing slash from file pathAndrew Gregory
2013-06-03conflict.c: do not ignore symlink<->dir conflictsAndrew Gregory
2013-06-03alpm_filelist: remove resolved_pathAndrew Gregory
2013-05-29Improve error message when package is missing required signatureAllan McRae
2013-05-29add.c: refactor backup file modification checksAndrew Gregory
2013-05-29Merge branch 'maint'Allan McRae
2013-05-18Fix comment typoAllan McRae
2013-05-07Merge branch 'maint'Allan McRae
2013-05-07More translation updatesAllan McRae
2013-05-05conflict.c: compare package pointers directlyAndrew Gregory
2013-04-30Pull translation updates from transifexAllan McRae
2013-04-26Use libalpm version in pkg-config fileAllan McRae
2013-04-24Remove ALPM_QUESTION_LOCAL_NEWERConnor Behan
2013-04-18Fix spelling errors using 'codespell' toolAnatol Pomozov
2013-04-01Update translations from transifexAllan McRae
2013-03-31Improve documentation of libalpm interface functionsRichard Pougnet
2013-03-17More translation updatingAllan McRae
2013-03-17Update POTFILES.in for libalpm and pacmanAllan McRae
2013-03-15Merge updates from TransifexAllan McRae
2013-03-15Remove Indonesian translationAllan McRae
2013-03-14Save and restore old locale when manipulating via setlocaleDan McGee
2013-03-14alpm/remove.c: add newlines to debug outputAndrew Gregory
2013-03-10Update all translations files to push to TransifexAllan McRae
2013-03-10Pull updated translations from transifexAllan McRae
2013-03-10Add new languages from TransifexAllan McRae
2013-03-10make status/log messages reflect version changeSimon Gomizelj
2013-03-10libalpm/sync: remove useless intermediate variableDave Reisner
2013-03-07libalpm: Search for replacers before literalsOlivier Brunel
2013-03-07libalpm: Fix installing update of a replaced packageOlivier Brunel
2013-03-07Do not resolve every local package filelist on removeAllan McRae
2013-02-24add SYMEXPORT to alpm_filelist_containsAndrew Gregory
2013-02-24dload: don't download sig if package is found in cacheDave Reisner
2013-02-24Provide full path names in warning messagesRichard Pougnet
2013-02-24Perform limited conflict checking with --forceAllan McRae
2013-02-24use resolved_path for filelist_containsAndrew Gregory
2013-02-24return resolved paths from filelist_differenceAndrew Gregory
2013-02-24return resolved paths from filelist_intersectionAndrew Gregory
2013-02-24use alpm_list_free on filelist intersectionAndrew Gregory
2013-02-16fix off-by-one error in _alpm_filelist_resolveAndrew Gregory
2013-02-16fix style violationsAndrew Gregory