summaryrefslogtreecommitdiff
path: root/lib/libalpm/util.h
AgeCommit message (Expand)Author
2012-06-25add real_line_size to alpm_read_bufferDave Reisner
2012-04-29Convert ALLOC_FAIL macro into a functionDan McGee
2012-04-08Various tweaks to support building with excessive GCC warning flagsDan McGee
2012-03-08Remove _alpm_csumAllan McRae
2012-02-20Update copyright yearsAllan McRae
2012-01-23Remove rmrf implementation from backendDan McGee
2011-12-23Remove strtrim function from backendDan McGee
2011-12-21include config.h via MakefilesDave Reisner
2011-11-22added doxygen documentationandrew.gregory.8@gmail.com
2011-11-16Add helper method for creating and opening archive objectDan McGee
2011-11-13add support for back end fnmatch'd optionsDave Reisner
2011-11-01Fix size reported in CALLOC allocation failure messageDan McGee
2011-11-01Add OPEN() and CLOSE() util macrosDan McGee
2011-11-01Merge branch 'maint'Dan McGee
2011-10-27Introduce ALPM_BUFFER_SIZE constantDan McGee
2011-10-12Convert MALLOC to actually call malloc()Dan McGee
2011-10-12Introduce alpm_time_t typeDan McGee
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