summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/util.h
AgeCommit message (Expand)AuthorFilesLines
2011-08-02Don't trim whitespace when reading database entriesDan McGee1-0/+1
2011-07-18add _alpm_access() wrapperFlorian Pritz1-0/+1
2011-07-18Handle removal of empty directories properlyDan McGee1-0/+1
2011-07-05lib/rawstr: borrow raw string functions from curlDave Reisner1-0/+2
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-2/+2
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-1/+1
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-8/+8
2011-06-24Make sync DB reading a bit more flexibleDan McGee1-1/+2
2011-06-20lib/util: call _alpm_log before setting handle->pm_errnoDave Reisner1-2/+4
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee1-0/+2
2011-06-14Switch all logging to use handle directlyDan McGee1-3/+3
2011-06-14Move pm_errno onto the handleDan McGee1-6/+9
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-2/+2
2011-06-09Require handle argument to alpm_logaction()Dan McGee1-1/+1
2011-06-03Remove global handle from util.cDan McGee1-2/+3
2011-05-04Deal with unused function parameters correctlyAllan McRae1-0/+2
2011-03-29Merge branch 'maint'Dan McGee1-0/+4
2011-03-29alpm/handle.c: ensure handle is not NULL before proceedingRémy Oudompheng1-0/+4
2011-03-23lib/dload.c: fix compiler warnings generated by -Wfloat-equalDave Reisner1-0/+4
2011-03-21Style change: return(x) --> return xDan McGee1-1/+1
2011-03-20Add missing include for size_tDan McGee1-0/+1
2011-02-28Move locking functions to where they are neededDan McGee1-2/+0
2011-02-27Fix double close of the lock fileJonathan Conder1-1/+1
2011-01-21Add strndup fallback function to libalpm utilDan McGee1-0/+5
2011-01-08Refactor old date parsing into single methodDan McGee1-0/+1
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-21Overhaul archive fgets functionDan McGee1-1/+17
2010-12-21Always specify arguement type in function delcarationsAllan McRae1-2/+2
2010-12-14Add hash_sdbm functionDan McGee1-0/+1
2010-12-13Move MAX_DELTA_RATIO definitionAllan McRae1-3/+0
2010-10-14Move and rename splitnameAllan McRae1-0/+2
2010-08-27use execv to avoid using sh just to run ldconfigJonathan Conder1-1/+1
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2009-10-11Rework the alpm_unpack functionsXavier Chantry1-1/+4
2009-10-11int typing: s/unsigned short/int/ in libalpmDan McGee1-1/+1
2009-09-07libalpm/util.c : remove _alpm_strreplaceXavier Chantry1-1/+0
2009-07-16Run ldconfig inside chroot.Xavier Chantry1-0/+1
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2008-07-25Remove unused strverscmp substituteDan McGee1-3/+0
2008-04-19Remove unnecessary NULL check in FREE() macroDan McGee1-1/+1
2008-04-07Remove unnecessary header file, move one macro to util.cDan McGee1-0/+4
2008-03-27Add an archive_fgets() functionDan McGee1-0/+2
2008-02-28libalpm: clean up of md5sum functions.Chantry Xavier1-0/+1
2008-01-15Merge branch 'maint'Dan McGee1-0/+1
2008-01-14FS#9183 : force correct permissions on tmp/.Jaroslaw Swierczynski1-0/+1
2008-01-11Use dynamic string allocation in package structuresDan McGee1-1/+2
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-11-17War on whitespaceDan McGee1-3/+3
2007-11-16libalpm: simplify sync db lastupdateDan McGee1-1/+0
2007-11-07Add STRDUP macro to mirror MALLOC/CALLOCAaron Griffin1-0/+2