summaryrefslogtreecommitdiff
path: root/lib/libalpm/util.h
AgeCommit message (Expand)Author
2011-06-20lib/util: call _alpm_log before setting handle->pm_errnoDave Reisner
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee
2011-06-13Switch all logging to use handle directlyDan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee
2011-06-09Require handle argument to alpm_logaction()Dan McGee
2011-06-03Remove global handle from util.cDan McGee
2011-05-04Deal with unused function parameters correctlyAllan McRae
2011-03-29Merge branch 'maint'Dan McGee
2011-03-29alpm/handle.c: ensure handle is not NULL before proceedingRémy Oudompheng
2011-03-23lib/dload.c: fix compiler warnings generated by -Wfloat-equalDave Reisner
2011-03-20Style change: return(x) --> return xDan McGee
2011-03-20Add missing include for size_tDan McGee
2011-02-28Move locking functions to where they are neededDan McGee
2011-02-27Fix double close of the lock fileJonathan Conder
2011-01-21Add strndup fallback function to libalpm utilDan McGee
2011-01-07Refactor old date parsing into single methodDan McGee
2011-01-07Update copyright years for 2011Allan McRae
2010-12-21Overhaul archive fgets functionDan McGee
2010-12-20Always specify arguement type in function delcarationsAllan McRae
2010-12-14Add hash_sdbm functionDan McGee
2010-12-12Move MAX_DELTA_RATIO definitionAllan McRae
2010-10-14Move and rename splitnameAllan McRae
2010-08-27use execv to avoid using sh just to run ldconfigJonathan Conder
2010-03-14Bump copyright dates to 2010Dan McGee
2009-10-11Rework the alpm_unpack functionsXavier Chantry
2009-10-11int typing: s/unsigned short/int/ in libalpmDan McGee
2009-09-06libalpm/util.c : remove _alpm_strreplaceXavier Chantry
2009-07-16Run ldconfig inside chroot.Xavier Chantry
2009-07-01Update copyright headers and messagesDan McGee
2008-07-24Remove unused strverscmp substituteDan McGee
2008-04-19Remove unnecessary NULL check in FREE() macroDan McGee
2008-04-06Remove unnecessary header file, move one macro to util.cDan McGee
2008-03-27Add an archive_fgets() functionDan McGee
2008-02-27libalpm: clean up of md5sum functions.Chantry Xavier
2008-01-14Merge branch 'maint'Dan McGee
2008-01-13FS#9183 : force correct permissions on tmp/.Jaroslaw Swierczynski
2008-01-11Use dynamic string allocation in package structuresDan McGee
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-11-16War on whitespaceDan McGee
2007-11-16libalpm: simplify sync db lastupdateDan McGee
2007-11-06Add STRDUP macro to mirror MALLOC/CALLOCAaron Griffin
2007-11-04libalpm: use an lstat wrapper so we never dereference dir symlinksDan McGee
2007-10-29When printing size_t, use %zdDan McGee
2007-10-29libalpm: introduce MALLOC and CALLOC macrosDan McGee
2007-10-22Ensure all localization stuff is correctly guardedDan McGee
2007-10-22Fix broken or missing includesDan McGee
2007-10-22Fix invalid static scoping of strverscmpDan McGee
2007-10-19Download delta files if UseDelta is set.Nathan Jones
2007-10-08Update usage of gcc __attribute__ flagsDan McGee