summaryrefslogtreecommitdiff
path: root/lib/libalpm/util.c
AgeCommit message (Expand)Author
2011-08-29Parse > 2GiB file sizes correctlyDan McGee
2011-08-28lib/libalpm/util.c: Fix two memory leaksLukas Fleischer
2011-08-25strtrim: don't move empty stringDan McGee
2011-08-19Rework finding a writable cache directoryDan McGee
2011-08-18Remove usages of alpm_list_next() in backendDan McGee
2011-08-15Validate the sha256sum if availableDan McGee
2011-08-15Add ALPM sha256sum routinesDan McGee
2011-08-09Don't walk off front of string when stripping newlineDan McGee
2011-08-08_alpm_access(): don't call gettext() in debug level loggersDan 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-02Prefix _alpm_errno_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transevt_t members with ALPMAllan McRae
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-06-30Merge remote-tracking branch 'allan/breakshit'Dan McGee
2011-06-30lib/util: modify entry_prefix, not prefixDave Reisner
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-27Fix several -Wshadow warningsDan McGee
2011-06-24Make sync DB reading a bit more flexibleDan McGee
2011-06-24archive_fgets(): ensure we return any trailing text with no newlineDan McGee
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