summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/util.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-15Add ALPM sha256sum routinesDan McGee1-0/+80
2011-08-09Don't walk off front of string when stripping newlineDan McGee1-1/+1
2011-08-09_alpm_access(): don't call gettext() in debug level loggersDan McGee1-4/+8
2011-08-02Don't trim whitespace when reading database entriesDan McGee1-0/+20
2011-07-18add _alpm_access() wrapperFlorian Pritz1-0/+47
2011-07-18Handle removal of empty directories properlyDan McGee1-0/+42
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-2/+2
2011-07-01Prefix alpm_transevt_t members with ALPMAllan McRae1-1/+1
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-25/+25
2011-06-30Merge remote-tracking branch 'allan/breakshit'Dan McGee1-7/+7
2011-06-30lib/util: modify entry_prefix, not prefixDave Reisner1-1/+1
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-7/+7
2011-06-27Fix several -Wshadow warningsDan McGee1-9/+9
2011-06-24Make sync DB reading a bit more flexibleDan McGee1-19/+27
2011-06-24archive_fgets(): ensure we return any trailing text with no newlineDan McGee1-6/+12
2011-06-20Clean up util md5sum methodDan McGee1-2/+1
2011-06-14Switch all logging to use handle directlyDan McGee1-26/+25
2011-06-14Move pm_errno onto the handleDan McGee1-26/+28
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-5/+7
2011-06-09Require handle argument to alpm_logaction()Dan McGee1-7/+7
2011-06-09_alpm_lstat: only duplicate string if necessaryDan McGee1-7/+8
2011-06-07Add helper methods for setting directory optionsDan McGee1-3/+7
2011-06-03Use standard errno codes in return from _alpm_archive_fgetsDan McGee1-4/+3
2011-06-03Remove global handle from util.cDan McGee1-12/+11
2011-06-03Push down extern handle variable to files that need itDan McGee1-0/+3
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee1-6/+0
2011-04-21Header inclusion cleanupDan McGee1-1/+0
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee1-7/+7
2011-04-21style cleanup: cast as (type *) not (type*)Dave Reisner1-2/+2
2011-04-05Merge branch 'maint'Dan McGee1-0/+1
2011-04-02util.c: include limits.h for PATH_MAX macroRémy Oudompheng1-0/+1
2011-03-23Merge branch 'maint'Dan McGee1-0/+3
2011-03-21Fix line_offset not being reset in _alpm_archive_fgets()Dan McGee1-0/+3
2011-03-21Style change: return(x) --> return xDan McGee1-44/+44
2011-03-01Fix some easy to find double translationsDan McGee1-3/+4
2011-02-28Move locking functions to where they are neededDan McGee1-40/+0
2011-02-27Fix double close of the lock fileJonathan Conder1-4/+3
2011-02-04Add more error checking and loggingDan McGee1-1/+1
2011-02-04Ensure found files are actually filesDan McGee1-1/+2
2011-02-01Fix locale.h/setlocale inclusion with --disable-nlsDan McGee1-2/+3
2011-01-21Improve splitname memory allocationDan McGee1-14/+13
2011-01-21Add strndup fallback function to libalpm utilDan McGee1-0/+22
2011-01-08Fix some more simple conversion "errors"Dan McGee1-4/+5
2011-01-08Refactor old date parsing into single methodDan McGee1-0/+13
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2011-01-02Fix function indentationDan McGee1-22/+22
2010-12-21Overhaul archive fgets functionDan McGee1-22/+78
2010-12-14When setting package name, set hash value as wellDan McGee1-0/+1
2010-12-14Add hash_sdbm functionDan McGee1-0/+21
2010-12-13Turn libarchive warnings into libalpm warningsDan McGee1-1/+1