summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/util.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-25Do not #define _RESERVED_IDENTIFIERSIvy Foster1-3/+3
2016-02-23make alpm_unlock and trans_interrupt async safeAndrew Gregory1-0/+4
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-11-28allow specifying input to scriptletsAndrew Gregory1-1/+4
2015-05-12merge _alpm_logaction into alpm_logactionAndrew Gregory1-3/+0
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-08-03move _alpm_lstat into util-commonAndrew Gregory1-2/+0
2014-03-03util: Add _alpm_realloc() and _alpm_greedy_grow()Florian Pritz1-0/+2
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2014-01-06Fix build warnings with --disable-nlsAllan McRae1-1/+1
2013-07-05do not check error from close(2)Dave Reisner1-1/+0
2013-06-26Enable inverted patterns in NoExtract and NoUpgrade.Patrick Steinhardt1-0/+1
2013-02-13Add format attributes to all required functionsAllan McRae1-1/+4
2013-01-28add caller prefix to alpm_logactionAndrew Gregory1-1/+1
2013-01-04Split common utility functions for libalpm and pacmanAllan McRae1-4/+1
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-06-26add real_line_size to alpm_read_bufferDave Reisner1-1/+2
2012-04-30Convert ALLOC_FAIL macro into a functionDan McGee1-5/+5
2012-04-09Various tweaks to support building with excessive GCC warning flagsDan McGee1-1/+1
2012-03-09Remove _alpm_csumAllan McRae1-6/+1
2012-02-20Update copyright yearsAllan McRae1-1/+1
2012-01-23Remove rmrf implementation from backendDan McGee1-1/+1
2011-12-23Remove strtrim function from backendDan McGee1-1/+0
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-11-22added doxygen documentationandrew.gregory.8@gmail.com1-1/+1
2011-11-16Add helper method for creating and opening archive objectDan McGee1-0/+3
2011-11-13add support for back end fnmatch'd optionsDave Reisner1-0/+1
2011-11-01Fix size reported in CALLOC allocation failure messageDan McGee1-1/+1
2011-11-01Add OPEN() and CLOSE() util macrosDan McGee1-1/+11
2011-11-01Merge branch 'maint'Dan McGee1-0/+7
2011-10-27Introduce ALPM_BUFFER_SIZE constantDan McGee1-0/+7
2011-10-12Convert MALLOC to actually call malloc()Dan McGee1-1/+1
2011-10-12Introduce alpm_time_t typeDan McGee1-2/+1
2011-09-01_alpm_parsedate(): return time_t and not longDan McGee1-1/+1
2011-08-30Parse > 2GiB file sizes correctlyDan McGee1-0/+1
2011-08-15Validate the sha256sum if availableDan McGee1-1/+6
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