summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-04Clean up usage of extern variablesDan McGee4-3/+4
2007-11-04Readd scriptlet logging that got lost in an earlier commitDan McGee5-9/+25
2007-11-04Add some more autoconf macros to filter our CFLAGS usageDan McGee1-1/+8
2007-11-04Add a little const correctness fix to alpm_listDan McGee1-3/+4
2007-10-30When printing size_t, use %zdDan McGee3-5/+5
2007-10-30libalpm/handle.c: make realpath() call portableDan McGee1-4/+3
2007-10-30Copy pmdelta_t objects in _alpm_pkg_dup()Dan McGee1-0/+2
2007-10-30Make general list copy functionDan McGee2-2/+25
2007-10-29libalpm/delta: add const to most methodsDan McGee3-9/+9
2007-10-29libalpm: introduce MALLOC and CALLOC macrosDan McGee11-78/+30
2007-10-29Add some more debugging output to dep checking codeDan McGee2-6/+11
2007-10-27Clean up LDADD usageDan McGee1-1/+0
2007-10-27Explicitly cast void* to char* during printf callDan McGee1-4/+4
2007-10-27dependency error message fix in libalpm/remove.cNagy Gabor1-1/+1
2007-10-27Dependency error/log messages fixNagy Gabor2-8/+14
2007-10-25Add alpm_dep_get_string methodNagy Gabor2-0/+35
2007-10-24_alpm_depmiss_isin fixNagy Gabor1-2/+5
2007-10-23Print and typecast time_t correctlyDan McGee1-4/+3
2007-10-23Ensure all localization stuff is correctly guardedDan McGee2-0/+5