Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib/libalpm/util.h
AgeCommit message (Expand)Author
2021-03-01Update copyright yearAllan McRae
2021-01-09Remove unused SYMHIDDEN macrosEmil Velikov
2021-01-09libalpm: don't use curl's deprecated functionsmorganamilo
2020-07-07Fallback to detached signatures during keyring checkAnatol Pomozov
2020-07-07Add a utility function to check whether a file exists in the cacheAnatol Pomozov
2020-04-13Add REALLOC macro to simplify realloc error handlingRikard Falkeborn
2020-03-13Add file and line number to RET_ERR{,_VOID}Allan McRae
2020-03-09Add GOTO_ERR() macro to set error and then goto a labelAnatol Pomozov
2020-02-10build-aux/update-copyright 2019 2020Allan McRae
2019-10-23Update copyright yearsAllan McRae
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2017-01-04Update copyright yearsAllan McRae
2016-10-22Represent bitfields as ints, not enumsIvy Foster
2016-10-22Add ALPM_ERR_OK to _alpm_errno_tIvy Foster
2016-09-25Do not #define _RESERVED_IDENTIFIERSIvy Foster
2016-02-23make alpm_unlock and trans_interrupt async safeAndrew Gregory
2016-01-04Update copyright years for 2016Allan McRae
2015-11-28allow specifying input to scriptletsAndrew Gregory
2015-05-12merge _alpm_logaction into alpm_logactionAndrew Gregory
2015-02-01Update copyright notices for 2015Allan McRae
2014-08-03move _alpm_lstat into util-commonAndrew Gregory
2014-03-03util: Add _alpm_realloc() and _alpm_greedy_grow()Florian Pritz
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Update copyright years for 2014Allan McRae
2014-01-06Fix build warnings with --disable-nlsAllan McRae
2013-07-05do not check error from close(2)Dave Reisner
2013-06-26Enable inverted patterns in NoExtract and NoUpgrade.Patrick Steinhardt
2013-02-13Add format attributes to all required functionsAllan McRae
2013-01-28add caller prefix to alpm_logactionAndrew Gregory
2013-01-04Split common utility functions for libalpm and pacmanAllan McRae
2013-01-03Update copyright year for 2013Allan McRae
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