summaryrefslogtreecommitdiff
path: root/lib/libalpm/util.c
AgeCommit message (Expand)Author
2011-06-20Clean up util md5sum methodDan 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-09_alpm_lstat: only duplicate string if necessaryDan McGee
2011-06-07Add helper methods for setting directory optionsDan McGee
2011-06-03Use standard errno codes in return from _alpm_archive_fgetsDan McGee
2011-06-03Remove global handle from util.cDan McGee
2011-06-03Push down extern handle variable to files that need itDan McGee
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee
2011-04-20Header inclusion cleanupDan McGee
2011-04-20syntax: if/while statements should have no trailing spaceDan McGee
2011-04-20style cleanup: cast as (type *) not (type*)Dave Reisner
2011-04-05Merge branch 'maint'Dan McGee
2011-04-02util.c: include limits.h for PATH_MAX macroRémy Oudompheng
2011-03-23Merge branch 'maint'Dan McGee
2011-03-21Fix line_offset not being reset in _alpm_archive_fgets()Dan McGee
2011-03-20Style change: return(x) --> return xDan McGee
2011-02-28Fix some easy to find double translationsDan McGee
2011-02-28Move locking functions to where they are neededDan McGee
2011-02-27Fix double close of the lock fileJonathan Conder
2011-02-04Add more error checking and loggingDan McGee
2011-02-04Ensure found files are actually filesDan McGee
2011-02-01Fix locale.h/setlocale inclusion with --disable-nlsDan McGee
2011-01-21Improve splitname memory allocationDan McGee
2011-01-21Add strndup fallback function to libalpm utilDan McGee
2011-01-07Fix some more simple conversion "errors"Dan McGee
2011-01-07Refactor old date parsing into single methodDan McGee
2011-01-07Update copyright years for 2011Allan McRae
2011-01-02Fix function indentationDan McGee
2010-12-21Overhaul archive fgets functionDan McGee
2010-12-14When setting package name, set hash value as wellDan McGee
2010-12-14Add hash_sdbm functionDan McGee
2010-12-12Turn libarchive warnings into libalpm warningsDan McGee
2010-10-14Move and rename splitnameAllan McRae
2010-09-02Use OpenSSL MD5 crypto functions if availableDan McGee
2010-08-27use execv to avoid using sh just to run ldconfigJonathan Conder
2010-08-27redirect scriptlet stderr synchronously through alpmJonathan Conder
2010-07-01Check return value of chdir and getcwdAllan McRae
2010-06-30Check return value of fwrite when copying filesAllan McRae
2010-06-21Clarify testing within conditional statementsAllan McRae
2010-03-14Bump copyright dates to 2010Dan McGee
2010-03-14Only extract new DB entriesXavier Chantry
2009-11-15Refactor do/while cycle and multiple while cyclesLaszlo Papp
2009-11-10Merge branch 'maint'Dan McGee
2009-10-27Fix opendir error condition checksDan McGee
2009-10-11Rework the alpm_unpack functionsXavier Chantry
2009-10-11cygwin fix : use unsigned char for ctype functionXavier Chantry
2009-10-11libalpm: clean up lock functionDan McGee