summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-11-21Improved 'dependency cycle' warningNagy Gabor
2007-11-21Remove duplicated get_upgrades function, use sysupgrade instead.Chantry Xavier
2007-11-20New alpm_list_join functionNagy Gabor
2007-11-20Add missing header includes for setlocaleDan McGee
2007-11-18Versioned provisions.Nagy Gabor
2007-11-18Fix sh and scriptlet interactionDan McGee
2007-11-18Add the pmconflict_t type.Nagy Gabor
2007-11-18Simple s/conflict/fileconflict/ renaming.Chantry Xavier
2007-11-18POSIX shell does not specify meaning of source operationDan McGee
2007-11-18libalpm/deps.c : improves IgnorePkg handling in resolvedeps.Nagy Gabor
2007-11-18Remove the IgnorePkg handling from alpm_pkg_compare_version.Chantry Xavier
2007-11-17Remove provide.c and provide.h .Chantry Xavier
2007-11-17Generalized alpm_list_find.Nagy Gabor
2007-11-17Fix memleak in _alpm_trans_free with package listsDan McGee
2007-11-16libalpm: use FREELIST when possibleDan McGee
2007-11-16War on whitespaceDan McGee
2007-11-16libalpm: simplify sync db lastupdateDan McGee
2007-11-15Fix a would-be memleak with the new compute requiredby stuffDan McGee
2007-11-14libalpm: change graph malloc to MALLOC macroDan McGee
2007-11-14Fix alpm_list_copy_dataDan McGee
2007-11-14Move alpm_splitdep usage to db_readDan McGee
2007-11-14Remove REQUIREDBY usage from libalpmDan McGee
2007-11-14alpm_list_add == alpm_list_add_lastNagy Gabor
2007-11-13Enforce const correctness on dep functions and rewrite alpm_dep_get_stringDan McGee
2007-11-13Fix display of -Qip output when a package file is givenDan McGee
2007-11-11Fix memleak with new alpm_list_reverse usageDan McGee
2007-11-11Add a horrible little hack to get symlink001.py to pass againDan McGee
2007-11-11Ensure list tail pointer is updated when we remove tail nodeDan McGee
2007-11-11Incorrect usage of alpm_db_whatprovides in sync.cNagy Gabor
2007-11-11libalpm: fix lstat wrapper to actually use newpathDan McGee
2007-11-11Remove unused and broken alpm_list_remove_node functionDan McGee
2007-11-11Implement TotalDownload option.Nathan Jones
2007-11-11Implement IgnoreGroup.Nathan Jones
2007-11-11Add IgnoreGroup and --ignoregroup option.Nathan Jones
2007-11-08Fix some issues with localized dates/epoch usageDan McGee
2007-11-08Update Italian TranslationGiovanni Scafora
2007-11-07Update en_GB translationJeff Bailes
2007-11-06Add STRDUP macro to mirror MALLOC/CALLOCAaron Griffin
2007-11-06Maintain list tail pointers in the head nodeAaron Griffin
2007-11-05libalpm/db.c: change two warnings to errorsDan McGee
2007-11-04Remove the newline automatically added by alpm_logaction.Chantry Xavier
2007-11-04libalpm: use an lstat wrapper so we never dereference dir symlinksDan McGee
2007-11-04libalpm: open the logstream on demandDan McGee
2007-11-04Clean up usage of extern variablesDan McGee
2007-11-04Readd scriptlet logging that got lost in an earlier commitDan McGee
2007-11-04Add some more autoconf macros to filter our CFLAGS usageDan McGee
2007-11-04Add a little const correctness fix to alpm_listDan McGee
2007-10-29When printing size_t, use %zdDan McGee
2007-10-29libalpm/handle.c: make realpath() call portableDan McGee
2007-10-29Copy pmdelta_t objects in _alpm_pkg_dup()Dan McGee