summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee41-154/+74
2007-12-09Improve changelog handling through addition of open/read/close functionsDan McGee2-0/+114
2007-12-09_alpm_unpack: return 1 when the file is not found.Chantry Xavier1-1/+2
2007-12-07libalpm/server.c : fix segfault when downloading failed.Chantry Xavier1-1/+1
2007-12-05Remove duplicated PM_TRANS_CONV_INSTALL_IGNOREPKG messageNagy Gabor1-1/+3
2007-12-05libalpm/backup.c : simple refactoring.Chantry Xavier2-14/+53
2007-12-03Update it translation for 3.1Giovanni Scafora1-30/+29
2007-12-03Update en_GB translation for 3.1Jeff Bailes1-57/+58
2007-12-03Update all translation files in anticipation of 3.1 releaseDan McGee10-2726/+3651
2007-12-03alpm_list : change the alpm_list_find* to return the matching item.Chantry Xavier4-14/+16
2007-12-03Remove _alpm_depmiss_isinDan McGee2-20/+0
2007-12-03Add 4 new pactests to get better code coverage by pactestDan McGee2-2/+2
2007-12-02Add new --needed option for -S.Chantry Xavier2-11/+11
2007-12-01Minor fixes in sync.c and deps.c.Chantry Xavier2-5/+4
2007-12-01Ensure 0644 permissions for install and changelog filesAaron Griffin1-0/+2
2007-12-01Remove alpm_depcmp DEBUG outputDan McGee1-4/+0
2007-12-01Remove some null checks in _alpm_checkdepsDan McGee1-10/+2
2007-12-01alpm_checkdeps clean-upNagy Gabor1-117/+34
2007-11-25_alpm_checkconflicts splitNagy Gabor3-40/+39
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