summaryrefslogtreecommitdiff
path: root/lib/libalpm/util.h
AgeCommit message (Expand)Author
2011-09-01_alpm_parsedate(): return time_t and not longDan McGee
2011-08-29Parse > 2GiB file sizes correctlyDan McGee
2011-08-15Validate the sha256sum if availableDan McGee
2011-08-02Don't trim whitespace when reading database entriesDan McGee
2011-07-18add _alpm_access() wrapperFlorian Pritz
2011-07-18Handle removal of empty directories properlyDan McGee
2011-07-05lib/rawstr: borrow raw string functions from curlDave Reisner
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-24Make sync DB reading a bit more flexibleDan McGee
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