summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2007-11-25Fix for sync1003 and sync1004 pactestsNagy Gabor6-240/+159
2007-11-25Force mode of all database files to 644Aaron Griffin1-11/+24
2007-11-25Additionally search for non-regex strings on a db search operationAaron Griffin1-0/+4
2007-11-25Make the download failure message more clearAaron Griffin1-1/+5
2007-11-25Fix several memleaks, mostly related to errors handling.Chantry Xavier2-25/+19
2007-11-25Fix a memleak in _alpm_sync_free.Chantry Xavier2-13/+4
2007-11-21Remove -F/--freshen operationDan McGee2-12/+3
2007-11-21Improved 'dependency cycle' warningNagy Gabor1-1/+8
2007-11-21Remove duplicated get_upgrades function, use sysupgrade instead.Chantry Xavier5-240/+136
2007-11-21New alpm_list_join functionNagy Gabor2-0/+34
2007-11-20Add missing header includes for setlocaleDan McGee2-0/+2
2007-11-19Versioned provisions.Nagy Gabor4-25/+52
2007-11-18Fix sh and scriptlet interactionDan McGee1-4/+11
2007-11-18Add the pmconflict_t type.Nagy Gabor7-76/+118
2007-11-18Simple s/conflict/fileconflict/ renaming.Chantry Xavier5-26/+26
2007-11-18POSIX shell does not specify meaning of source operationDan McGee1-2/+2
2007-11-18libalpm/deps.c : improves IgnorePkg handling in resolvedeps.Nagy Gabor1-27/+25
2007-11-18Remove the IgnorePkg handling from alpm_pkg_compare_version.Chantry Xavier3-29/+16
2007-11-17Remove provide.c and provide.h .Chantry Xavier12-100/+29
2007-11-17Generalized alpm_list_find.Nagy Gabor5-20/+34
2007-11-17Fix memleak in _alpm_trans_free with package listsDan McGee1-8/+5
2007-11-17libalpm: use FREELIST when possibleDan McGee3-8/+4
2007-11-17War on whitespaceDan McGee41-156/+155
2007-11-16libalpm: simplify sync db lastupdateDan McGee7-74/+54
2007-11-15Fix a would-be memleak with the new compute requiredby stuffDan McGee1-1/+1
2007-11-15libalpm: change graph malloc to MALLOC macroDan McGee1-1/+2
2007-11-15Fix alpm_list_copy_dataDan McGee3-8/+12
2007-11-15Move alpm_splitdep usage to db_readDan McGee3-41/+22
2007-11-15Remove REQUIREDBY usage from libalpmDan McGee11-174/+18
2007-11-15alpm_list_add == alpm_list_add_lastNagy Gabor4-33/+24
2007-11-13Enforce const correctness on dep functions and rewrite alpm_dep_get_stringDan McGee2-34/+36
2007-11-13Fix display of -Qip output when a package file is givenDan McGee1-0/+4
2007-11-11Fix memleak with new alpm_list_reverse usageDan McGee1-2/+4
2007-11-11Add a horrible little hack to get symlink001.py to pass againDan McGee1-5/+14
2007-11-11Ensure list tail pointer is updated when we remove tail nodeDan McGee1-2/+10
2007-11-11Incorrect usage of alpm_db_whatprovides in sync.cNagy Gabor1-4/+4
2007-11-11libalpm: fix lstat wrapper to actually use newpathDan McGee1-1/+1
2007-11-11Remove unused and broken alpm_list_remove_node functionDan McGee2-30/+0
2007-11-11Implement TotalDownload option.Nathan Jones5-16/+55
2007-11-11Implement IgnoreGroup.Nathan Jones5-7/+37
2007-11-11Add IgnoreGroup and --ignoregroup option.Nathan Jones3-0/+26
2007-11-09Fix some issues with localized dates/epoch usageDan McGee2-0/+6
2007-11-09Update Italian TranslationGiovanni Scafora1-334/+329
2007-11-08Update en_GB translationJeff Bailes1-329/+368
2007-11-07Add STRDUP macro to mirror MALLOC/CALLOCAaron Griffin1-0/+2
2007-11-07Maintain list tail pointers in the head nodeAaron Griffin2-16/+46
2007-11-06libalpm/db.c: change two warnings to errorsDan McGee1-2/+2
2007-11-05Remove the newline automatically added by alpm_logaction.Chantry Xavier3-17/+16
2007-11-05libalpm: use an lstat wrapper so we never dereference dir symlinksDan McGee5-6/+32
2007-11-04libalpm: open the logstream on demandDan McGee2-23/+25